Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/regress/
Dtest_operators.cpp50 void test_greater(const T1& t1, const T2& t2) in test_greater() function
141 test_greater(sub2, sub1); in test_operators()
142 test_greater(sub2, s1.c_str()); in test_operators()
143 test_greater(s2.c_str(), sub1); in test_operators()
144 test_greater(sub2, *s1.c_str()); in test_operators()
145 test_greater(*s2.c_str(), sub1); in test_operators()
146 test_greater(sub2, s1); in test_operators()
147 test_greater(s2, sub1); in test_operators()
/third_party/mindspore/tests/ut/python/optimizer/
Dtest_bprop_mindir.py283 def test_greater(): function
/third_party/mindspore/tests/st/numpy_native/
Dtest_logic_ops.py164 def test_greater(): function