Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/util/
H A Dmath-util.h39 static IntType RoundDownTo(IntType input_value, IntType rounding_value) { in RoundDownTo()
60 static IntType RoundUpTo(IntType input_value, IntType rounding_value) { in RoundUpTo()