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

  /external/protobuf/src/google/protobuf/stubs/
int128.h 345 // terms higher than c96 disappear off the high side
346 // terms c96 and c64 are safe to ignore carry bit
347 uint64 c96 = a96 * b00 + a64 * b32 + a32 * b64 + a00 * b96; local
349 this->hi_ = (c96 << 32) + c64;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7746.go 106 c96 = c95 * c95
107 c97 = c96 * c96
105 c96 = c95 * c95 const
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7746.go 106 c96 = c95 * c95
107 c97 = c96 * c96
105 c96 = c95 * c95 const

Completed in 229 milliseconds