Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
Dw_exp.c27 u_threshold= -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */ variable
41 else if(x<u_threshold) in exp()
De_exp.c95 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
131 if(x < u_threshold) return twom1000*twom1000; /* underflow */ in __ieee754_exp()
/device/google/contexthub/firmware/lib/libm/
Dwf_exp.c29 u_threshold= -1.0397208405e+02; /* 0xc2cff1b5 */ variable
70 } else if(x<u_threshold) {
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
De_expf.c28 u_threshold= -1.0397208405e+02, /* 0xc2cff1b5 */ variable
63 if(x < u_threshold) return twom100*twom100; /* underflow */ in __ieee754_expf()