| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | __clang_cuda_complex_builtins.h | 90 double __d) { in __muldc3() argument 92 double __bd = __b * __d; in __muldc3() 93 double __ad = __a * __d; in __muldc3() 105 if (_ISNANd(__d)) in __muldc3() 106 __d = _COPYSIGNd(0, __d); in __muldc3() 109 if (_ISINFd(__c) || _ISINFd(__d)) { in __muldc3() 111 __d = _COPYSIGNd(_ISINFd(__d) ? 1 : 0, __d); in __muldc3() 126 if (_ISNANd(__d)) in __muldc3() 127 __d = _COPYSIGNd(0, __d); in __muldc3() 133 __real__(z) = __builtin_huge_val() * (__a * __c - __b * __d); in __muldc3() [all …]
|
| H A D | sgxintrin.h | 24 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclu_u32() argument 28 : "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2]) in _enclu_u32() 29 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _enclu_u32() 35 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _encls_u32() argument 39 : "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2]) in _encls_u32() 40 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _encls_u32() 46 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclv_u32() argument 50 : "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2]) in _enclv_u32() 51 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _enclv_u32()
|
| H A D | altivec.h | 7888 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local 7890 __d = vec_xor(__c, __d); in vec_perm() 7892 (vector int)__a, __d); in vec_perm() 7903 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local 7905 __d = vec_xor(__c, __d); in vec_perm() 7907 (vector int)__b, (vector int)__a, __d); in vec_perm() 7917 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local 7919 __d = vec_xor(__c, __d); in vec_perm() 7921 (vector int)__a, __d); in vec_perm() 7932 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local [all …]
|
| H A D | pconfigintrin.h | 26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32() argument 30 : "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2]) in _pconfig_u32() 31 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _pconfig_u32()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/ |
| H A D | decimal.h | 101 inline long long decimal32_to_long_long(decimal32 __d) in _GLIBCXX_VISIBILITY() 102 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY() 104 inline long long decimal64_to_long_long(decimal64 __d) in _GLIBCXX_VISIBILITY() 105 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY() 107 inline long long decimal128_to_long_long(decimal128 __d) in _GLIBCXX_VISIBILITY() 108 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY() 110 inline long long decimal_to_long_long(decimal32 __d) in _GLIBCXX_VISIBILITY() 111 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY() 113 inline long long decimal_to_long_long(decimal64 __d) in _GLIBCXX_VISIBILITY() 114 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/decimal/ |
| H A D | decimal.h | 101 inline long long decimal32_to_long_long(decimal32 __d) in _GLIBCXX_VISIBILITY() 102 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY() 104 inline long long decimal64_to_long_long(decimal64 __d) in _GLIBCXX_VISIBILITY() 105 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY() 107 inline long long decimal128_to_long_long(decimal128 __d) in _GLIBCXX_VISIBILITY() 108 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY() 110 inline long long decimal_to_long_long(decimal32 __d) in _GLIBCXX_VISIBILITY() 111 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY() 113 inline long long decimal_to_long_long(decimal64 __d) in _GLIBCXX_VISIBILITY() 114 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | divtc3.c | 21 __divtc3(long double __a, long double __b, long double __c, long double __d) in __divtc3() argument 24 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divtc3() 29 __d = crt_scalbnl(__d, -__ilogbw); in __divtc3() 31 long double __denom = __c * __c + __d * __d; in __divtc3() 33 __real__ z = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw); in __divtc3() 34 __imag__ z = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw); in __divtc3() 43 crt_isfinite(__c) && crt_isfinite(__d)) in __divtc3() 47 __real__ z = CRT_INFINITY * (__a * __c + __b * __d); in __divtc3() 48 __imag__ z = CRT_INFINITY * (__b * __c - __a * __d); in __divtc3() 54 __d = crt_copysignl(crt_isinf(__d) ? 1.0 : 0.0, __d); in __divtc3() [all …]
|
| H A D | divsc3.c | 21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3() argument 24 float __logbw = crt_logbf(crt_fmaxf(crt_fabsf(__c), crt_fabsf(__d))); in __divsc3() 29 __d = crt_scalbnf(__d, -__ilogbw); in __divsc3() 31 float __denom = __c * __c + __d * __d; in __divsc3() 33 COMPLEX_REAL(z) = crt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw); in __divsc3() 34 COMPLEX_IMAGINARY(z) = crt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw); in __divsc3() 43 crt_isfinite(__c) && crt_isfinite(__d)) in __divsc3() 47 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divsc3() 48 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divsc3() 54 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d); in __divsc3() [all …]
|
| H A D | divxc3.c | 22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3() argument 25 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divxc3() 30 __d = crt_scalbnl(__d, -__ilogbw); in __divxc3() 32 long double __denom = __c * __c + __d * __d; in __divxc3() 34 COMPLEX_REAL(z) = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw); in __divxc3() 35 COMPLEX_IMAGINARY(z) = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw); in __divxc3() 44 crt_isfinite(__c) && crt_isfinite(__d)) in __divxc3() 48 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divxc3() 49 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divxc3() 55 __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d); in __divxc3() [all …]
|
| H A D | divdc3.c | 21 __divdc3(double __a, double __b, double __c, double __d) in __divdc3() argument 24 double __logbw = crt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d))); in __divdc3() 29 __d = crt_scalbn(__d, -__ilogbw); in __divdc3() 31 double __denom = __c * __c + __d * __d; in __divdc3() 33 COMPLEX_REAL(z) = crt_scalbn((__a * __c + __b * __d) / __denom, -__ilogbw); in __divdc3() 34 COMPLEX_IMAGINARY(z) = crt_scalbn((__b * __c - __a * __d) / __denom, -__ilogbw); in __divdc3() 43 crt_isfinite(__c) && crt_isfinite(__d)) in __divdc3() 47 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divdc3() 48 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divdc3() 54 __d = crt_copysign(crt_isinf(__d) ? 1.0 : 0.0, __d); in __divdc3() [all …]
|
| H A D | mulsc3.c | 21 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3() argument 24 float __bd = __b * __d; in __mulsc3() 25 float __ad = __a * __d; in __mulsc3() 39 if (crt_isnan(__d)) in __mulsc3() 40 __d = crt_copysignf(0, __d); in __mulsc3() 43 if (crt_isinf(__c) || crt_isinf(__d)) in __mulsc3() 46 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d); in __mulsc3() 62 if (crt_isnan(__d)) in __mulsc3() 63 __d = crt_copysignf(0, __d); in __mulsc3() 68 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c - __b * __d); in __mulsc3() [all …]
|
| H A D | muldc3.c | 21 __muldc3(double __a, double __b, double __c, double __d) in __muldc3() argument 24 double __bd = __b * __d; in __muldc3() 25 double __ad = __a * __d; in __muldc3() 39 if (crt_isnan(__d)) in __muldc3() 40 __d = crt_copysign(0, __d); in __muldc3() 43 if (crt_isinf(__c) || crt_isinf(__d)) in __muldc3() 46 __d = crt_copysign(crt_isinf(__d) ? 1 : 0, __d); in __muldc3() 62 if (crt_isnan(__d)) in __muldc3() 63 __d = crt_copysign(0, __d); in __muldc3() 68 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c - __b * __d); in __muldc3() [all …]
|
| H A D | mulxc3.c | 23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3() argument 26 long double __bd = __b * __d; in __mulxc3() 27 long double __ad = __a * __d; in __mulxc3() 41 if (crt_isnan(__d)) in __mulxc3() 42 __d = crt_copysignl(0, __d); in __mulxc3() 45 if (crt_isinf(__c) || crt_isinf(__d)) in __mulxc3() 48 __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d); in __mulxc3() 64 if (crt_isnan(__d)) in __mulxc3() 65 __d = crt_copysignl(0, __d); in __mulxc3() 70 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c - __b * __d); in __mulxc3() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| H A D | snprintf_lite.cc | 93 char *__d = __buf; in __snprintf_lite() local 95 const char *const __limit = __d + __bufsize - 1; // Leave space for NUL. in __snprintf_lite() 97 while (__s[0] != '\0' && __d < __limit) in __snprintf_lite() 111 while (__v[0] != '\0' && __d < __limit) in __snprintf_lite() 112 *__d++ = *__v++; in __snprintf_lite() 116 __throw_insufficient_space(__buf, __d); in __snprintf_lite() 125 const int __len = __concat_size_t(__d, __limit - __d, in __snprintf_lite() 128 __d += __len; in __snprintf_lite() 131 __throw_insufficient_space(__buf, __d); in __snprintf_lite() 139 *__d++ = *__s++; in __snprintf_lite() [all …]
|
| /netbsd-src/sys/arch/powerpc/include/ |
| H A D | fenv.h | 140 double __d; 159 __mffs(&__r.__d); in feclearexcept() 161 __mtfsf(__r.__d); in feclearexcept() 170 __mffs(&__r.__d); in fegetexceptflag() 182 __mffs(&__r.__d); in fesetexceptflag() 185 __mtfsf(__r.__d); in fesetexceptflag() 196 __mffs(&__r.__d); in feraiseexcept() 198 __mtfsf(__r.__d); in feraiseexcept() 207 __mffs(&__r.__d); in fetestexcept() 216 __mffs(&__r.__d); in fegetround() 139 double __d; global() member [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| H A D | snprintf_lite.cc | 102 char *__d = __buf; in __snprintf_lite() local 104 const char *const __limit = __d + __bufsize - 1; // Leave space for NUL. in __snprintf_lite() 106 while (__s[0] != '\0' && __d < __limit) in __snprintf_lite() 120 while (__v[0] != '\0' && __d < __limit) in __snprintf_lite() 121 *__d++ = *__v++; in __snprintf_lite() 125 __throw_insufficient_space(__buf, __d); in __snprintf_lite() 134 const int __len = __concat_size_t(__d, __limit - __d, in __snprintf_lite() 137 __d += __len; in __snprintf_lite() 140 __throw_insufficient_space(__buf, __d); in __snprintf_lite() 148 *__d++ = *__s++; in __snprintf_lite() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | vstring_util.h | 107 _S_copy(_CharT* __d, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY() 110 traits_type::assign(*__d, *__s); in _GLIBCXX_VISIBILITY() 112 traits_type::copy(__d, __s, __n); in _GLIBCXX_VISIBILITY() 116 _S_move(_CharT* __d, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY() 119 traits_type::assign(*__d, *__s); in _GLIBCXX_VISIBILITY() 121 traits_type::move(__d, __s, __n); in _GLIBCXX_VISIBILITY() 125 _S_assign(_CharT* __d, size_type __n, _CharT __c) in _GLIBCXX_VISIBILITY() 128 traits_type::assign(*__d, __c); in _GLIBCXX_VISIBILITY() 130 traits_type::assign(__d, __n, __c); in _GLIBCXX_VISIBILITY() 172 const difference_type __d = difference_type(__n1 - __n2); in _GLIBCXX_VISIBILITY() local [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | vstring_util.h | 107 _S_copy(_CharT* __d, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY() 110 traits_type::assign(*__d, *__s); in _GLIBCXX_VISIBILITY() 112 traits_type::copy(__d, __s, __n); in _GLIBCXX_VISIBILITY() 116 _S_move(_CharT* __d, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY() 119 traits_type::assign(*__d, *__s); in _GLIBCXX_VISIBILITY() 121 traits_type::move(__d, __s, __n); in _GLIBCXX_VISIBILITY() 125 _S_assign(_CharT* __d, size_type __n, _CharT __c) in _GLIBCXX_VISIBILITY() 128 traits_type::assign(*__d, __c); in _GLIBCXX_VISIBILITY() 130 traits_type::assign(__d, __n, __c); in _GLIBCXX_VISIBILITY() 172 const difference_type __d = difference_type(__n1 - __n2); in _GLIBCXX_VISIBILITY() local [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
| H A D | set_operations.h | 79 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke() 82 while (__a != __b && __c != __d) in _M_invoke() 102 return std::copy(__c, __d, std::copy(__a, __b, __r)); in _M_invoke() 106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const in __count() 110 while (__a != __b && __c != __d) in __count() 129 return __counter + (__b - __a) + (__d - __c); in __count() 133 __first_empty(_IIter __c, _IIter __d, _OutputIterator __out) const in __first_empty() 134 { return std::copy(__c, __d, __out); } in __first_empty() 156 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke() 159 while (__a != __b && __c != __d) in _M_invoke() [all …]
|
| H A D | random_shuffle.h | 130 _DRSSorterPU<_RAIter, _RandomNumberGenerator>* __d = &__pus[__iam]; in __parallel_random_shuffle_drs_pu() local 131 _DRandomShufflingGlobalData<_RAIter>* __sd = __d->_M_sd; in __parallel_random_shuffle_drs_pu() 139 _ValueType** __temporaries = new _ValueType*[__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu() 146 _RandomNumber __rng(__d->_M_seed); in __parallel_random_shuffle_drs_pu() 170 + __d->_M_num_threads + 1, in __parallel_random_shuffle_drs_pu() 177 for (_BinIndex __s = 0; __s < __d->_M_bins_begin; ++__s) in __parallel_random_shuffle_drs_pu() 178 __global_offset += __sd->_M_dist[__s + 1][__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu() 182 for (_BinIndex __s = __d->_M_bins_begin; __s < __d->__bins_end; ++__s) in __parallel_random_shuffle_drs_pu() 184 for (int __t = 0; __t < __d->_M_num_threads + 1; ++__t) in __parallel_random_shuffle_drs_pu() 186 __offset = __sd->_M_dist[__s + 1][__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| H A D | set_operations.h | 79 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke() 82 while (__a != __b && __c != __d) in _M_invoke() 102 return std::copy(__c, __d, std::copy(__a, __b, __r)); in _M_invoke() 106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const in __count() 110 while (__a != __b && __c != __d) in __count() 129 return __counter + (__b - __a) + (__d - __c); in __count() 133 __first_empty(_IIter __c, _IIter __d, _OutputIterator __out) const in __first_empty() 134 { return std::copy(__c, __d, __out); } in __first_empty() 156 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke() 159 while (__a != __b && __c != __d) in _M_invoke() [all …]
|
| H A D | random_shuffle.h | 130 _DRSSorterPU<_RAIter, _RandomNumberGenerator>* __d = &__pus[__iam]; in __parallel_random_shuffle_drs_pu() local 131 _DRandomShufflingGlobalData<_RAIter>* __sd = __d->_M_sd; in __parallel_random_shuffle_drs_pu() 139 _ValueType** __temporaries = new _ValueType*[__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu() 146 _RandomNumber __rng(__d->_M_seed); in __parallel_random_shuffle_drs_pu() 170 + __d->_M_num_threads + 1, in __parallel_random_shuffle_drs_pu() 177 for (_BinIndex __s = 0; __s < __d->_M_bins_begin; ++__s) in __parallel_random_shuffle_drs_pu() 178 __global_offset += __sd->_M_dist[__s + 1][__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu() 182 for (_BinIndex __s = __d->_M_bins_begin; __s < __d->__bins_end; ++__s) in __parallel_random_shuffle_drs_pu() 184 for (int __t = 0; __t < __d->_M_num_threads + 1; ++__t) in __parallel_random_shuffle_drs_pu() 186 __offset = __sd->_M_dist[__s + 1][__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu() [all …]
|
| /netbsd-src/sys/arch/alpha/include/ |
| H A D | fenv.h | 66 double __d; 87 __mf_fpcr(&__r.__d); in feclearexcept() 89 __mt_fpcr(__r.__d); in feclearexcept() 100 __mf_fpcr(&__r.__d); in fegetexceptflag() 115 __mf_fpcr(&__r.__d); in fesetexceptflag() 118 __mt_fpcr(__r.__d); in fesetexceptflag() 144 __mf_fpcr(&__r.__d); in fetestexcept() 158 __mf_fpcr(&__r.__d); in fegetround() 170 __mf_fpcr(&__r.__d); in fesetround() 173 __mt_fpcr(__r.__d); in fesetround() 65 double __d; global() member [all...] |
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | chrono.h | 182 __cast(const duration<_Rep, _Period>& __d) in _GLIBCXX_VISIBILITY() 185 return _ToDur(static_cast<__to_rep>(static_cast<_CR>(__d.count()) in _GLIBCXX_VISIBILITY() 196 __cast(const duration<_Rep, _Period>& __d) in _GLIBCXX_VISIBILITY() 199 return _ToDur(static_cast<__to_rep>(__d.count())); in _GLIBCXX_VISIBILITY() 208 __cast(const duration<_Rep, _Period>& __d) in _GLIBCXX_VISIBILITY() 212 static_cast<_CR>(__d.count()) / static_cast<_CR>(_CF::den))); in _GLIBCXX_VISIBILITY() 221 __cast(const duration<_Rep, _Period>& __d) in _GLIBCXX_VISIBILITY() 225 static_cast<_CR>(__d.count()) * static_cast<_CR>(_CF::num))); in _GLIBCXX_VISIBILITY() 262 duration_cast(const duration<_Rep, _Period>& __d) in _GLIBCXX_VISIBILITY() 270 return __dc::__cast(__d); in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | __mutex_base | 135 unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d) 136 : __m_(_VSTD::addressof(__m)), __owns_(__m.try_lock_for(__d)) {} 169 bool try_lock_for(const chrono::duration<_Rep, _Period>& __d); 226 unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) 232 __owns_ = __m_->try_lock_for(__d); 314 const chrono::duration<_Rep, _Period>& __d); 320 const chrono::duration<_Rep, _Period>& __d, 346 __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d) 351 _Rep __result_float = __d.count() * __ratio::num / __ratio::den; 373 __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d) [all …]
|