Searched refs:o_threshold (Results 1 – 3 of 3) sorted by relevance
87 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable125 if(x > o_threshold) return huge*huge; /* overflow */ in __ieee754_exp()127 if(x > o_threshold) return INFINITY; /* overflow */ in __ieee754_exp()174 static const double o_threshold = 7.09782712893383973096e+02; /* 0x40862E42, 0xFEFA39EF */ in exp() local181 if (x > o_threshold) in exp()
110 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable134 if (x > o_threshold) { in expm1()
492 o_threshold = 8.8721679688e+01f, /* 0x42b17180 */ variable517 if (x > o_threshold) { in expm1f()
Completed in 5 milliseconds