Searched refs:hexfloat (Results 1 – 11 of 11) sorted by relevance
/external/libcxx/test/support/ |
D | hexfloat.h | 22 class hexfloat 39 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 | 101 assert(v == hexfloat<float>(0x125, 0, -1)); in main()
|
D | get_double.pass.cpp | 114 assert(v == hexfloat<double>(0x125, 0, -1)); in main()
|
D | get_long_double.pass.cpp | 101 assert(v == hexfloat<long double>(0x125, 0, -1)); in main()
|
/external/libcxx/include/ |
D | ios | 196 ios_base& hexfloat (ios_base& str); 1005 hexfloat(ios_base& __str)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1284 assert(nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter() 1303 assert(nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1335 assert(std::nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter() 1354 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 | 14310 hexfloat(ios); in test7() 16100 hexfloat(ios); in test8()
|
D | put_long_double.pass.cpp | 22638 hexfloat(ios); in test11() 24431 hexfloat(ios); in test12()
|