Home
last modified time | relevance | path

Searched refs:powerOfTwoD (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DMath.java2691 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) {
/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java66 static double powerOfTwoD(int n) { in powerOfTwoD() method in IeeeRecommendedTests
259 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()