Searched defs:invln2 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_exp.c107 invln2 = 1.44269504088896338700e+00, /* 0x3ff71547, 0x652b82fe */ variable
146 k = invln2*x+halF[xsb];
H A Ds_expm1.c135 invln2 = 1.44269504088896338700e+00,/* 0x3ff71547, 0x652b82fe */ variable
183 k = invln2*x+((xsb==0)?0.5:-0.5);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp377 invln2 = 1.44269504088896338700e+00, /* 0x3ff71547, 0x652b82fe */ variable
409 k = (int)(invln2*x+halF[xsb]);

Completed in 964 milliseconds