/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_pow_test.cpp | 72 EXPECT_TRUE(isnan(powf(nanf(""), 3.0f))); in HWTEST_F() 73 EXPECT_TRUE(isnan(powf(2.0f, nanf("")))); in HWTEST_F() 83 EXPECT_DOUBLE_EQ(1.0f, (powf(1.0f, nanf("")))); in HWTEST_F()
|
H A D | math_fmin_test.cpp | 63 EXPECT_FLOAT_EQ(11.0f, fminf(11.0f, nanf(""))); in HWTEST_F() 64 EXPECT_FLOAT_EQ(12.0f, fminf(nanf(""), 12.0f)); in HWTEST_F()
|
H A D | math_fmax_test.cpp | 63 EXPECT_FLOAT_EQ(15.0f, fmaxf(15.0f, nanf(""))); in HWTEST_F() 64 EXPECT_FLOAT_EQ(14.0f, fmaxf(nanf(""), 14.0f)); in HWTEST_F()
|
H A D | math_remainder_test.cpp | 104 EXPECT_TRUE(isnan(remainderf(nanf(""), 11.0f))); in HWTEST_F() 105 EXPECT_TRUE(isnan(remainderf(13.0f, nanf("")))); in HWTEST_F()
|
H A D | math_remquo_test.cpp | 119 EXPECT_TRUE(isnan(remquof(nanf(""), 15.0f, "ient))); in HWTEST_F() 120 EXPECT_TRUE(isnan(remquof(11.0f, nanf(""), "ient))); in HWTEST_F()
|
H A D | complex_test.cpp | 704 float complex tan_result = ctanhf(nanf("") + 0.0fi); in HWTEST_F() 717 float complex tan_result = ctanhf(nanf("") + nanf("") * I); in HWTEST_F()
|
H A D | math_fmod_test.cpp | 113 EXPECT_TRUE(isnan(fmodf(nanf(""), 14.0f))); in HWTEST_F()
|
H A D | math_log1p_test.cpp | 102 EXPECT_TRUE(isnan(log1pf(nanf("")))); in HWTEST_F()
|
H A D | math_logb_test.cpp | 102 EXPECT_TRUE(isnan(logbf(nanf("")))); in HWTEST_F()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | nanf.c | 3 float nanf(const char *s) in nanf() function
|
/third_party/musl/src/math/ |
H A D | nanf.c | 3 float nanf(const char *s) in nanf() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/expand/ |
H A D | builtin_nan.c | 1 static float nanf(void) in nanf() function
|
/third_party/musl/libc-test/src/functionalext/supplement/math/ |
H A D | nanf.c | 26 float ret = nanf(NULL); in nanf_0100()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 292 float nanf(const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 292 float nanf(const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 292 float nanf(const char *);
|
/third_party/musl/include/ |
H A D | math.h | 292 float nanf(const char *);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 177 {float(*p)(const char*) = nanf;} in f()
|
/third_party/mesa3d/include/CL/ |
H A D | cl_platform.h | 325 float nanf( const char * ); 326 #define CL_NAN nanf( "" )
|
/third_party/opencl-headers/CL/ |
H A D | cl_platform.h | 354 float nanf( const char * ); 355 #define CL_NAN nanf( "" )
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_platform.h | 345 float nanf( const char * ); 346 #define CL_NAN nanf( "" )
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | charconv_test.cc | 638 float std_nan_float = std::nanf(n_char_sequence.c_str()); in TEST()
|
H A D | charconv.cc | 141 // Support nanf no matter which namespace it's in. Some platforms in MakeNan() 144 return nanf(tagp); in MakeNan()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 151 float other_nan = std::nanf("1"); in TEST() 218 EXPECT_FALSE(mf.Matches(std::nanf("1"))); in TEST()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier_test.cc | 1576 float ssbo = std::nanf(""); in TEST_F() 1610 float ssbo = std::nanf(""); in TEST_F()
|