Searched refs:powerOfTwoD (Results 1 – 1 of 1) sorted by relevance
1466 return powerOfTwoD(exp); in ulp()2300 d *= powerOfTwoD(exp_adjust); in scalb()2360 return (float)((double)f*powerOfTwoD(scaleFactor)); in scalb()2364 static double twoToTheDoubleScaleUp = powerOfTwoD(512);2365 static double twoToTheDoubleScaleDown = powerOfTwoD(-512);2370 static double powerOfTwoD(int n) { in powerOfTwoD() method in Math