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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/decimal/
H A Dconversion-from-float.cc40 VERIFY (d32 == make_decimal32 (234LL, 0));
42 VERIFY (d32 == make_decimal32 (345LL, 0));
44 VERIFY (d32 == make_decimal32 (456LL, 0));
46 VERIFY (d32 == make_decimal32 (567LL, 0));
48 VERIFY (d32 == make_decimal32 (678LL, 0));
/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) function in namespace:std::decimal
137 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) function in namespace:std::decimal

Completed in 96 milliseconds