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

/openbsd-current/lib/libm/src/
H A De_exp.c86 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
120 if(x > o_threshold) return huge*huge; /* overflow */
H A De_expf.c25 o_threshold= 8.8721679688e+01, /* 0x42b17180 */ variable
56 if(x > o_threshold) return huge*huge; /* overflow */
H A Ds_expm1.c117 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable
150 if(x > o_threshold) return huge*huge; /* overflow */
H A Ds_expm1f.c23 o_threshold = 8.8721679688e+01,/* 0x42b17180 */ variable
53 if(x > o_threshold) return huge*huge; /* overflow */

Completed in 76 milliseconds