/third_party/musl/src/math/ |
H A D | tanhl.c | 28 t = expm1l(2*x); in tanhl() 33 t = expm1l(2*x); in tanhl() 37 t = expm1l(-2*x); in tanhl()
|
H A D | expm1l.c | 24 * long double x, y, expm1l(); 26 * y = expm1l( x ); 53 long double expm1l(long double x) in expm1l() function 82 long double expm1l(long double x) in expm1l() function 119 long double expm1l(long double x) in expm1l() function
|
H A D | sinhl.c | 24 t = expm1l(absx); in sinhl()
|
H A D | coshl.c | 27 t = expm1l(x); in coshl()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | tanhl.c | 28 t = expm1l(2*x); in tanhl() 33 t = expm1l(2*x); in tanhl() 37 t = expm1l(-2*x); in tanhl()
|
H A D | expm1l.c | 24 * long double x, y, expm1l(); 26 * y = expm1l( x ); 53 long double expm1l(long double x) in expm1l() function 82 long double expm1l(long double x) in expm1l() function 119 long double expm1l(long double x) in expm1l() function
|
H A D | coshl.c | 27 t = expm1l(x); in coshl()
|
H A D | sinhl.c | 24 t = expm1l(absx); in sinhl()
|
/third_party/musl/src/math/x32/ |
H A D | exp2l.s | 1 .global expm1l 2 .type expm1l,@function 3 expm1l: label
|
/third_party/musl/src/math/i386/ |
H A D | exp_ld.s | 1 .global expm1l 2 .type expm1l,@function 3 expm1l: label
|
/third_party/musl/src/math/x86_64/ |
H A D | exp2l.s | 1 .global expm1l 2 .type expm1l,@function 3 expm1l: label
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_expm1_test.cpp | 65 * @tc.desc: When the parameter of expm1l is valid, test the return value of the function. 70 EXPECT_DOUBLE_EQ(M_E - 1.0L, expm1l(1.0L)); in HWTEST_F()
|
/third_party/musl/libc-test/src/math/ |
H A D | expm1l.c | 12 #include "sanity/expm1l.h" 13 #include "special/expm1l.h" 17 #include "ld128/expm1l.h" 38 y = expm1l(p->x); in main() 42 printf("%s:%d: bad fp exception: %s expm1l(%La)=%La, want %s", in main() 53 printf("%s:%d: %s expm1l(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | s_expl.c | 53 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */ 202 expm1l(long double x) in expm1l() function 226 * expm1l() never underflows, but it must avoid in expm1l()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 201 long double expm1l(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 201 long double expm1l(long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 201 long double expm1l(long double);
|
/third_party/musl/include/ |
H A D | math.h | 201 long double expm1l(long double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 104 {long double(*p)(long double) = expm1l;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 131 int mpexpm1l(struct t *t) { return mpl1(t, expm1l); } in mpexpm1l()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34157 extern long double expm1l (long double __x) throw (); extern long double __expm1l (long double __x) throw (); 35247 using ::expm1l; [all...] |