Home
last modified time | relevance | path

Searched refs:nanl (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/android/support/include/
Dmath.h76 long double nanl(const char*);
/ndk/tests/device/math/jni/
Dmath.c50 ldn = nanl(""); in main()
Dmath.cpp50 ldn = nanl(""); in main()
/ndk/sources/android/support/src/msun/
Ds_nan.c128 __weak_reference(nan, nanl);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dlimits.h48 #define __builtin_nanl(__dummy) nanl(__dummy) //0x7ff8000000000000
/ndk/sources/android/support/src/
Dmath_support.c83 __attribute__((weak)) long double nanl(const char* s) { return nan(s); } in nanl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp524 static_assert((std::is_same<decltype(nanl("")), long double>::value), ""); in test_nan()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath250 long double nanl(const char* str);
1665 using ::nanl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1087 static_assert((std::is_same<decltype(std::nanl("")), long double>::value), ""); in test_nan()