Searched defs:coshl (Results 1 - 2 of 2) 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
/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...]

Completed in 70 milliseconds