Searched refs:hexfloat (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/test/support/ |
D | hexfloat.h | 23 class hexfloat 27 hexfloat(long long m1, unsigned long long m0, int exp) in hexfloat() function
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/ |
D | hexfloat.pass.cpp | 26 std::ios_base& r = std::hexfloat(ios); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
D | get_long_double.pass.cpp | 97 assert(v == hexfloat<long double>(0x125, 0, -1)); in main()
|
D | get_float.pass.cpp | 97 assert(v == hexfloat<float>(0x125, 0, -1)); in main()
|
D | get_double.pass.cpp | 109 assert(v == hexfloat<double>(0x125, 0, -1)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 533 assert(nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter() 541 assert(nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | ios | 196 ios_base& hexfloat (ios_base& str); 972 hexfloat(ios_base& __str)
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/ |
D | cmath.pass.cpp | 1106 assert(std::nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter() 1124 assert(std::nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
D | put_double.pass.cpp | 14307 hexfloat(ios); in test7() 16097 hexfloat(ios); in test8()
|
D | put_long_double.pass.cpp | 22630 hexfloat(ios); in test11() 24423 hexfloat(ios); in test12()
|