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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp97 static double scalbnA (double x, int n) { function
292 z = scalbnA(z,q0); /* actual value of z */
325 if(carry!=0) z -= scalbnA(one,q0);
351 z = scalbnA(z,-q0);
361 fw = scalbnA(one,q0);

Completed in 48 milliseconds