Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_expf.c27 o_threshold= 8.8721679688e+01, /* 0x42b17180 */ variable
62 if(x > o_threshold) return huge*huge; /* overflow */ in __ieee754_expf()
De_coshl.c83 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable
125 if (fabsl(x) <= o_threshold) in coshl()
De_exp.c87 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
124 if(x > o_threshold) return huge*huge; /* overflow */ in __ieee754_exp()
De_sinhl.c82 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable
126 if (fabsl(x) <= o_threshold) in sinhl()
Ds_expm1f.c27 o_threshold = 8.8721679688e+01,/* 0x42b17180 */ variable
59 if(x > o_threshold) return huge*huge; /* overflow */ in expm1f()
Ds_expm1.c119 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable
153 if(x > o_threshold) return huge*huge; /* overflow */ in expm1()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_expl.c54 o_threshold = 11356.523406294143949491931077970763428L, variable
78 if (x > o_threshold) in expl()
220 if (x > o_threshold) in expm1l()