Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp69 struct divides { struct
72 operator()(T x, S y) const { in operator ()()
/external/rust/crates/num-integer/src/
Dlib.rs212 fn divides(&self, other: &Self) -> bool; in divides() method