Home
last modified time | relevance | path

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

/llvm-project/libc/src/stdio/printf_core/
H A Dconverter_utils.h69 enum class RoundDirection { Up, Down, Even }; global() enumerator
/llvm-project/flang/include/flang/Common/
H A DFortran.h77 Down, // ROUND=DOWN, RD global() enumerator
/llvm-project/clang-tools-extra/clangd/
H A DFileDistance.cpp77 auto &Down = DownEdges[NextHash]; in FileDistance() local
/llvm-project/libc/src/__support/
H A Dhigh_precision_decimal.h27 enum class RoundDirection { Up, Down, Nearest }; global() enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dinit-variables.cpp108 Down, enumerator
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h693 enum class Direction { Up, Down }; enumerator