Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A De_expf.c25 u_threshold= -1.0397208405e+02, /* 0xc2cff1b5 */ variable
60 if(x < u_threshold) return twom100*twom100; /* underflow */ in expf()
H A De_exp.c84 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
121 if(x < u_threshold) return twom1000*twom1000; /* underflow */ in exp()
/freebsd/lib/msun/ld80/
H A Ds_expl.c67 #define u_threshold (u_thresholdu.e) macro
89 if (x < u_threshold) in expl()
/freebsd/lib/msun/ld128/
H A Ds_expl.c55 u_threshold = -11433.462743336297878837243843452621503L; variable
77 if (x < u_threshold) in expl()