Home
last modified time | relevance | path

Searched defs:nan (Results 1 - 25 of 41) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dnan.c3 double nan(const char *s) in nan() function
/third_party/musl/src/math/
H A Dnan.c3 double nan(const char *s) in nan() function
/third_party/jerryscript/tests/jerry/es2015/
H A Dmath-atanh.js15 var nan = NaN; variable
H A Dmath-asinh.js15 var nan = NaN; variable
H A Dmath-acosh.js15 var nan = NaN; variable
H A Dmath-sign.js15 var nan = NaN; variable
H A Dmath-trunc.js15 var nan = NaN; variable
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
H A Dbuiltin_nan.c6 static double nan(void) in nan() function
/third_party/jerryscript/tests/jerry/
H A Dmath-round.js15 var nan = NaN; variable
H A Dmath-abs.js15 var nan = NaN; variable
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbuiltin_inf.c12 static int nan = __builtin_isnan(0.0); variable
/third_party/skia/tests/
H A DInfRectTest.cpp24 float nan = SK_FloatNaN; in DEF_TEST() local
/third_party/mesa3d/src/util/tests/
H A Dhalf_float_test.cpp74 float nan = func(HALF_NAN); in test_half_to_float_limits() local
105 uint16_t nan = func(TEST_NAN); in test_float_to_half_limits() local
/third_party/jerryscript/tests/unit-core/
H A Dtest-to-length.cpp136 ecma_value_t nan = ecma_make_nan_value (); in HWTEST_F() local
H A Dtest-to-integer.cpp90 ecma_value_t nan = ecma_make_nan_value (); in HWTEST_F() local
/third_party/musl/libc-test/src/math/gen/
H A Dgen.h26 #undef nan macro
28 #define nan NAN macro
/third_party/json/tests/src/
H A Dunit-comparison.cpp67 constexpr auto nan = std::numeric_limits<json::number_float_t>::quiet_NaN(); variable
/third_party/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp104 double nan = uprv_getNaN(); in testMaxMin() local
374 double nan = uprv_getNaN(); testIsNaN() local
401 double nan = uprv_getNaN(); NaNGT() local
428 double nan = uprv_getNaN(); NaNLT() local
455 double nan = uprv_getNaN(); NaNGTE() local
482 double nan = uprv_getNaN(); NaNLTE() local
509 double nan = uprv_getNaN(); NaNE() local
536 double nan = uprv_getNaN(); NaNNE() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_impl.h78 NanMatcher nan; member
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_impl.h78 NanMatcher nan; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_impl.h78 NanMatcher nan; member
/third_party/python/Lib/test/test_json/
H A Dtest_enum.py32 nan = NAN variable in WierdNum
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-date.c438 const ecma_number_t nan = ecma_number_make_nan (); in ecma_builtin_date_parse_toString_formats() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.h203 nir_ssa_def *nan = nir_imm_floatN_t(b, NAN, x->bit_size); in nir_nan() local
/third_party/musl/libc-test/src/common/
H A Dmtest.h62 #undef nan macro
64 #define nan NAN macro

Completed in 9 milliseconds

12