Searched refs:bound_max (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dtyper.cc724 double bound_max = bound_type->Max(); local
726 bound_max -= 1;
728 max = std::min(max, bound_max + increment_max);

Completed in 70 milliseconds