Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/
H A Dconverter_utils.h70 enum class RoundDirection { Up, Down, Even }; enum
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dhigh_precision_decimal.h39 enum class RoundDirection { Up, Down, Nearest }; enum