Searched defs:lhs_max (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Doperation-typer.cc164 Type* OperationTyper::AddRanger(double lhs_min, double lhs_max, double rhs_min, argument
169 results[2] = lhs_max + rhs_min;
170 results[3] = lhs_max + rhs_max;
191 Type* OperationTyper::SubtractRanger(double lhs_min, double lhs_max, argument
196 results[2] = lhs_max - rhs_min;
197 results[3] = lhs_max - rhs_max;

Completed in 225 milliseconds