Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/math/
Ds_exp.c88 o_threshold = _F_64(7.09782712893383973096e+02), /* 0x40862E42, 0xFEFA39EF */ variable
122 if (x > o_threshold) in exp64()
/picolibc-latest/newlib/libm/common/
Ds_expm1.c153 o_threshold = _F_64(7.09782712893383973096e+02),/* 0x40862E42, 0xFEFA39EF */ variable
186 if(x > o_threshold) return __math_oflow (0); /* overflow */ in _NAME_64()