Searched refs:fmaxl (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_fmax_test.cpp | 69 * @tc.desc: When the parameter of fmaxl is valid, test the return value of the function. 74 EXPECT_DOUBLE_EQ(17.0L, fmaxl(17.0L, 17.0L)); in HWTEST_F() 75 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()
|
/third_party/musl/src/math/ |
H A D | fmaxl.c | 5 long double fmaxl(long double x, long double y) in fmaxl() function 10 long double fmaxl(long double x, long double y) in fmaxl() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | fmaxl.c | 5 long double fmaxl(long double x, long double y) in fmaxl() function 10 long double fmaxl(long double x, long double y) in fmaxl() function
|
/third_party/musl/libc-test/src/math/ |
H A D | fmaxl.c | 11 #include "sanity/fmaxl.h" 12 #include "special/fmaxl.h" 32 y = fmaxl(p->x, p->x2); in main() 36 printf("%s:%d: bad fp exception: %s fmaxl(%La,%La)=%La, want %s", in main() 43 printf("%s:%d: %s fmaxl(%La,%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 221 long double fmaxl(long double, long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 221 long double fmaxl(long double, long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 221 long double fmaxl(long double, long double);
|
/third_party/musl/include/ |
H A D | math.h | 221 long double fmaxl(long double, long double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 119 {long double(*p)(long double,long double) = fmaxl;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 143 int mpfmaxl(struct t *t) { return mpl2(t, fmaxl); } in mpfmaxl()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34365 extern long double fmaxl (long double __x, long double __y) throw () __attribute__ ((__const__)); extern long double __fmaxl (long double __x, long double __y) throw () __attribute__ ((__const__)); 35259 using ::fmaxl; [all...] |
Completed in 28 milliseconds