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

  /external/v8/src/base/
bits.cc 89 bool SignedMulOverflow64(int64_t lhs, int64_t rhs, int64_t* val) {
bits.h 266 // SignedMulOverflow64(lhs,rhs,val) performs a signed multiplication of |lhs|
269 V8_BASE_EXPORT bool SignedMulOverflow64(int64_t lhs, int64_t rhs, int64_t* val);

Completed in 132 milliseconds