/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | tanh.c | 83 z = one - two / (expm1(t + t) + two); in tanh() 85 y = expm1(-t - t); in tanh()
|
H A D | expm1.c | 30 #pragma weak __expm1 = expm1 162 expm1(double x) { in expm1() function
|
H A D | sinh.c | 69 t = expm1(r); in sinh()
|
H A D | cosh.c | 73 t = expm1(w); in cosh()
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | expm1.S | 32 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 D | expm1f.S | 63 / [z] != 0, compute exp(x) and then subtract one to get expm1(x)
|
/illumos-gate/usr/src/head/ |
H A D | math.h | 208 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 D | tgmath.h | 92 #undef expm1 93 #define expm1(x) __tgmath_expm1(x) macro
|
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | expm1f.c | 41 return ((float) expm1((double) x)); in expm1f()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | uwin | 1 lib a64l,acosh,asinh,atanh,cbrt,ceil,crypt,erf,exp,expm1,floor
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 218 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 D | expm1.c | 112 extern double expm1(x)
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | ctanh.c | 164 t = expm1(x + x); in ctanh()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | math.tab | 20 f 1 expm1
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | uwin | 14 #define _lib_expm1 1 /* expm1() in default lib(s) */
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | uwin | 14 #define _lib_expm1 1 /* expm1() in default lib(s) */
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | uwin | 14 #define _lib_expm1 1 /* expm1() in default lib(s) */
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | uwin | 14 #define _lib_expm1 1 /* expm1() in default lib(s) */
|
/illumos-gate/usr/src/man/man3m/ |
H A D | Makefile | 57 expm1.3m \ 406 expm1f.3m := LINKSRC = expm1.3m 407 expm1l.3m := LINKSRC = expm1.3m
|
/illumos-gate/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 46 #pragma weak expm1 = __expm1 macro
|
H A D | mapfile-vers | 187 expm1;
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 270 double expm1(double);
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 185 expm1.o \ 903 ../common/C/expm1.c \ 954 ../common/C/expm1.c \
|
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | math | 112 "\001expm1", (Math_f)(uintptr_t)expm1l,
|
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/ |
H A D | math | 112 "\001expm1", (Math_f)(uintptr_t)expm1l,
|