HomeSort by relevance Sort by last modified time
    Searched refs:TEST_OP (Results 1 - 10 of 10) sorted by null

  /external/eigen/unsupported/test/
cxx11_tensor_sugar.cpp 23 #define TEST_OP(op) TEST_TENSOR_EQUAL(t op 0, t op t.constant(0))
25 TEST_OP(==);
26 TEST_OP(!=);
27 TEST_OP(<=);
28 TEST_OP(>=);
29 TEST_OP(<);
30 TEST_OP(>);
31 #undef TEST_OP
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AtomicTest.rs 38 #define TEST_OP(op) \
46 TEST_OP(Add)
47 TEST_OP(Sub)
48 TEST_OP(And)
49 TEST_OP(Or)
50 TEST_OP(Xor)
51 TEST_OP(Min)
52 TEST_OP(Max)
  /external/syslinux/lzo/src/
lzo1_d.ch 49 // TEST_OP test output overrun at loop begin
59 #undef TEST_OP
88 # define TEST_OP (op <= op_end)
91 # undef TEST_OP /* don't need both of the tests here */
118 #if defined(TEST_OP)
121 # define TEST_OP 1
125 # define TEST_IP_AND_TEST_OP (TEST_IP && TEST_OP)
129 # define TEST_IP_AND_TEST_OP TEST_OP
lzo1x_oo.ch 30 #define TEST_OP (op <= op_end)
31 #define TEST_IP_AND_TEST_OP (TEST_IP && TEST_OP)
  /external/syslinux/core/lzo/
lzo1c_d.ash 45 TEST_OP((%edi,%ecx),%ebx)
72 TEST_OP((%edi,%ecx),%ebx)
93 TEST_OP((%edi,%ecx),%ebx)
108 TEST_OP(4(%edi),%ebx)
151 TEST_OP((%edi,%ecx),%eax)
lzo1f_d.ash 53 TEST_OP((%edi,%ecx),%ebx)
91 TEST_OP((%edi,%ecx),%ebx)
119 TEST_OP(3(%edi),%edx)
lzo1x_d.ash 56 TEST_OP((%edi,%eax),%edx)
100 TEST_OP(-NN(%edi,%eax),%edx)
135 TEST_OP(3(%edi),%edx)
261 TEST_OP((%edi,%ecx),%eax)
277 TEST_OP((%edi,%eax),%edx)
301 TEST_OP(-NN(%edi,%ecx),%eax)
358 TEST_OP(2(%edi),%edx)
lzo_asm.h 199 # define TEST_OP(addr,r) leal addr,r ; TEST_OP_R(r)
202 # define TEST_OP(addr,r)
  /external/valgrind/coregrind/m_debuginfo/
minilzo-inl.c     [all...]
  /external/libvncserver/common/
minilzo.c     [all...]

Completed in 251 milliseconds