Home
last modified time | relevance | path

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

12

/external/llvm-project/libcxx/test/support/
Dhexfloat.h21 class hexfloat
38 hexfloat(long long m1, unsigned long long m0, int exp) in hexfloat() function
/external/libcxx/test/support/
Dhexfloat.h22 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/
Dp1.cpp7 float hexfloat = 0x1p31; // allow hexfloats variable
/external/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/
Dp1.cpp7 float hexfloat = 0x1p31; // allow hexfloats variable
/external/openscreen/tools/cddl/
Dgrammar.abnf66 number = hexfloat / (int ["." fraction] ["e" exponent ])
67 hexfloat = "0x" 1*HEXDIG ["." 1*HEXDIG] "p" exponent
/external/llvm-project/libcxx/test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/
Dhexfloat.pass.cpp27 std::ios_base& r = std::hexfloat(ios); in main()
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/
Dhexfloat.pass.cpp26 std::ios_base& r = std::hexfloat(ios); in main()
/external/jsoncpp/src/test_lib_json/
Djsontest.h87 oss << std::setprecision(16) << std::hexfloat << value;
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dget_float.pass.cpp98 assert(v == hexfloat<float>(0x125, 0, -1)); in main()
Dget_long_double.pass.cpp98 assert(v == hexfloat<long double>(0x125, 0, -1)); in main()
Dget_double.pass.cpp109 assert(v == hexfloat<double>(0x125, 0, -1)); in main()
/external/llvm-project/libcxx/test/std/namespace/
Daddressable_functions.sh.cpp88 all_funcs.insert(std::make_pair("hexfloat", &std::hexfloat)); in get_formatflag_tu1()
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dget_float.pass.cpp101 assert(v == hexfloat<float>(0x125, 0, -1)); in main()
Dget_double.pass.cpp114 assert(v == hexfloat<double>(0x125, 0, -1)); in main()
Dget_long_double.pass.cpp101 assert(v == hexfloat<long double>(0x125, 0, -1)); in main()
/external/libcxx/include/
Dios196 ios_base& hexfloat (ios_base& str);
1005 hexfloat(ios_base& __str)
/external/llvm-project/libcxx/include/
Dios195 ios_base& hexfloat (ios_base& str);
1024 hexfloat(ios_base& __str)
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1316 assert(nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter()
1335 assert(nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1284 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/
Dcmath.pass.cpp1335 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/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1373 assert(std::nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter()
1392 assert(std::nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc436 SYMBOL(hexfloat, std::, <ios>)
/external/llvm-project/libcxx/test/std/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()
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_double.pass.cpp14310 hexfloat(ios); in test7()
16100 hexfloat(ios); in test8()
Dput_long_double.pass.cpp22638 hexfloat(ios); in test11()
24431 hexfloat(ios); in test12()

12