Home
last modified time | relevance | path

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

/external/icing/icing/util/
Dmath-util.h38 static IntType RoundDownTo(IntType input_value, IntType rounding_value) { in RoundDownTo()
59 static IntType RoundUpTo(IntType input_value, IntType rounding_value) { in RoundUpTo()