Home
last modified time | relevance | path

Searched refs:expm1 (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/common/C/
H A Dtanh.c83 z = one - two / (expm1(t + t) + two); in tanh()
85 y = expm1(-t - t); in tanh()
H A Dexpm1.c30 #pragma weak __expm1 = expm1
162 expm1(double x) { in expm1() function
H A Dsinh.c69 t = expm1(r); in sinh()
H A Dcosh.c73 t = expm1(w); in cosh()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpm1.S32 LIBM_ANSI_PRAGMA_WEAK(expm1,function)
38 ENTRY(expm1)
61 / [z] != 0, compute exp(x) and then subtract one to get expm1(x)
H A Dexpm1f.S63 / [z] != 0, compute exp(x) and then subtract one to get expm1(x)
/illumos-gate/usr/src/head/
H A Dmath.h208 extern double expm1(double);
216 #pragma does_not_read_global_data(expm1, ilogb, log1p, rint)
219 #pragma does_not_write_global_data(expm1, ilogb, log1p, rint)
222 #pragma no_side_effect(expm1, ilogb, log1p, rint)
H A Dtgmath.h92 #undef expm1
93 #define expm1(x) __tgmath_expm1(x) macro
/illumos-gate/usr/src/lib/libm/common/R/
H A Dexpm1f.c41 return ((float) expm1((double) x)); in expm1f()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Duwin1 lib a64l,acosh,asinh,atanh,cbrt,ceil,crypt,erf,exp,expm1,floor
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h218 extern double expm1(double);
398 #pragma does_not_read_global_data(asinh, exp2, expm1)
406 #pragma does_not_write_global_data(asinh, exp2, expm1)
481 #pragma no_side_effect(acosh, asinh, atanh, exp2, expm1)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dexpm1.c112 extern double expm1(x)
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dctanh.c164 t = expm1(x + x); in ctanh()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab20 f 1 expm1
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Duwin14 #define _lib_expm1 1 /* expm1() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Duwin14 #define _lib_expm1 1 /* expm1() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Duwin14 #define _lib_expm1 1 /* expm1() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Duwin14 #define _lib_expm1 1 /* expm1() in default lib(s) */
/illumos-gate/usr/src/man/man3m/
H A DMakefile57 expm1.3m \
406 expm1f.3m := LINKSRC = expm1.3m
407 expm1l.3m := LINKSRC = expm1.3m
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c46 #pragma weak expm1 = __expm1 macro
H A Dmapfile-vers187 expm1;
/illumos-gate/usr/src/boot/include/
H A Dmath.h270 double expm1(double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com185 expm1.o \
903 ../common/C/expm1.c \
954 ../common/C/expm1.c \
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath112 "\001expm1", (Math_f)(uintptr_t)expm1l,
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath112 "\001expm1", (Math_f)(uintptr_t)expm1l,

12