Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Doperation-typer.h95 Type MultiplyRanger(double lhs_min, double lhs_max, double rhs_min,
Doperation-typer.cc222 Type OperationTyper::MultiplyRanger(double lhs_min, double lhs_max, in MultiplyRanger() function in v8::internal::compiler::OperationTyper
733 ? MultiplyRanger(lhs.Min(), lhs.Max(), rhs.Min(), rhs.Max()) in NumberMultiply()