Home
last modified time | relevance | path

Searched defs:divides (Results 1 – 6 of 6) 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.rs210 fn divides(&self, other: &Self) -> bool; in divides() method
/external/rust/crates/num-bigint/src/
Dbiguint.rs279 fn divides(&self, other: &BigUint) -> bool { in divides() method
Dbigint.rs474 fn divides(&self, other: &BigInt) -> bool { in divides() method
/external/ComputeLibrary/include/half/
Dhalf.hpp1230 static expr divides(float x, float y) { return expr(x/y); } in divides() function
/external/armnn/third-party/half/
Dhalf.hpp1232 static expr divides(float x, float y) { return expr(x/y); } in divides() function