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

/freebsd-11-stable/lib/msun/src/
H A De_expf.c28 u_threshold= -1.0397208405e+02, /* 0xc2cff1b5 */ variable
63 if(x < u_threshold) return twom100*twom100; /* underflow */
H A De_exp.c88 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
125 if(x < u_threshold) return twom1000*twom1000; /* underflow */
/freebsd-11-stable/lib/msun/ld80/
H A Ds_expl.c68 #define u_threshold (u_thresholdu.e) macro
92 if (x < u_threshold)
/freebsd-11-stable/lib/msun/ld128/
H A Ds_expl.c56 u_threshold = -11433.462743336297878837243843452621503L; variable
80 if (x < u_threshold)

Completed in 92 milliseconds