Searched refs:powerOfTwoD (Results 1 – 2 of 2) sorted by relevance
2691 yield powerOfTwoD(exp); in ulp()3563 d *= powerOfTwoD(exp_adjust);3621 return (float)((double)f*powerOfTwoD(scaleFactor));3625 static double twoToTheDoubleScaleUp = powerOfTwoD(512);3626 static double twoToTheDoubleScaleDown = powerOfTwoD(-512);3631 static double powerOfTwoD(int n) {
66 static double powerOfTwoD(int n) { in powerOfTwoD() method in IeeeRecommendedTests259 double po2 = powerOfTwoD(i); in testDoubleGetExponent()1205 someTestCase * powerOfTwoD(scaleFactor)); in testDoubleScalb()1422 powerOfTwoD(-52), in testDoubleUlp()1423 powerOfTwoD(-51), in testDoubleUlp()1424 powerOfTwoD(-48), in testDoubleUlp()1428 powerOfTwoD(971) in testDoubleUlp()1441 double po2 = powerOfTwoD(i); in testDoubleUlp()