Home
last modified time | relevance | path

Searched defs:numerator (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java513 private static Rational createIllegalRational(int numerator, int denominator) { in createIllegalRational()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java103 static native RemquoResult remquo(float numerator, float denominator); in remquo()
368 Target.Floaty numerator = t.newFloaty(y); in atan2() local
379 Target.Floaty numerator = t.new32(y); in atan2() local
668 static private Target.Floaty fmod(double numerator, double denominator, Target t) { in fmod()
2040 Target.Floaty numerator = t.new32(args.inNumerator); in computeFmod() local
/cts/tests/tests/renderscript/libcoremathtestcpp/
DCoreMathTestJni.cpp357 Java_android_renderscript_cts_CoreMathVerifier_remquo(JNIEnv* env, jclass, jfloat numerator, in Java_android_renderscript_cts_CoreMathVerifier_remquo()