Home
last modified time | relevance | path

Searched defs:RoundDown (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libartbase/base/
H A Dbit_utils.h165 constexpr T RoundDown(T x, typename Identity<T>::type n) { in RoundDown() function
/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt.cpp98 static constexpr T RoundDown(T x, typename std::decay<T>::type n) { in RoundDown() function