Home
last modified time | relevance | path

Searched defs:Sub64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/math/bits/
Dbits.go431 func Sub64(x, y, borrow uint64) (diff, borrowOut uint64) { func
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/
Dmathbits.go697 func Sub64(x, y, ci uint64) (r, co uint64) { func