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

/haiku-buildtools/gcc/libstdc++-v3/include/decimal/
H A Ddecimal.h121 static decimal32 make_decimal32(long long __coeff, int __exponent) argument
139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) argument
157 static decimal64 make_decimal64(long long __coeff, int __exponent) argument
175 static decimal64 make_decimal64(unsigned long long __coeff, int __exponent) argument
193 static decimal128 make_decimal128(long long __coeff, int __exponent) argument
211 make_decimal128(unsigned long long __coeff, int __exponent) argument
[all...]

Completed in 25 milliseconds