Lines Matching full:ieee_exp
16 * mathematically ieee_cosh(x) if defined to be (ieee_exp(x)+ieee_exp(-x))/2
19 * [ ieee_exp(x) - 1 ]^2
21 * 2*ieee_exp(x)
23 * ieee_exp(x) + 1/ieee_exp(x)
26 * 22 <= x <= lnovft : ieee_cosh(x) := ieee_exp(x)/2
27 * lnovft <= x <= ln2ovft: ieee_cosh(x) := ieee_exp(x/2)/2 * ieee_exp(x/2)
61 /* |x| in [0,0.5*ln2], return 1+ieee_expm1(|x|)^2/(2*ieee_exp(|x|)) */
69 /* |x| in [0.5*ln2,22], return (ieee_exp(|x|)+1/ieee_exp(|x|)/2; */
75 /* |x| in [22, ieee_log(maxdouble)] return half*ieee_exp(|x|) */