Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dnegate.hpp37 struct negate struct
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h74 struct negate : public unary_function<_Tp, _Tp> { struct
75 _Tp operator()(const _Tp& __x) const { return -__x; } in operator()