Home
last modified time | relevance | path

Searched refs:expm1l (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/src/math/
H A Dtanhl.c28 t = expm1l(2*x); in tanhl()
33 t = expm1l(2*x); in tanhl()
37 t = expm1l(-2*x); in tanhl()
H A Dexpm1l.c24 * 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 Dsinhl.c24 t = expm1l(absx); in sinhl()
H A Dcoshl.c27 t = expm1l(x); in coshl()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dtanhl.c28 t = expm1l(2*x); in tanhl()
33 t = expm1l(2*x); in tanhl()
37 t = expm1l(-2*x); in tanhl()
H A Dexpm1l.c24 * 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 Dcoshl.c27 t = expm1l(x); in coshl()
H A Dsinhl.c24 t = expm1l(absx); in sinhl()
/third_party/musl/src/math/x32/
H A Dexp2l.s1 .global expm1l
2 .type expm1l,@function
3 expm1l: label
/third_party/musl/src/math/i386/
H A Dexp_ld.s1 .global expm1l
2 .type expm1l,@function
3 expm1l: label
/third_party/musl/src/math/x86_64/
H A Dexp2l.s1 .global expm1l
2 .type expm1l,@function
3 expm1l: label
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_expm1_test.cpp65 * @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 Dexpm1l.c12 #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 Ds_expl.c53 /* 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 Dmath.h201 long double expm1l(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h201 long double expm1l(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h201 long double expm1l(long double);
/third_party/musl/include/
H A Dmath.h201 long double expm1l(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c104 {long double(*p)(long double) = expm1l;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c131 int mpexpm1l(struct t *t) { return mpl1(t, expm1l); } in mpexpm1l()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34157 extern long double expm1l (long double __x) throw (); extern long double __expm1l (long double __x) throw ();
35247 using ::expm1l;
[all...]

Completed in 33 milliseconds