Home
last modified time | relevance | path

Searched refs:TEST_OP (Results 1 – 2 of 2) 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/u-boot/fs/jffs2/
Dcompr_lzo.c98 #define TEST_OP (op <= op_end) macro
180 while (TEST_IP && TEST_OP) in lzo1x_decompress()
253 while (TEST_IP && TEST_OP) in lzo1x_decompress()