Home
last modified time | relevance | path

Searched defs:c96 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dint128.h349 uint64_t c96 = a96 * b00 + a64 * b32 + a32 * b64 + a00 * b96; variable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.h349 uint64_t c96 = a96 * b00 + a64 * b32 + a32 * b64 + a00 * b96; variable
/aosp_15_r20/external/pytorch/c10/util/
H A Dint128.h365 uint64_t c96 = a96 * b00 + a64 * b32 + a32 * b64 + a00 * b96; variable
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue7746.go106 c96 = c95 * c95 const
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc995 auto c96 = optional; in CheckSupportedCommands() local