Home
last modified time | relevance | path

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

/external/llvm-project/libc/benchmarks/
DLibcMemoryBenchmarkTest.cpp58 MATCHER_P(IsDivisibleBy, n, "") {
72 EXPECT_THAT(OD(Gen), AllOf(Ge(0U), Lt(8192U), IsDivisibleBy(16U))); in TEST()
/external/llvm-project/flang/lib/Decimal/
Dbig-radix-floating-point.h208 template <int N> bool IsDivisibleBy() const { in RemoveLeastOrderZeroDigits() function
Dbinary-to-decimal.cpp54 for (; twoPow > 0 && IsDivisibleBy<5>(); --twoPow) {
/external/googletest/docs/reference/
Dmatchers.md264 …R_P(IsDivisibleBy, n, "") { *result_listener << "where the remainder is " << (arg % n); return (ar…