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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp85 hugeX = 1.0e+300, variable
102 if (k > 0x7fe) return hugeX*copysign(hugeX,x); /* overflow */
107 return hugeX*copysign(hugeX,x); /*overflow*/
400 if(x > o_threshold) return hugeX*hugeX; /* overflow */
417 if(hugeX+x>one) return one+x;/* trigger inexact */
605 if(ix<=0x3fefffff) return (hy<0)? hugeX*hugeX
[all...]
H A DsharedRuntimeTrig.cpp94 hugeX = 1.0e+300, variable
111 if (k > 0x7fe) return hugeX*copysignA(hugeX,x); /* overflow */
116 return hugeX*copysignA(hugeX,x); /*overflow*/

Completed in 35 milliseconds