Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
Dnegate.pass.cpp20 typedef std::negate<int> F; in main()
25 typedef std::negate<> F2; in main()
31 constexpr int foo = std::negate<int> () (3); in main()
34 constexpr int bar = std::negate<> () (3.0); in main()
Dtransparent.pass.cpp53 static_assert ( !is_transparent<std::negate<int>>::value, "" ); in main()
54 static_assert ( !is_transparent<std::negate<std::string>>::value, "" ); in main()
55 static_assert ( is_transparent<std::negate<void>>::value, "" ); in main()
56 static_assert ( is_transparent<std::negate<>>::value, "" ); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dnegate.hpp37 struct negate struct
49 BOOST_MPL_AUX_LAMBDA_SUPPORT(1, negate, (N))
52 BOOST_MPL_AUX_NA_SPEC(1, negate)
Dadvance.hpp39 typedef typename if_< backward_, negate<N>, N >::type offset_;
/ndk/tests/device/test-stlport/unit/
Dunary_test.cpp79 …input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int… in ucompos1()
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>())); in ucompos2()
Dneq_test.cpp36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>()); in negate0()
/ndk/tests/device/test-gnustl-full/unit/
Dunary_test.cpp79 …input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int… in ucompos1()
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>())); in ucompos2()
Dneq_test.cpp36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>()); in negate0()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h74 struct negate : public unary_function<_Tp, _Tp> { struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional102 struct negate : unary_function<T, T>
618 struct _LIBCPP_TYPE_VIS_ONLY negate : unary_function<_Tp, _Tp>
627 struct _LIBCPP_TYPE_VIS_ONLY negate<void>
Dvalarray2537 __val_expr<_UnaryOp<negate<value_type>, _ValExpr> >
2540 typedef _UnaryOp<negate<value_type>, _ValExpr> _NewExpr;
2541 return __val_expr<_NewExpr>(_NewExpr(negate<value_type>(), __expr_));
/ndk/sources/host-tools/make-3.81/
DChangeLog1511 command, to negate the exit code. Fixes bug #6404.
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2616 $(call gen-test, numerics/numarray/template.valarray/valarray.unary/negate)
3870 $(call gen-test, utilities/function.objects/arithmetic.operations/negate)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2625 $(call gen-test, numerics/numarray/template.valarray/valarray.unary/negate)
3879 $(call gen-test, utilities/function.objects/arithmetic.operations/negate)