Searched refs:u_threshold (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Dw_exp.c39 u_threshold= -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */ variable
57 else if(x<u_threshold)
H A De_exp.c102 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
138 if(x < u_threshold) return twom1000*twom1000; /* underflow */
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp372 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
401 if(x < u_threshold) return twom1000*twom1000; /* underflow */

Completed in 542 milliseconds