Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/regress/
Dtest_operators.cpp21 void test_less(const T1& t1, const T2& t2) in test_less() function
134 test_less(sub1, sub2); in test_operators()
135 test_less(sub1, s2.c_str()); in test_operators()
136 test_less(s1.c_str(), sub2); in test_operators()
137 test_less(sub1, *s2.c_str()); in test_operators()
138 test_less(*s1.c_str(), sub2); in test_operators()
139 test_less(sub1, s2); in test_operators()
140 test_less(s1, sub2); in test_operators()
/third_party/quickjs/tests/
Dtest_bignum.js48 function test_less(a, b) function
81 test_less(2n, 3n);
84 test_less(2, 3n);
87 test_less(2.1, 3n);
159 test_less(2l, 3l);
162 test_less(2, 3l);
165 test_less(2.1, 3l);
168 test_less(2n, 3l);
242 test_less(1m, 2m);
245 test_less(1, 2m);
[all …]
/third_party/boost/libs/math/test/
Dtest_cstdfloat.cpp119 void test_less(T a, U b) in test_less() function
362 test_less(s, val); in test()
363 test_less(2, val); in test()
364 test_less(s, 20); in test()
365 test_less(s + 0, val); in test()
366 test_less(s, val * 1); in test()
367 test_less(s * 1, val * 1); in test()
368 test_less(s * 1, 20); in test()
369 test_less(s + 2, val * 2); in test()
/third_party/boost/libs/type_erasure/test/
DJamfile.jam27 run test_less.cpp /boost//unit_test_framework ;
/third_party/boost/libs/multiprecision/test/
Dtest_sf_import_c99.cpp88 void test_less(T a, U b) in test_less() function
385 test_less(s, val); in test()
386 test_less(2, val); in test()
387 test_less(s, 20); in test()
388 test_less(s + 0, val); in test()
389 test_less(s, val * 1); in test()
390 test_less(s * 1, val * 1); in test()
391 test_less(s * 1, 20); in test()
392 test_less(s + 2, val * 2); in test()
/third_party/mindspore/tests/ut/python/optimizer/
Dtest_bprop_mindir.py299 def test_less(): function
/third_party/mindspore/tests/st/numpy_native/
Dtest_logic_ops.py128 def test_less(): function