Home
last modified time | relevance | path

Searched refs:InplaceMultiplyAdd (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dbigint.h201 static void InplaceMultiplyAdd(Handle<FreshlyAllocatedBigInt> x,
Dbigint.cc122 void InplaceMultiplyAdd(uintptr_t factor, uintptr_t summand);
1420 void BigInt::InplaceMultiplyAdd(Handle<FreshlyAllocatedBigInt> x, in InplaceMultiplyAdd() function in v8::internal::BigInt
/external/v8/src/
Dconversions.cc932 BigInt::InplaceMultiplyAdd(result_, static_cast<uintptr_t>(multiplier), in ResultMultiplyAdd()