Home
last modified time | relevance | path

Searched refs:nanf (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/android/support/include/
Dmath.h88 float nanf(const char*);
/ndk/tests/device/math/jni/
Dmath.c52 fn = nanf(""); in main()
Dmath.cpp52 fn = nanf(""); in main()
/ndk/sources/android/support/src/msun/
Ds_nan.c112 nanf(const char *s) function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dlimits.h47 #define __builtin_nanf(__dummy) nanf(__dummy) // 0x7ff80000
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp523 static_assert((std::is_same<decltype(nanf("")), float>::value), ""); in test_nan()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath249 float nanf(const char* str);
1433 using ::nanf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1086 static_assert((std::is_same<decltype(std::nanf("")), float>::value), ""); in test_nan()