Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperation-typer.h90 Type SubtractRanger(double lhs_min, double lhs_max, double rhs_min,
Doperation-typer.cc204 Type OperationTyper::SubtractRanger(double lhs_min, double lhs_max, in SubtractRanger() function in v8::internal::compiler::OperationTyper
650 type = SubtractRanger(lhs.Min(), lhs.Max(), rhs.Min(), rhs.Max()); in NumberSubtract()