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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_pow.c85 two53 = 9007199254740992.0, /* 0x43400000, 0x00000000 */ variable
224 {ax *= two53; n -= 53; ix = __HI(ax); }
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp490 two53 = 9007199254740992.0, /* 0x43400000, 0x00000000 */ variable
625 {ax *= two53; n -= 53; ix = __HI(ax); }

Completed in 3122 milliseconds