Searched refs:valueOfMulPow52 (Results 1 – 2 of 2) sorted by relevance
714 FDBigInteger Bval = FDBigInteger.valueOfMulPow52(fractBits, B5, B2 + shiftBias); in dtoa()1317 FDBigInteger bigB = FDBigInteger.valueOfMulPow52(bigBbits, B5, B2);1623 FDBigInteger bigB = FDBigInteger.valueOfMulPow52(bigBbits, B5, B2); in floatValue()
288 public static FDBigInteger valueOfMulPow52(long value, int p5, int p2) { in valueOfMulPow52() method in FDBigInteger