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

  /prebuilts/go/darwin-x86/test/
armimm.go 75 func sub64a(x uint64) uint64 { func
158 if want, got = a-c64a, sub64a(a); got != want {
159 panic(fmt.Sprintf("sub64a(%x) = %x, want %x", a, got, want))
  /prebuilts/go/linux-x86/test/
armimm.go 75 func sub64a(x uint64) uint64 { func
158 if want, got = a-c64a, sub64a(a); got != want {
159 panic(fmt.Sprintf("sub64a(%x) = %x, want %x", a, got, want))

Completed in 557 milliseconds