Home
last modified time | relevance | path

Searched refs:nanl (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_fmin_test.cpp75 EXPECT_DOUBLE_EQ(11.0L, fminl(11.0L, nanl(""))); in HWTEST_F()
76 EXPECT_DOUBLE_EQ(12.0L, fminl(nanl(""), 12.0L)); in HWTEST_F()
H A Dmath_fmax_test.cpp75 EXPECT_DOUBLE_EQ(15.0L, fmaxl(15.0L, nanl(""))); in HWTEST_F()
76 EXPECT_DOUBLE_EQ(14.0L, fmaxl(nanl(""), 14.0L)); in HWTEST_F()
H A Dcomplex_test.cpp754 long double complex tan_result = ctanhl(nanl("") + 0.0Li); in HWTEST_F()
766 long double complex tan_result = ctanhl(nanl("") + 2.0Li); in HWTEST_F()
779 long double complex tan_result = ctanhl(nanl("") + nanl("") * I); in HWTEST_F()
H A Dmath_logb_test.cpp144 EXPECT_TRUE(isnan(logbl(nanl("")))); in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dnanl.c3 long double nanl(const char *s) in nanl() function
/third_party/musl/src/math/
H A Dnanl.c3 long double nanl(const char *s) in nanl() function
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
H A Dbuiltin_nan.c11 static long double nanl(void) in nanl() function
/third_party/musl/libc-test/src/functionalext/supplement/math/
H A Dnanl.c22 * @tc.name : nanl.
23 * @tc.desc : Verify nanl process success and return 0.
28 long double ret = nanl(""); in nanl_0100()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h293 long double nanl(const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h293 long double nanl(const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h293 long double nanl(const char *);
/third_party/musl/include/
H A Dmath.h293 long double nanl(const char *);
/third_party/musl/libc-test/src/api/
H A Dmath.c178 {long double(*p)(const char*) = nanl;} in f()
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc228 EXPECT_FALSE(mld.Matches(std::nanl("1"))); in TEST()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34236 extern long double nanl (const char *__tagb) throw () __attribute__ ((__const__)); extern long double __nanl (const char *__tagb) throw () __attribute__ ((__const__));
35307 using ::nanl;
[all...]

Completed in 33 milliseconds