Home
last modified time | relevance | path

Searched refs:SubtractTimes (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dbignum.h105 void SubtractTimes(const Bignum& other, int factor);
Dbignum.cc492 SubtractTimes(other, bigits_[used_digits_ - 1]); in DivideModuloIntBignum()
514 SubtractTimes(other, division_estimate); in DivideModuloIntBignum()
709 void Bignum::SubtractTimes(const Bignum& other, int factor) { in SubtractTimes() function in v8::internal::Bignum