Searched refs:InplaceMultiplyAdd (Results 1 – 3 of 3) sorted by relevance
201 static void InplaceMultiplyAdd(Handle<FreshlyAllocatedBigInt> x,
122 void InplaceMultiplyAdd(uintptr_t factor, uintptr_t summand);1420 void BigInt::InplaceMultiplyAdd(Handle<FreshlyAllocatedBigInt> x, in InplaceMultiplyAdd() function in v8::internal::BigInt
932 BigInt::InplaceMultiplyAdd(result_, static_cast<uintptr_t>(multiplier), in ResultMultiplyAdd()