Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp61 struct multiplies { struct
64 operator()(T x, S y) const { in operator ()()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp19309 struct multiplies : public binary_function<_Tp, _Tp, _Tp> struct
19313 operator()(const _Tp& __x, const _Tp& __y) const in operator ()()
19382 struct multiplies<void> struct
19387 operator()(_Tp&& __t, _Up&& __u) const in operator ()()
19392 typedef __is_transparent is_transparent;