/external/llvm-project/libcxx/test/support/ |
D | hexfloat.h | 21 class hexfloat 38 hexfloat(long long m1, unsigned long long m0, int exp) in hexfloat() function
|
/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/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/ |
D | p1.cpp | 7 float hexfloat = 0x1p31; // allow hexfloats variable
|
/external/openscreen/tools/cddl/ |
D | grammar.abnf | 66 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/ |
D | hexfloat.pass.cpp | 27 std::ios_base& r = std::hexfloat(ios); in main()
|
/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/jsoncpp/src/test_lib_json/ |
D | jsontest.h | 87 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/ |
D | get_float.pass.cpp | 98 assert(v == hexfloat<float>(0x125, 0, -1)); in main()
|
D | get_long_double.pass.cpp | 98 assert(v == hexfloat<long double>(0x125, 0, -1)); in main()
|
D | get_double.pass.cpp | 109 assert(v == hexfloat<double>(0x125, 0, -1)); in main()
|
/external/llvm-project/libcxx/test/std/namespace/ |
D | addressable_functions.sh.cpp | 88 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/ |
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/llvm-project/libcxx/include/ |
D | ios | 195 ios_base& hexfloat (ios_base& str); 1024 hexfloat(ios_base& __str)
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1316 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/ |
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/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1373 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/ |
D | StdSymbolMap.inc | 436 SYMBOL(hexfloat, std::, <ios>)
|
/external/llvm-project/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()
|
/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()
|