Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dhexfloat.h23 class hexfloat
27 hexfloat(long long m1, unsigned long long m0, int exp) in hexfloat() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/
Dhexfloat.pass.cpp26 std::ios_base& r = std::hexfloat(ios); in main()
/ndk/sources/android/support/src/wcstox/
Dfloatscan.c332 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() function
519 return hexfloat(f, bits, emin, sign, pok); in __floatscan()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dget_float.pass.cpp97 assert(v == hexfloat<float>(0x125, 0, -1)); in main()
Dget_long_double.pass.cpp97 assert(v == hexfloat<long double>(0x125, 0, -1)); in main()
Dget_double.pass.cpp112 assert(v == hexfloat<double>(0x125, 0, -1)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp540 assert(nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter()
548 assert(nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios196 ios_base& hexfloat (ios_base& str);
980 hexfloat(ios_base& __str)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1127 assert(std::nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter()
1145 assert(std::nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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()
Dput_long_double.pass.cpp22630 hexfloat(ios); in test11()
24423 hexfloat(ios); in test12()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1723 $(call gen-test, input.output/iostreams.base/std.ios.manip/floatfield.manip/hexfloat)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1714 $(call gen-test, input.output/iostreams.base/std.ios.manip/floatfield.manip/hexfloat)