Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dhexfloat.h21 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 Dp1.cpp7 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 Dhexfloat.pass.cpp27 std::ios_base& r = std::hexfloat(ios); in main()
/llvm-project-15.0.7/libc/test/src/math/exhaustive/
H A Dexhaustive_test.cpp65 << 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 Dget_float.pass.cpp98 assert(v == hexfloat<float>(0x125, 0, -1)); in main()
H A Dget_double.pass.cpp109 assert(v == hexfloat<double>(0x125, 0, -1)); in main()
H A Dget_long_double.pass.cpp98 assert(v == hexfloat<long double>(0x125, 0, -1)); in main()
/llvm-project-15.0.7/libcxx/test/std/namespace/
H A Daddressable_functions.sh.cpp95 all_funcs.insert(std::make_pair("hexfloat", &std::hexfloat)); in get_formatflag_tu1()
/llvm-project-15.0.7/libcxx/include/
H A Dios195 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 Dmath_h.pass.cpp1313 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 Dcmath.pass.cpp1395 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 Dput_long_double.hex.pass.cpp61 std::hexfloat(ios); in test1()
1855 std::hexfloat(ios); in test2()
H A Dput_double.hex.pass.cpp61 std::hexfloat(ios); in test1()
1850 std::hexfloat(ios); in test2()
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc437 SYMBOL(hexfloat, std::, <ios>)