Searched refs:negate (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/ |
D | negate.pass.cpp | 20 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()
|
D | transparent.pass.cpp | 53 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/ |
D | negate.hpp | 37 struct negate struct 49 BOOST_MPL_AUX_LAMBDA_SUPPORT(1, negate, (N)) 52 BOOST_MPL_AUX_NA_SPEC(1, negate)
|
D | advance.hpp | 39 typedef typename if_< backward_, negate<N>, N >::type offset_;
|
/ndk/tests/device/test-stlport/unit/ |
D | unary_test.cpp | 79 …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()
|
D | neq_test.cpp | 36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>()); in negate0()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | unary_test.cpp | 79 …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()
|
D | neq_test.cpp | 36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>()); in negate0()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _function.h | 74 struct negate : public unary_function<_Tp, _Tp> { struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | functional | 102 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>
|
D | valarray | 2537 __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/ |
D | ChangeLog | 1511 command, to negate the exit code. Fixes bug #6404.
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 2616 $(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/ |
D | Android.mk | 2625 $(call gen-test, numerics/numarray/template.valarray/valarray.unary/negate) 3879 $(call gen-test, utilities/function.objects/arithmetic.operations/negate)
|