src/share/vm/runtime/sharedRuntimeTrans.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/runtime/sharedRuntimeTrans.cpp

src/share/vm/runtime/sharedRuntimeTrans.cpp

Print this page
rev 5732 : [mq]: comments2

*** 111,121 **** __HI(x) = (hx&0x800fffff)|(k<<20); return x*twom54; } /* __ieee754_log(x) ! * Return the logrithm of x * * Method : * 1. Argument Reduction: find k and f such that * x = 2^k * (1+f), * where sqrt(2)/2 < 1+f < sqrt(2) . --- 111,121 ---- __HI(x) = (hx&0x800fffff)|(k<<20); return x*twom54; } /* __ieee754_log(x) ! * Return the logarithm of x * * Method : * 1. Argument Reduction: find k and f such that * x = 2^k * (1+f), * where sqrt(2)/2 < 1+f < sqrt(2) .
src/share/vm/runtime/sharedRuntimeTrans.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File