Searched refs:coshl (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dcoshl.c30 #pragma weak __coshl = coshl
86 coshl(long double x) { function
H A Dlongdouble.h68 extern long double coshl(long double);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dcoshl.c30 #pragma weak __coshl = coshl
37 * coshl(X)
41 * 1. Replace x by |x| (coshl(x) = coshl(-x)).
44 * 0 <= x <= 0.3465 : coshl(x) := 1 + -------------------
48 * 0.3465 <= x <= thresh : coshl(x) := -------------------
50 * thresh <= x <= lnovft : coshl(x) := expl(x)/2
51 * lnovft <= x < INF : coshl(x) := scalbnl(expl(x-1024*ln2),1023)
63 * coshl(x) is |x| if x is +INF, -INF, or NaN.
64 * only coshl(
87 coshl(long double x) { function
[all...]
H A Dlongdouble.h69 extern long double coshl(long double);
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dccoshl.c32 #include "libm.h" /* coshl/expl/fabsl/scalbnl/sincosl/sinhl/__k_cexpl */
84 LD_RE(ans) = C * coshl(x);
H A Dcsinhl.c32 #include "libm.h" /* coshl/expl/fabsl/scalbnl/sincosl/sinhl/__k_cexpl */
85 LD_IM(ans) = S * coshl(x);
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h334 extern long double coshl __P((long double));
445 #pragma does_not_read_global_data(acoshl, asinhl, atanhl, coshl, sinhl, tanhl)
458 #pragma does_not_write_global_data(acoshl, asinhl, atanhl, coshl, sinhl, tanhl)
507 #pragma no_side_effect(cosl, sinl, tanl, coshl, sinhl, tanhl)
508 #pragma no_side_effect(acoshl, asinhl, atanhl, coshl, sinhl, tanhl)
/illumos-gate/usr/src/boot/include/
H A Dmath.h450 long double coshl(long double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com267 coshl.o \
542 ../common/LD/coshl.c \
680 ../common/Q/coshl.c \

Completed in 1314 milliseconds