Home
last modified time | relevance | path

Searched refs:nanf (Results 1 - 25 of 27) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_pow_test.cpp72 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 Dmath_fmin_test.cpp63 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 Dmath_fmax_test.cpp63 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 Dmath_remainder_test.cpp104 EXPECT_TRUE(isnan(remainderf(nanf(""), 11.0f))); in HWTEST_F()
105 EXPECT_TRUE(isnan(remainderf(13.0f, nanf("")))); in HWTEST_F()
H A Dmath_remquo_test.cpp119 EXPECT_TRUE(isnan(remquof(nanf(""), 15.0f, &quotient))); in HWTEST_F()
120 EXPECT_TRUE(isnan(remquof(11.0f, nanf(""), &quotient))); in HWTEST_F()
H A Dcomplex_test.cpp704 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 Dmath_fmod_test.cpp113 EXPECT_TRUE(isnan(fmodf(nanf(""), 14.0f))); in HWTEST_F()
H A Dmath_log1p_test.cpp102 EXPECT_TRUE(isnan(log1pf(nanf("")))); in HWTEST_F()
H A Dmath_logb_test.cpp102 EXPECT_TRUE(isnan(logbf(nanf("")))); in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dnanf.c3 float nanf(const char *s) in nanf() function
/third_party/musl/src/math/
H A Dnanf.c3 float nanf(const char *s) in nanf() function
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
H A Dbuiltin_nan.c1 static float nanf(void) in nanf() function
/third_party/musl/libc-test/src/functionalext/supplement/math/
H A Dnanf.c26 float ret = nanf(NULL); in nanf_0100()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h292 float nanf(const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h292 float nanf(const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h292 float nanf(const char *);
/third_party/musl/include/
H A Dmath.h292 float nanf(const char *);
/third_party/musl/libc-test/src/api/
H A Dmath.c177 {float(*p)(const char*) = nanf;} in f()
/third_party/mesa3d/include/CL/
H A Dcl_platform.h325 float nanf( const char * );
326 #define CL_NAN nanf( "" )
/third_party/opencl-headers/CL/
H A Dcl_platform.h354 float nanf( const char * );
355 #define CL_NAN nanf( "" )
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h345 float nanf( const char * );
346 #define CL_NAN nanf( "" )
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv_test.cc638 float std_nan_float = std::nanf(n_char_sequence.c_str()); in TEST()
H A Dcharconv.cc141 // 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 Dgmock-matchers-arithmetic_test.cc151 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 Dverifier_test.cc1576 float ssbo = std::nanf(""); in TEST_F()
1610 float ssbo = std::nanf(""); in TEST_F()

Completed in 27 milliseconds

12