HomeSort by relevance Sort by last modified time
    Searched refs:_B2 (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/math/big/
arith.go 25 _B2 = 1 << _W2 // half digit base
26 _M2 = _B2 - 1 // half digit mask
149 for q1 >= _B2 || q1*vn0 > _B2*rhat+un1 {
152 if rhat >= _B2 {
157 un21 := un32*_B2 + un1 - q1*v
161 for q0 >= _B2 || q0*vn0 > _B2*rhat+un0 {
164 if rhat >= _B2 {
169 return q1*_B2 + q0, (un21*_B2 + un0 - q0*v) >>
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
arith.go 25 _B2 = 1 << _W2 // half digit base
26 _M2 = _B2 - 1 // half digit mask
149 for q1 >= _B2 || q1*vn0 > _B2*rhat+un1 {
152 if rhat >= _B2 {
157 un21 := un32*_B2 + un1 - q1*v
161 for q0 >= _B2 || q0*vn0 > _B2*rhat+un0 {
164 if rhat >= _B2 {
169 return q1*_B2 + q0, (un21*_B2 + un0 - q0*v) >>
    [all...]
  /external/clang/test/CodeGen/
struct.c 50 struct _B2 {

Completed in 274 milliseconds