Home
last modified time | relevance | path

Searched refs:nan (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/android/support/src/msun/
Ds_nan.c95 nan(const char *s) function
128 __weak_reference(nan, nanl);
/ndk/sources/host-tools/make-3.81/config/
Dintdiv0.m437 int nan;
52 nan = y / y;
/ndk/sources/android/support/include/
Dmath.h87 double nan(const char*);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dratio188 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
189 static const intmax_t min = nan + 1;
194 static_assert(_Xp != nan && _Yp != nan && __a_x <= max / __a_y, "overflow in __ll_mul");
224 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
225 static const intmax_t min = nan + 1;
228 static_assert(_Xp != nan && _Yp != nan && _Yp != 0, "overflow in __ll_div");
Dcmath248 double nan (const char* str);
1429 // nan
1432 using ::nan;
/ndk/tests/device/math/jni/
Dmath.c51 dn = nan(""); in main()
Dmath.cpp51 dn = nan(""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dlimits.h46 #define __builtin_nan(__dummy) nan(__dummy) //0x7ff8000000000000
/ndk/sources/android/support/src/
Dmath_support.c83 __attribute__((weak)) long double nanl(const char* s) { return nan(s); } in nanl()
/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp617 static const char* nan[2] = { "nan", "NaN" }; in __format_nan_or_inf() local
627 inf_or_nan = nan; in __format_nan_or_inf()
638 inf_or_nan = nan; in __format_nan_or_inf()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp522 static_assert((std::is_same<decltype(nan("")), double>::value), ""); in test_nan()
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2271 nan;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1085 static_assert((std::is_same<decltype(std::nan("")), double>::value), ""); in test_nan()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_long_double.pass.cpp10723 long double v = std::nan(""); in test5()
26227 long double v = std::nan(""); in main()
26237 long double v = std::nan(""); in main()
26243 long double v = std::nan(""); in main()