Home
last modified time | relevance | path

Searched refs:hexfloat (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/support/
Dhexfloat.h23 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/
Dhexfloat.pass.cpp26 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/
Dget_long_double.pass.cpp97 assert(v == hexfloat<long double>(0x125, 0, -1)); in main()
Dget_float.pass.cpp97 assert(v == hexfloat<float>(0x125, 0, -1)); in main()
Dget_double.pass.cpp109 assert(v == hexfloat<double>(0x125, 0, -1)); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dmath_h.pass.cpp533 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/
Dios196 ios_base& hexfloat (ios_base& str);
972 hexfloat(ios_base& __str)
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
Dcmath.pass.cpp1106 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/
Dput_double.pass.cpp14307 hexfloat(ios); in test7()
16097 hexfloat(ios); in test8()
Dput_long_double.pass.cpp22630 hexfloat(ios); in test11()
24423 hexfloat(ios); in test12()