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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dw_exp.c27 u_threshold= -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */ variable
41 else if(x<u_threshold)
H A De_exp.c95 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
131 if(x < u_threshold) return twom1000*twom1000; /* underflow */

Completed in 122 milliseconds