Searched refs:divides (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/ |
D | divides.pass.cpp | 20 typedef std::divides<int> F; in main() 25 typedef std::divides<> F2; in main() 31 constexpr int foo = std::divides<int> () (3, 2); in main() 34 constexpr int bar = std::divides<> () (3.0, 2); in main()
|
D | transparent.pass.cpp | 43 static_assert ( !is_transparent<std::divides<int>>::value, "" ); in main() 44 static_assert ( !is_transparent<std::divides<std::string>>::value, "" ); in main() 45 static_assert ( is_transparent<std::divides<void>>::value, "" ); in main() 46 static_assert ( is_transparent<std::divides<>>::value, "" ); in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | divides_test.cpp | 31 int result = accumulate(input, input + 3, 48, divides<int>()); in div()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | divides_test.cpp | 31 int result = accumulate(input, input + 3, 48, divides<int>()); in div()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _function.h | 64 struct divides : public binary_function<_Tp, _Tp, _Tp> { struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | valarray | 3680 __val_expr<_BinaryOp<divides<typename _Expr1::value_type>, _Expr1, _Expr2> > 3685 typedef _BinaryOp<divides<value_type>, _Expr1, _Expr2> _Op; 3686 return __val_expr<_Op>(_Op(divides<value_type>(), __x, __y)); 3694 __val_expr<_BinaryOp<divides<typename _Expr::value_type>, 3700 typedef _BinaryOp<divides<value_type>, _Expr, __scalar_expr<value_type> > _Op; 3701 return __val_expr<_Op>(_Op(divides<value_type>(), 3710 __val_expr<_BinaryOp<divides<typename _Expr::value_type>, 3716 typedef _BinaryOp<divides<value_type>, __scalar_expr<value_type>, _Expr> _Op; 3717 return __val_expr<_Op>(_Op(divides<value_type>(),
|
D | functional | 90 struct divides : binary_function<T, T, T> 568 struct _LIBCPP_TYPE_VIS_ONLY divides : binary_function<_Tp, _Tp, _Tp> 577 struct _LIBCPP_TYPE_VIS_ONLY divides<void>
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3875 $(call gen-test, utilities/function.objects/arithmetic.operations/divides)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3866 $(call gen-test, utilities/function.objects/arithmetic.operations/divides)
|