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

/openbsd-current/lib/libm/src/ld128/
H A Ds_tanhl.c41 * 2**-57 < x <= 1 : tanhl(x) := -----; t = expm1l(-2x)
44 * 1 <= x <= 40.0 : tanhl(x) := 1- ----- ; t=expm1l(2x)
89 t = expm1l (two * u.value);
94 t = expm1l (-two * u.value);
H A Ds_expm1l.c19 /* expm1l.c
28 * long double x, y, expm1l();
30 * y = expm1l( x );
94 expm1l(long double x) function
163 DEF_STD(expm1l); variable
H A De_coshl.c73 /* |x| in [0,0.5*ln2], return 1+expm1l(|x|)^2/(2*expl(|x|)) */
76 t = expm1l (u.value);
H A De_sinhl.c35 * 0 <= x <= 25 : sinhl(x) := --------------, E=expm1l(x)
83 t = expm1l (u.value);
/openbsd-current/lib/libm/src/ld80/
H A Ds_tanhl.c25 * 2**-55 < x <= 1 : tanhl(x) := -----; t = expm1l(-2x)
28 * 1 <= x <= 23.0 : tanhl(x) := 1- ----- ; t=expm1l(2x)
68 t = expm1l(two*fabsl(x));
71 t = expm1l(-two*fabsl(x));
H A Ds_expm1l.c19 /* expm1l.c
27 * long double x, y, expm1l();
29 * y = expm1l( x );
56 * expm1l overflow x > MAXLOG MAXNUM
90 expm1l(long double x) function
139 DEF_STD(expm1l); variable
H A De_coshl.c53 /* |x| in [0,0.5*ln2], return 1+expm1l(|x|)^2/(2*expl(|x|)) */
55 t = expm1l(fabsl(x));
H A De_sinhl.c19 * 0 <= x <= 25 : sinhl(x) := --------------, E=expm1l(x)
56 t = expm1l(fabsl(x));
/openbsd-current/gnu/gcc/fixincludes/tests/base/architecture/ppc/
H A Dmath.h43 extern long double expm1l( long double ) __LIBMLDBL_COMPAT(expm1l); variable
/openbsd-current/regress/lib/libm/cephes/
H A Dtestvectl.c76 long double expm1l (long double);
188 {"expm1l", expm1l, &NANL, &NANL, 0},
189 {"expm1l", expm1l, &ZEROL, &ZEROL, 0},
190 {"expm1l", expm1l, &NEGZEROL, &NEGZEROL, 0},
191 {"expm1l", expm1l, &INFINITYL, &INFINITYL, 0},
192 {"expm1l", expm1
[all...]
H A Dtestvectll.c80 long double expm1l (long double);
192 {"expm1l", expm1l, &NANL, &NANL, 0},
193 {"expm1l", expm1l, &ZEROL, &ZEROL, 0},
194 {"expm1l", expm1l, &NEGZEROL, &NEGZEROL, 0},
195 {"expm1l", expm1l, &INFINITYL, &INFINITYL, 0},
196 {"expm1l", expm1
[all...]
H A Dmonotll.c55 long double expm1l (long double);
118 {"expm1", expm1l, 1.0L, 1.7182769775390625L,
121 {"expm1", expm1l, 0.5L, 0.648712158203125L,
124 {"expm1", expm1l, 2.0L, 6.3890533447265625L,
/openbsd-current/include/
H A Dmath.h416 long double expm1l(long double);
/openbsd-current/lib/libm/hidden/
H A Dmath.h79 LDBL_PROTO_NORMAL(expm1l); variable
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h684 __tg_expm1(long double __x) {return expm1l(__x);}
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs296 # define c99_expm1 expm1l

Completed in 181 milliseconds