HomeSort by relevance Sort by last modified time
    Searched defs:mulWW_g (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/math/big/
arith.go 56 func mulWW_g(x, y Word) (z1, z0 Word) {
73 z1, zz0 := mulWW_g(x, y)
  /prebuilts/go/linux-x86/src/math/big/
arith.go 56 func mulWW_g(x, y Word) (z1, z0 Word) {
73 z1, zz0 := mulWW_g(x, y)

Completed in 64 milliseconds