Home | History | Annotate | Download | only in creals

Lines Matching refs:whole

557           String whole = s.substring(start_pos, point_pos);
558 BigInteger scaled_result = new BigInteger(whole + fraction, radix);
591 String whole = scaled_string.substring(0, len - n);
593 result = whole + "." + fraction;