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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp79 static double copysignA(double x, double y) { function
111 if (k > 0x7fe) return hugeX*copysignA(hugeX,x); /* overflow */
116 return hugeX*copysignA(hugeX,x); /*overflow*/
117 else return tiny*copysignA(tiny,x); /*underflow*/

Completed in 98 milliseconds