Searched refs:testModSqrt (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | int_test.go | 1628 func testModSqrt(t *testing.T, elt, mod, sq, sqrt *Int) bool { func 1675 if !testModSqrt(t, &elt, &mod, &sq, &sqrt) { 1700 if !testModSqrt(t, &elt, &mod, &sq, &sqrt) {
|