Home
last modified time | relevance | path

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

/frameworks/native/include/ftl/
Dcast.h47 using details::max_exponent; in cast_safety()
50 if constexpr ((kFromSigned == kToSigned && max_exponent<R> >= max_exponent<T>) || in cast_safety()
51 (!kFromSigned && kToSigned && max_exponent<R> > max_exponent<T>)) { in cast_safety()
/frameworks/native/include/ftl/details/
Dcast.h26 constexpr int max_exponent = std::is_floating_point_v<T> ? L::max_exponent : L::digits; variable
/frameworks/native/libs/math/include/math/
Dhalf.h192 static constexpr const int max_exponent = 16;