/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p1.cpp | 7 float hexfloat = 0x1p31; // allow hexfloats variable
|
/external/libcxx/test/support/ |
hexfloat.h | 10 // Define a hexfloat literal emulator since we can't depend on being able to 11 // for hexfloat literals 13 // 0x10.F5p-10 == hexfloat<double>(0x10, 0xF5, -10) 23 class hexfloat class 27 hexfloat(long long m1, unsigned long long m0, int exp) function in class:hexfloat
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
hexfloat.h | 10 // Define a hexfloat literal emulator since we can't depend on being able to 11 // for hexfloat literals 13 // 0x10.F5p-10 == hexfloat<double>(0x10, 0xF5, -10) 23 class hexfloat class 27 hexfloat(long long m1, unsigned long long m0, int exp) function in class:hexfloat
|
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/ |
hexfloat.pass.cpp | 14 // ios_base& hexfloat(ios_base& str); 26 std::ios_base& r = std::hexfloat(ios);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/ |
hexfloat.pass.cpp | 14 // ios_base& hexfloat(ios_base& str); 26 std::ios_base& r = std::hexfloat(ios);
|
/ndk/sources/android/support/src/wcstox/ |
floatscan.c | 332 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) function 519 return hexfloat(f, bits, emin, sign, pok);
|
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
get_float.pass.cpp | 23 #include "hexfloat.h" 97 assert(v == hexfloat<float>(0x125, 0, -1));
|
get_double.pass.cpp | 26 #include "hexfloat.h" 112 assert(v == hexfloat<double>(0x125, 0, -1));
|
get_long_double.pass.cpp | 23 #include "hexfloat.h" 97 assert(v == hexfloat<long double>(0x125, 0, -1));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
get_float.pass.cpp | 23 #include "hexfloat.h" 97 assert(v == hexfloat<float>(0x125, 0, -1));
|
get_double.pass.cpp | 26 #include "hexfloat.h" 112 assert(v == hexfloat<double>(0x125, 0, -1));
|
get_long_double.pass.cpp | 23 #include "hexfloat.h" 97 assert(v == hexfloat<long double>(0x125, 0, -1));
|
/external/libcxx/test/std/depr/depr.c.headers/ |
math_h.pass.cpp | 18 #include "hexfloat.h" 535 assert(nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); 543 assert(nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
math_h.pass.cpp | 16 #include "hexfloat.h" 540 assert(nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); 548 assert(nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074));
|
/external/libcxx/test/std/numerics/c.math/ |
cmath.pass.cpp | 19 #include "hexfloat.h" [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | 16 #include "hexfloat.h" [all...] |
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_double.pass.cpp | [all...] |
put_long_double.pass.cpp | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_double.pass.cpp | [all...] |
put_long_double.pass.cpp | [all...] |
/ndk/tests/device/test-libc++-shared-full/jni/ |
Android.mk | [all...] |
/ndk/tests/device/test-libc++-static-full/jni/ |
Android.mk | [all...] |