Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java1290 int Ulp2; // powers of 2 in halfUlp.
1296 Ulp2 = B2;
1312 int common2 = Math.min(B2, Math.min(D2, Ulp2));
1315 Ulp2 -= common2;
1347 Ulp2 -= 1;
1348 if (Ulp2 < 0) {
1351 Ulp2 = 0;
1363 cmpResult = diff.cmpPow52(B5, Ulp2);
1596 int Ulp2; // powers of 2 in halfUlp. in floatValue() local
1602 Ulp2 = B2; in floatValue()
[all …]