Searched defs:b_high (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/base/ |
D | ubsan.cc | 32 uint64_t b_high = static_cast<uint64_t>(b) >> 32; in __mulodi4() local
|
/external/boringssl/src/crypto/hrss/ |
D | hrss.c | 731 const struct poly3_span b_high = {&b->s[low_len], &b->a[low_len]}; in poly3_mul_aux() local 1248 const vec_t *b_high = &b[low_len]; in poly_mul_vec_aux() local 1344 const uint16_t *const b_high = &b[low_len]; in poly_mul_novec_aux() local
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 507 Node* Int32PairAdd(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairAdd() 510 Node* Int32PairSub(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairSub() 513 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairMul()
|