Searched defs:bigDecimal (Results 1 – 5 of 5) sorted by relevance
63 double roundToDoubleArbitrarily(BigDecimal bigDecimal) { in roundToDoubleArbitrarily()68 int sign(BigDecimal bigDecimal) { in sign()
67 public BigDecimal bigDecimal; field in ManualWritePerfWithAllTypes.AllTypes
378 BigDecimal bigDecimal = new BigDecimal(100); in testBigDecimalAsPlain() local
278 public static Rational of(BigDecimal bigDecimal) { in of()