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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
bit.s 6 not1 5,16[r6]
v850e1.s 27 not1 r9, [r10]
v850e1.d 33 0x0+5a ea 4f e2 00 [ ]*not1 r9, \[r10\]
  /external/libcxx/test/std/utilities/function.objects/negators/
not1.pass.cpp 12 // not1
20 assert(std::not1(F())(36));
21 assert(!std::not1(F())(0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/
not1.pass.cpp 12 // not1
20 assert(std::not1(F())(36));
21 assert(!std::not1(F())(0));
  /ndk/tests/device/test-gnustl-full/unit/
unary_test.cpp 55 int* p = find_if((int*)array, (int*)array + 3, not1(odd()));
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /ndk/tests/device/test-stlport/unit/
unary_test.cpp 55 int* p = find_if((int*)array, (int*)array + 3, not1(odd()));
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /art/test/565-checker-doublenegbitwise/src/
Main.java 41 /// CHECK: <<Not1:i\d+>> Not [<<P1>>]
43 /// CHECK: <<And:i\d+>> And [<<Not1>>,<<Not2>>]
109 /// CHECK: <<Not1:j\d+>> Not [<<P1>>]
111 /// CHECK: <<Or:j\d+>> Or [<<Not1>>,<<Not2>>]
182 /// CHECK: <<Not1:i\d+>> Not [<<AddP1>>]
185 /// CHECK: <<Or:i\d+>> Or [<<Not1>>,<<Not2>>]
222 /// CHECK: <<Not1:i\d+>> Not [<<P1>>]
224 /// CHECK: <<Xor:i\d+>> Xor [<<Not1>>,<<Not2>>]
283 /// CHECK: <<Not1:i\d+>> Not [<<P1>>]
284 /// CHECK: <<And1:i\d+>> And [<<Not1>>,<<Not2>>
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
test1.test 169 "input":"<h a='&not1'>",
170 "output":["ParseError", ["StartTag", "h", {"a":"&not1"}]]},
  /toolchain/binutils/binutils-2.25/include/elf/
v850.h 70 RELOC_NUMBER( R_V850_SDA_16_16_OFFSET, 9) /* For ld.b, st.b, set1, clr1, not1, tst1, movea, movhi */
72 RELOC_NUMBER( R_V850_ZDA_16_16_OFFSET, 11) /* For ld.b, st.b, set1, clr1, not1, tst1, movea, movhi */
77 RELOC_NUMBER( R_V850_TDA_16_16_OFFSET, 16) /* For set1, clr1, not1, tst1, movea, movhi */
  /external/opencv3/modules/videostab/src/cuda/
global_motion.cu 63 dmask, thrust::not1(thrust::identity<uchar>()))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 324 * The functions @c not1 and @c not2 each take a predicate functor
338 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
343 * The not1/unary_negate combination works on predicates taking a single
369 not1(const _Predicate& __pred) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 324 * The functions @c not1 and @c not2 each take a predicate functor
338 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
343 * The not1/unary_negate combination works on predicates taking a single
369 not1(const _Predicate& __pred) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 324 * The functions @c not1 and @c not2 each take a predicate functor
338 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
343 * The not1/unary_negate combination works on predicates taking a single
369 not1(const _Predicate& __pred) function
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 265 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
366 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 673 * The functions @c not1 and @c not2 each take a predicate functor
687 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
692 * The not1/unary_negate combination works on predicates taking a single
718 not1(const _Predicate& __pred) function
  /external/libweave/src/privet/
security_manager_unittest.cc 49 std::not1(std::ref(IsBase64Char)));
  /toolchain/binutils/binutils-2.25/opcodes/
v850-dis.c 358 register argument, and the clr1/not1/set1/tst1 insns
401 || op->opcode == 0x00e207e0 /* not1 */
ChangeLog-2012 181 register operand of clr1, not1, set1 and tst1 instructions.
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
  /art/test/458-checker-instruction-simplification/src/
Main.java     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rl78-parse.y 168 %token NOP NOT1
893 | NOT1 CY
1303 OPC(NOT1),
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 648 template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(const Predicate& pred) function in namespace:cv::cuda::device
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 782 __host__ __device__ UnaryNegate<Predicate> not1(const Predicate& pred) function in namespace:cv::cudev

Completed in 2813 milliseconds

1 2 3