Searched refs:powerOfTwoD (Results 1 – 1 of 1) sorted by relevance
1608 return powerOfTwoD(exp); in ulp()2442 d *= powerOfTwoD(exp_adjust); in scalb()2502 return (float)((double)f*powerOfTwoD(scaleFactor)); in scalb()2506 static double twoToTheDoubleScaleUp = powerOfTwoD(512);2507 static double twoToTheDoubleScaleDown = powerOfTwoD(-512);2512 static double powerOfTwoD(int n) { in powerOfTwoD() method in Math