Home
last modified time | relevance | path

Searched refs:TEST_OP (Results 1 – 9 of 9) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_sugar.cpp23 #define TEST_OP(op) TEST_TENSOR_EQUAL(t op 0, t op t.constant(0)) in test_comparison_sugar() macro
25 TEST_OP(==); in test_comparison_sugar()
26 TEST_OP(!=); in test_comparison_sugar()
27 TEST_OP(<=); in test_comparison_sugar()
28 TEST_OP(>=); in test_comparison_sugar()
29 TEST_OP(<); in test_comparison_sugar()
30 TEST_OP(>); in test_comparison_sugar()
31 #undef TEST_OP in test_comparison_sugar()
/external/syslinux/lzo/src/
Dlzo1_d.ch49 // 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
Dlzo1x_oo.ch30 #define TEST_OP (op <= op_end)
31 #define TEST_IP_AND_TEST_OP (TEST_IP && TEST_OP)
/external/syslinux/core/lzo/
Dlzo1c_d.ash45 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)
Dlzo1x_d.ash56 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)
Dlzo1f_d.ash53 TEST_OP((%edi,%ecx),%ebx)
91 TEST_OP((%edi,%ecx),%ebx)
119 TEST_OP(3(%edi),%edx)
Dlzo_asm.h199 # define TEST_OP(addr,r) leal addr,r ; TEST_OP_R(r) macro
202 # define TEST_OP(addr,r)
/external/valgrind/coregrind/m_debuginfo/
Dminilzo-inl.c3549 #undef TEST_OP
3573 # define TEST_OP (op <= op_end) macro
3576 # undef TEST_OP
3599 #if defined(TEST_OP)
3602 # define TEST_OP 1 macro
3682 while (TEST_IP && TEST_OP)
4021 } while (TEST_IP && TEST_OP);
4075 #undef TEST_OP
4099 # define TEST_OP (op <= op_end) macro
4102 # undef TEST_OP
[all …]
/external/libvncserver/common/
Dminilzo.c4974 #undef TEST_OP
5002 # define TEST_OP (op <= op_end) macro
5005 # undef TEST_OP
5029 #if defined(TEST_OP)
5032 # define TEST_OP 1 macro
5036 # define TEST_IP_AND_TEST_OP (TEST_IP && TEST_OP)
5040 # define TEST_IP_AND_TEST_OP TEST_OP
5515 #undef TEST_OP
5543 # define TEST_OP (op <= op_end) macro
5546 # undef TEST_OP
[all …]