Searched refs:quotient (Results 1 – 3 of 3) sorted by relevance
305 short quotient = (short) (positiveValue / MIN_VALUE); in convertDoubleToFloat16() local306 return (isNegative) ? (short) (0x8000 | quotient) : quotient; in convertDoubleToFloat16()
48 public int quotient; field in CoreMathVerifier.RemquoResult3055 if ((args.outQuotient & 0x07) != (expected.quotient & 0x07)) {3058 Integer.toString(expected.quotient);
360 int quotient = 0; in Java_android_renderscript_cts_CoreMathVerifier_remquo() local361 result.SetFloat("remainder", remquof(numerator, denominator, "ient)); in Java_android_renderscript_cts_CoreMathVerifier_remquo()362 result.SetInt("quotient", quotient); in Java_android_renderscript_cts_CoreMathVerifier_remquo()