Searched defs:o_threshold (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Dw_exp.c38 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
55 if(x>o_threshold)
H A De_exp.c101 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
137 if(x > o_threshold) return huge*huge; /* overflow */
H A Ds_expm1.c132 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable
167 if(x > o_threshold) return huge*huge; /* overflow */
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp371 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
400 if(x > o_threshold) return hugeX*hugeX; /* overflow */

Completed in 487 milliseconds