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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_pow.c107 ivln2 = 1.44269504088896338700e+00, /* 0x3FF71547, 0x652B82FE =1/ln2 */ variable
215 v = t*ivln2_l-w*ivln2;
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp505 ivln2 = 1.44269504088896338700e+00, /* 0x3FF71547, 0x652B82FE =1/ln2 */ variable
616 v = t*ivln2_l-w*ivln2;

Completed in 31 milliseconds