Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp69 struct divides { struct
72 operator()(T x, S y) const { in operator ()()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp19319 struct divides : public binary_function<_Tp, _Tp, _Tp> struct
19323 operator()(const _Tp& __x, const _Tp& __y) const in operator ()()
19397 struct divides<void> struct
19402 operator()(_Tp&& __t, _Up&& __u) const in operator ()()
19407 typedef __is_transparent is_transparent;