Searched refs:getDenominator (Results 1 – 15 of 15) sorted by relevance
531 || v.getDenominator() < 0 in checkOverflowForUnsignedRational()533 || v.getDenominator() > UNSIGNED_LONG_MAX) { in checkOverflowForUnsignedRational()543 || v.getDenominator() < LONG_MIN in checkOverflowForRational()545 || v.getDenominator() > LONG_MAX) { in checkOverflowForRational()
42 long getDenominator() { in getDenominator() method in Rational
738 if (r != null && r.length >= 1 && r[0].getDenominator() != 0) { in forceGetValueAsLong()941 if (v.getNumerator() < 0 || v.getDenominator() < 0 in checkOverflowForUnsignedRational()943 || v.getDenominator() > UNSIGNED_LONG_MAX) { in checkOverflowForUnsignedRational()952 if (v.getNumerator() < LONG_MIN || v.getDenominator() < LONG_MIN in checkOverflowForRational()954 || v.getDenominator() > LONG_MAX) { in checkOverflowForRational()
57 public long getDenominator() { in getDenominator() method in Rational
53 writeInt((int) rational.getDenominator()); in writeRational()
176 mByteBuffer.putInt((int) v.getDenominator()); in writeTagValue()
58 public long getDenominator() { in getDenominator() method in Rational
175 mByteBuffer.putInt((int) v.getDenominator()); in writeTagValue()
235 return (float) compensationStep.getNumerator() / compensationStep.getDenominator(); in getExposureCompensationStep()