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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_pow.c108 ivln2_h = 1.44269502162933349609e+00, /* 0x3FF71547, 0x60000000 =24b 1/ln2*/ variable
214 u = ivln2_h*t; /* ivln2_h has 21 sig. bits */
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp506 ivln2_h = 1.44269502162933349609e+00, /* 0x3FF71547, 0x60000000 =24b 1/ln2*/ variable
615 u = ivln2_h*t; /* ivln2_h has 21 sig. bits */

Completed in 32 milliseconds