Searched refs:transducer (Results 1 – 1 of 1) sorted by relevance
387 long transducer = Double.doubleToRawLongBits(d); in ilogb() local398 transducer &= DoubleConsts.SIGNIF_BIT_MASK; in ilogb()399 assert(transducer != 0L); in ilogb()405 while (transducer < in ilogb()407 transducer *= 2; in ilogb()457 int transducer = Float.floatToRawIntBits(f); in ilogb() local468 transducer &= FloatConsts.SIGNIF_BIT_MASK; in ilogb()469 assert(transducer != 0); in ilogb()475 while (transducer < in ilogb()477 transducer *= 2; in ilogb()[all …]