Searched refs:__sign (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformatter_integral.h47 _LIBCPP_HIDE_FROM_ABI inline char* __insert_sign(char* __buf, bool __negative, __format_spec::__sign __sign) { argument
51 switch (__sign) {
52 case __format_spec::__sign::__default:
53 case __format_spec::__sign::__minus:
56 case __format_spec::__sign::__plus:
59 case __format_spec::__sign::__space:
H A Dparser_std_format_spec.h154 enum class _LIBCPP_ENUM_VIS __sign : uint8_t { class in inherits:uint8_t
190 __sign __sign_ : 2;
340 __sign __sign_ : 2 {__sign::__default};
421 __sign_ = __sign::__minus;
424 __sign_ = __sign::__plus;
427 __sign_ = __sign::__space;
620 if (__parser.__sign_ != __sign::__default)
H A Dformatter_floating_point.h452 __format_spec::__sign __sign,
454 char* __first = __formatter::__insert_sign(__buffer.begin(), __negative, __sign);
447 __format_buffer( __float_buffer<_Fp>& __buffer, _Tp __value, bool __negative, bool __has_precision, __format_spec::__sign __sign, __format_spec::__type __type) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dxmmintrin.h584 __v4hi __sign; local
591 __sign = (__v4hi) __builtin_ia32_mmx_zero ();
592 __sign = __builtin_ia32_pcmpgtw (__sign, (__v4hi)__A);
595 __hisi = (__v2si) __builtin_ia32_punpckhwd ((__v4hi)__A, __sign);
596 __losi = (__v2si) __builtin_ia32_punpcklwd ((__v4hi)__A, __sign);
632 __v8qi __sign; local
637 __sign = (__v8qi) __builtin_ia32_mmx_zero ();
638 __sign = __builtin_ia32_pcmpgtb (__sign, (__v8q
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__numeric/
H A Dmidpoint.h68 _LIBCPP_HIDE_FROM_ABI constexpr int __sign(_Tp __val) {
/openbsd-current/gnu/llvm/libcxx/include/__random/
H A Dbinomial_distribution.h124 int __sign;
125 return lgamma_r(__d, &__sign);
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dxmmintrin.h622 __v4hi __sign; local
629 __sign = __builtin_ia32_pcmpgtw ((__v4hi)0LL, (__v4hi)__A);
632 __hisi = (__v2si) __builtin_ia32_punpckhwd ((__v4hi)__A, __sign);
633 __losi = (__v2si) __builtin_ia32_punpcklwd ((__v4hi)__A, __sign);
668 __v8qi __sign; local
673 __sign = __builtin_ia32_pcmpgtb ((__v8qi)0LL, (__v8qi)__A);
676 __A = (__m64) __builtin_ia32_punpcklbw ((__v8qi)__A, __sign);
/openbsd-current/gnu/lib/libstdc++/libstdc++/libio/
H A DlibioP.h593 int *__decpt, int *__sign, char **__rve));

Completed in 190 milliseconds