Searched refs:hexfloat (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | hexfloat.h | 21 class hexfloat 38 hexfloat(long long m1, unsigned long long m0, int exp) in hexfloat() function
|
| /llvm-project-15.0.7/clang/test/CXX/lex/lex.literal/lex.ext/ |
| H A D | p1.cpp | 7 float hexfloat = 0x1p31; // allow hexfloats variable
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/ |
| H A D | hexfloat.pass.cpp | 27 std::ios_base& r = std::hexfloat(ios); in main()
|
| /llvm-project-15.0.7/libc/test/src/math/exhaustive/ |
| H A D | exhaustive_test.cpp | 65 << range_end << "), [" << std::hexfloat in test_full_range()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
| H A D | get_float.pass.cpp | 98 assert(v == hexfloat<float>(0x125, 0, -1)); in main()
|
| H A D | get_double.pass.cpp | 109 assert(v == hexfloat<double>(0x125, 0, -1)); in main()
|
| H A D | get_long_double.pass.cpp | 98 assert(v == hexfloat<long double>(0x125, 0, -1)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/namespace/ |
| H A D | addressable_functions.sh.cpp | 95 all_funcs.insert(std::make_pair("hexfloat", &std::hexfloat)); in get_formatflag_tu1()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | ios | 195 ios_base& hexfloat (ios_base& str); 1023 hexfloat(ios_base& __str)
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | math_h.pass.cpp | 1313 assert(nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter() 1332 assert(nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/c.math/ |
| H A D | cmath.pass.cpp | 1395 assert(std::nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter() 1414 assert(std::nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
| H A D | put_long_double.hex.pass.cpp | 61 std::hexfloat(ios); in test1() 1855 std::hexfloat(ios); in test2()
|
| H A D | put_double.hex.pass.cpp | 61 std::hexfloat(ios); in test1() 1850 std::hexfloat(ios); in test2()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 437 SYMBOL(hexfloat, std::, <ios>)
|