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

/external/v8/src/compiler/
H A Doperation-typer.cc135 double array_min(double a[], size_t n) { function in namespace:v8::internal::compiler::__anon23197
181 Type::Range(array_min(results, 4), array_max(results, 4), zone());
208 Type::Range(array_min(results, 4), array_max(results, 4), zone());
239 Type::Range(array_min(results, 4), array_max(results, 4), zone());

Completed in 69 milliseconds