Searched defs:twom1000 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_exp.c93 twom1000= 9.33263618503218878990e-302, /* 2**-1000=0x01700000,0*/ variable
131 if(x < u_threshold) return twom1000*twom1000; /* underflow */
165 return y*twom1000;

Completed in 177 milliseconds