Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperation-typer.h88 Type AddRanger(double lhs_min, double lhs_max, double rhs_min,
Doperation-typer.cc178 Type OperationTyper::AddRanger(double lhs_min, double lhs_max, double rhs_min, in AddRanger() function in v8::internal::compiler::OperationTyper
607 type = AddRanger(lhs.Min(), lhs.Max(), rhs.Min(), rhs.Max()); in NumberAdd()