Searched refs:o_threshold (Results 1 - 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_exp.c87 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
124 if(x > o_threshold) return huge*huge; /* overflow */
H A De_expf.c27 o_threshold= 8.8721679688e+01, /* 0x42b17180 */ variable
62 if(x > o_threshold) return huge*huge; /* overflow */
H A De_coshl.c83 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable
124 /* |x| in [64, o_threshold], return correctly-overflowing exp(|x|)/2 */
125 if (fabsl(x) <= o_threshold)
128 /* |x| > o_threshold, cosh(x) overflow */
H A De_sinhl.c82 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable
125 /* |x| in [64, o_threshold], return correctly-overflowing s*exp(|x|)/2 */
126 if (fabsl(x) <= o_threshold)
129 /* |x| > o_threshold, sinh(x) overflow */
H A Ds_expm1f.c27 o_threshold = 8.8721679688e+01,/* 0x42b17180 */ variable
59 if(x > o_threshold) return huge*huge; /* overflow */
H A Ds_expm1.c119 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable
153 if(x > o_threshold) return huge*huge; /* overflow */
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_expl.c54 o_threshold = 11356.523406294143949491931077970763428L, variable
78 if (x > o_threshold)
220 if (x > o_threshold)

Completed in 75 milliseconds