Home
last modified time | relevance | path

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

/third_party/boost/libs/utility/test/
Doperators_test.cpp367 #define TEST_OP_R(op) test_value_equality(x1 op y1, x2 op y2) macro
373 TEST_OP_R(+); in test_addable_aux()
388 TEST_OP_R(-); in test_subtractable()
403 TEST_OP_R(/); in test_dividable()
419 TEST_OP_R(%); in test_modable()
433 TEST_OP_R(^); in test_xorable_aux()
447 TEST_OP_R(&); in test_andable_aux()
461 TEST_OP_R(|); in test_orable_aux()
476 TEST_OP_R(<<); in test_left_shiftable()
483 TEST_OP_R(>>); in test_right_shiftable()