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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/decimal/
H A Dconversion-to-generic-float.cc45 d = decimal_to_double (d32);
69 d = decimal_to_double (d64);
93 d = decimal_to_double (d128);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h256 inline double decimal_to_double(decimal32 __d) function in namespace:std::decimal
259 inline double decimal_to_double(decimal64 __d) function in namespace:std::decimal
262 inline double decimal_to_double(decimal128 __d) function in namespace:std::decimal

Completed in 159 milliseconds