Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/interval/test/
Dadd.cpp156 bool test_sub() { in test_sub() function
228 BOOST_CHECK((test_sub<I1>())); in test_main()
229 BOOST_CHECK((test_sub<I2>())); in test_main()
/third_party/gstreamer/gstplugins_bad/tests/check/media/
Dmeson.build7 'test_sub.srt',
/third_party/mindspore/tests/st/ops/cpu/
Dtest_arithmetic_op.py75 def test_sub(): function
430 test_sub()
/third_party/python/Lib/test/
Dtest_binop.py258 def test_sub(self): member in RatTestCase
Dtest_weakset.py119 def test_sub(self): member in TestWeakSet
Dtest_operator.py292 def test_sub(self): member in OperatorTestCase
Dtest_set.py163 def test_sub(self): member in TestJointOps
/third_party/mindspore/tests/ut/python/ops/
Dtest_math_ops.py60 def test_sub(): function
/third_party/mindspore/tests/ut/python/ir/
Dtest_tensor.py264 def test_sub(): function
/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_framstruct.py143 def test_sub(): function
/third_party/openssl/test/
Dbntest.c224 static int test_sub(void) in test_sub() function
2925 ADD_TEST(test_sub); in setup_tests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3034 static inline T test_sub (T x, T y) in test_sub() function in vkt::SpirVAssembly::TestMath