Home | History | Annotate | Download | only in text

Lines Matching refs:fdwtz

668                 long fdwtz = f;
670 while ((fdwtz%10) == 0) {
671 fdwtz /= 10;
674 decimalDigitsWithoutTrailingZeros = fdwtz;