Searched refs:u_threshold (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libm/src/
H A De_exp.c87 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
121 if(x < u_threshold) return twom1000*twom1000; /* underflow */
H A De_expf.c26 u_threshold= -1.0397208405e+02, /* 0xc2cff1b5 */ variable
57 if(x < u_threshold) return twom100*twom100; /* underflow */

Completed in 124 milliseconds