Searched refs:hexfloat (Results 1 – 11 of 11) sorted by relevance
/external/libcxx/test/support/ |
D | hexfloat.h | 23 class hexfloat 27 hexfloat(long long m1, unsigned long long m0, int exp) in hexfloat() function
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
D | p1.cpp | 7 float hexfloat = 0x1p31; // allow hexfloats variable
|
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/ |
D | hexfloat.pass.cpp | 26 std::ios_base& r = std::hexfloat(ios); in main()
|
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
D | get_float.pass.cpp | 97 assert(v == hexfloat<float>(0x125, 0, -1)); in main()
|
D | get_double.pass.cpp | 112 assert(v == hexfloat<double>(0x125, 0, -1)); in main()
|
D | get_long_double.pass.cpp | 97 assert(v == hexfloat<long double>(0x125, 0, -1)); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 535 assert(nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter() 543 assert(nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
|
/external/libcxx/include/ |
D | ios | 196 ios_base& hexfloat (ios_base& str); 980 hexfloat(ios_base& __str)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1232 assert(std::nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter() 1251 assert(std::nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
|
/external/libcxx/test/std/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 | 22635 hexfloat(ios); in test11() 24428 hexfloat(ios); in test12()
|