Searched refs:ilogb (Results 1 – 7 of 7) sorted by relevance
90 public static int ilogb(double d) { in ilogb() method in FpUtils94 public static int ilogb(float f) { in ilogb() method in FpUtils
341 public static int ilogb(double d) { in ilogb() method in FpUtils411 public static int ilogb(float f) { in ilogb() method in FpUtils
181 extern int ilogb __P((double));
118 d = Math.scalb(d, -53 - Tests.ilogb(d)); in testLog1p()
87 public static int ilogb(double d) { in ilogb() method in Tests156 public static int ilogb(float f) { in ilogb() method in Tests
137 - 15 - Tests.ilogb(d)); in testHypot()
1028 (Tests.ilogb(subnormalTestCase) + scaleFactor > Float.MAX_EXPONENT) ? in testFloatScalb()1224 (Tests.ilogb(subnormalTestCase) + scaleFactor > Double.MAX_EXPONENT) ? in testDoubleScalb()