Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Decimal/
H A Dbinary-floating-point.h28 RoundDown, /* RD */ enumerator
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dcontiguous_container.cpp17 template <class T> static constexpr T RoundDown(T x) { in RoundDown() function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h139 T RoundDown(T p, u64 align) { in RoundDown() function