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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Ds_frexp.c44 two54 = 1.80143985094819840000e+16; /* 0x43500000, 0x00000000 */ variable
60 x *= two54;
H A Ds_scalbn.c41 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
59 x *= two54;
H A De_log10.c67 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
91 return -two54/zero; /* log(+-0)=-inf */
93 k -= 54; x *= two54; /* subnormal number, scale up x */
H A De_log.c87 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
115 return -two54/zero; /* log(+-0)=-inf */
117 k -= 54; x *= two54; /* subnormal number, scale up x */
H A Ds_log1p.c101 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
133 return -two54/zero;
138 if(two54+x>zero /* raise inexact */
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp83 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
95 x *= two54;
190 return -two54/zero; /* log(+-0)=-inf */
192 k -= 54; x *= two54; /* subnormal number, scale up x */
284 return -two54/zero; /* log(+-0)=-inf */
286 k -= 54; x *= two54; /* subnormal number, scale up x */
H A DsharedRuntimeTrig.cpp92 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
104 x *= two54;

Completed in 140 milliseconds