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

/freebsd-11-stable/lib/msun/src/
H A De_expf.c27 o_threshold= 8.8721679688e+01, /* 0x42b17180 */ variable
62 if(x > o_threshold) return huge*huge; /* overflow */
H A De_sinhl.c82 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable
128 /* |x| in [64, o_threshold], return correctly-overflowing s*exp(|x|)/2 */
129 if (fabsl(x) <= o_threshold)
132 /* |x| > o_threshold, sinh(x) overflow */
H A De_coshl.c83 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable
126 /* |x| in [64, o_threshold], return correctly-overflowing exp(|x|)/2 */
127 if (fabsl(x) <= o_threshold)
130 /* |x| > o_threshold, cosh(x) overflow */
H A De_exp.c87 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
124 if(x > o_threshold) return huge*huge; /* 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 */
/freebsd-11-stable/lib/msun/ld80/
H A Ds_expl.c65 #define o_threshold (o_thresholdu.e) macro
90 if (x > o_threshold)
181 if (x > o_threshold)
/freebsd-11-stable/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 80 milliseconds