Searched defs:a_high (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/base/ |
H A D | ubsan.cc | 30 uint64_t a_high = static_cast<uint64_t>(a) >> 32; in __mulodi4() local
|
/third_party/node/deps/v8/src/bigint/ |
H A D | div-burnikel.cc | 27 int SpecialCompare(digit_t a_high, Digits A, Digits B) { in SpecialCompare() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 546 Node* Int32PairAdd(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairAdd() argument 549 Node* Int32PairSub(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairSub() argument 552 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairMul() argument
|
Completed in 5 milliseconds