HomeSort by relevance Sort by last modified time
    Searched full:logical_and (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /ndk/tests/device/test-gnustl-full/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
logic_test.cpp 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>());
  /ndk/tests/device/test-stlport/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
logic_test.cpp 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
logical_and.pass.cpp 12 // logical_and
20 typedef std::logical_and<int> F;
28 typedef std::logical_and<> F2;
42 constexpr bool foo = std::logical_and<int> () (36, 36);
45 constexpr bool bar = std::logical_and<> () (36.0, 36);
transparent.pass.cpp 28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::logical_and<void>>::value, "" );
31 static_assert ( is_transparent<std::logical_and<>>::value, "" );
  /external/libcxx/test/std/utilities/function.objects/logical.operations/
logical_and.pass.cpp 12 // logical_and
20 typedef std::logical_and<int> F;
30 typedef std::logical_and<> F2;
44 constexpr bool foo = std::logical_and<int> () (36, 36);
47 constexpr bool bar = std::logical_and<> () (36.0, 36);
transparent.pass.cpp 28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::logical_and<void>>::value, "" );
31 static_assert ( is_transparent<std::logical_and<>>::value, "" );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/
binary_negate.pass.cpp 20 typedef std::binary_negate<std::logical_and<int> > F;
21 const F f = F(std::logical_and<int>());
not2.pass.cpp 19 typedef std::logical_and<int> F;
  /external/libcxx/test/std/utilities/function.objects/negators/
binary_negate.pass.cpp 20 typedef std::binary_negate<std::logical_and<int> > F;
21 const F f = F(std::logical_and<int>());
not2.pass.cpp 19 typedef std::logical_and<int> F;
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 52 LOGICAL_AND = 20,
195 Operator& Operator::create<Operator::LOGICAL_AND>();
BinaryOp.h 95 IntOperand* BinaryOp<Operator::LOGICAL_AND>::eval(const Module&,
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 257 Operator& Operator::create<Operator::LOGICAL_AND>() {
258 static BinaryOp<Operator::LOGICAL_AND> op;
ScriptParser.yy 183 %left LOGICAL_AND
756 | exp LOGICAL_AND exp
759 &Operator::create<Operator::LOGICAL_AND>());
BinaryOp.cpp 158 IntOperand* BinaryOp<Operator::LOGICAL_AND>::eval(
  /external/deqp/framework/randomshaders/
rsgPrettyPrinter.cpp 95 " && ", // LOGICAL_AND,
rsgToken.hpp 101 LOGICAL_AND,
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 198 template <typename T> struct logical_and : binary_function<T, T, bool> struct in namespace:cv::cuda::device
205 __host__ __device__ __forceinline__ logical_and() {} function in struct:cv::cuda::device::logical_and
206 __host__ __device__ __forceinline__ logical_and(const logical_and&) {} function in struct:cv::cuda::device::logical_and
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 486 struct logical_and;
497 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
525 struct logical_and<void> struct
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
binary_op.hpp 225 CV_CUDEV_EXPR_BINOP_INST(&&, logical_and)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 150 nameAdapter = {'and':'logical_and',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 150 nameAdapter = {'and':'logical_and',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 150 nameAdapter = {'and':'logical_and',
    [all...]

Completed in 4600 milliseconds

1 2 3 4