Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperation-typer.h72 Type* SubtractRanger(double lhs_min, double lhs_max, double rhs_min,
Doperation-typer.cc191 Type* OperationTyper::SubtractRanger(double lhs_min, double lhs_max, in SubtractRanger() function in v8::internal::compiler::OperationTyper
586 type = SubtractRanger(lhs->Min(), lhs->Max(), rhs->Min(), rhs->Max()); in NumberSubtract()