Searched refs:twom1000 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_exp.c100 twom1000= 9.33263618503218878990e-302, /* 2**-1000=0x01700000,0*/ variable
138 if(x < u_threshold) return twom1000*twom1000; /* underflow */
168 return y*twom1000;
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp370 twom1000= 9.33263618503218878990e-302, /* 2**-1000=0x01700000,0*/ variable
401 if(x < u_threshold) return twom1000*twom1000; /* underflow */
431 return y*twom1000;

Completed in 33 milliseconds