Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java1299 int hulpbias;
1304 hulpbias = binexp + lowOrderZeros + DoubleConsts.EXP_BIAS;
1306 hulpbias = 1 + lowOrderZeros;
1308 B2 += hulpbias;
1309 D2 += hulpbias;
1605 int hulpbias; in floatValue() local
1610 hulpbias = binexp + lowOrderZeros + FloatConsts.EXP_BIAS; in floatValue()
1612 hulpbias = 1 + lowOrderZeros; in floatValue()
1614 B2 += hulpbias; in floatValue()
1615 D2 += hulpbias; in floatValue()