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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_frexp.c32 two54 = 1.80143985094819840000e+16; /* 0x43500000, 0x00000000 */ variable
43 x *= two54;
H A Ds_scalbn.c29 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
42 x *= two54;
H A De_log10.c71 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
90 return -two54/zero; /* log(+-0)=-inf */
95 k -= 54; x *= two54; /* subnormal number, scale up x */
H A De_log.c91 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
114 return -two54/zero; /* log(+-0)=-inf */
119 k -= 54; x *= two54; /* subnormal number, scale up x */
H A De_log2.c29 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
52 return -two54/zero; /* log(+-0)=-inf */
54 k -= 54; x *= two54; /* subnormal number, scale up x */

Completed in 33 milliseconds