Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h741 const FLOAT_TYPE kMaxIntAsFloat = static_cast<FLOAT_TYPE>(kMaxInt); in art_float_to_integral() local
744 if (LIKELY(f < kMaxIntAsFloat)) { in art_float_to_integral()