Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DRationalTest.java50 public void testGcd() { in testGcd() method in RationalTest
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dint_test.go822 func testGcd(t *testing.T, d, x, y, a, b *Int) { func
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_math.py716 def testGcd(self): member in MathTests