Searched refs:stripped (Results 1 – 5 of 5) sorted by relevance
83 BigDecimal stripped = testCases[i][0].stripTrailingZeros(); in testStrippingZeros() local84 Assert.assertEquals(stripped, testCases[i][1], in testStrippingZeros()93 stripped = testCases[i][0].stripTrailingZeros(); in testStrippingZeros()94 Assert.assertEquals(stripped, testCases[i][1], in testStrippingZeros()
466 BigDecimal stripped = bd.stripTrailingZeros();467 int strippedScale = stripped.scale();470 if (isPowerOfTen(stripped) &&495 int scale = stripped.scale() - stripped.precision() + 1;502 BigDecimal working = stripped.scaleByPowerOfTen(scaleAdjust);541 targetPrecision = stripped.precision()/2 + 1;
100 stripped = line.strip()102 if not stripped or stripped.startswith('#'):106 entry = self.parse_line(stripped, comment_lines)
25 # Android's stripped down BouncyCastle provider
2163 BigDecimal stripped = this.stripTrailingZeros(); in sqrt() local2164 int strippedScale = stripped.scale(); in sqrt()2167 if (stripped.isPowerOfTen() && in sqrt()2192 int scale = stripped.scale() - stripped.precision() + 1; in sqrt()2199 BigDecimal working = stripped.scaleByPowerOfTen(scaleAdjust); in sqrt()2238 targetPrecision = stripped.precision()/2 + 1; in sqrt()