Searched refs:__coeff (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dhash-long-double-aux.cc47 const size_t __coeff = __SIZE_MAX__ / __LDBL_MAX_EXP__;
49 return __hibits + (size_t)__val + __coeff * __exponent;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h119 static decimal32 make_decimal32(long long __coeff, int __exponent) argument
134 return __coeff * __decexp;
137 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) argument
152 return __coeff * __decexp;
155 static decimal64 make_decimal64(long long __coeff, int __exponent) argument
170 return __coeff * __decexp;
173 static decimal64 make_decimal64(unsigned long long __coeff, int __exponent) argument
188 return __coeff * __decexp;
191 static decimal128 make_decimal128(long long __coeff, int __exponent) argument
206 return __coeff * __decex
209 make_decimal128(unsigned long long __coeff, int __exponent) argument
[all...]

Completed in 165 milliseconds