Searched refs:make_decimal64 (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.cc62 VERIFY (d64 == make_decimal64 (123LL, 0));
64 VERIFY (d64 == make_decimal64 (345LL, 0));
66 VERIFY (d64 == make_decimal64 (456LL, 0));
68 VERIFY (d64 == make_decimal64 (567LL, 0));
70 VERIFY (d64 == make_decimal64 (678LL, 0));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h155 static decimal64 make_decimal64(long long __coeff, int __exponent) function in namespace:std::decimal
173 static decimal64 make_decimal64(unsigned long long __coeff, int __exponent) function in namespace:std::decimal

Completed in 169 milliseconds