Home
last modified time | relevance | path

Searched refs:IsDivisibleBy (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmarkTest.cpp52 MATCHER_P(IsDivisibleBy, n, "") {
62 EXPECT_THAT(OD(Gen), AllOf(Ge(0U), Lt(8192U), IsDivisibleBy(16U))); in TEST()
/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbig-radix-floating-point.h209 template <int N> bool IsDivisibleBy() const { in RemoveLeastOrderZeroDigits() function
H A Dbinary-to-decimal.cpp55 for (; twoPow > 0 && IsDivisibleBy<5>(); --twoPow) {