/external/llvm/test/CodeGen/X86/ |
D | atomic-ops-ancient-64.ll | 11 define i64 @test_sub(i64* %addr, i64 %inc) { 12 ; CHECK-LABEL: test_sub:
|
D | fp_load_fold.ll | 18 define double @test_sub(double %X, double* %P) {
|
/external/executorch/kernels/test/ |
D | op_sub_test.cpp | 37 void test_sub() { in test_sub() function in OpSubOutTest 60 test_sub<DTYPE_A, DTYPE_B, ScalarType::Half>(); in test_sub_enumerate_out_types() 61 test_sub<DTYPE_A, DTYPE_B, ScalarType::Float>(); in test_sub_enumerate_out_types() 62 test_sub<DTYPE_A, DTYPE_B, ScalarType::Double>(); in test_sub_enumerate_out_types() 66 test_sub<DTYPE_A, DTYPE_B, ScalarType::Int>(); in test_sub_enumerate_out_types() 67 test_sub<DTYPE_A, DTYPE_B, ScalarType::Long>(); in test_sub_enumerate_out_types()
|
/external/pytorch/aten/src/ATen/native/metal/mpscnn/tests/ |
D | MetalOpTestRunner.mm | 49 REG_TEST("test_sub", test_sub);
|
D | MPSCNNTests.h | 16 bool test_sub();
|
/external/sdv/vsomeip/third_party/boost/numeric/interval/test/ |
D | add.cpp | 156 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()
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | atomics.c | 32 static void test_sub(struct atomics_lskel *skel) in test_sub() function 184 test_sub(skel); in test_atomics()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_uint128.cpp | 59 void test_sub() { in test_sub() function 154 CALL_SUBTEST_2(test_sub()); in EIGEN_DECLARE_TEST()
|
/external/pytorch/test/inductor/ |
D | test_xpu_basic.py | 42 def test_sub(self): member in XpuBasicTests
|
/external/pytorch/test/jit/ |
D | test_pdt.py | 367 def test_sub(a, b): function 370 make_global(test_sub) 371 scripted_fn_sub = torch.jit.script(test_sub, example_inputs=[(3.9, 4.10)]) 372 self.assertEqual(scripted_fn_sub(6.5, 2.9), test_sub(6.5, 2.9))
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_add_sub_quadword.ll | 29 define <1 x i128> @test_sub(<1 x i128> %x, <1 x i128> %y) nounwind { 32 ; CHECK-LABEL: @test_sub
|
D | vec_add_sub_doubleword.ll | 41 define <2 x i64> @test_sub(<2 x i64> %x, <2 x i64> %y) nounwind {
|
/external/llvm/test/CodeGen/Generic/ |
D | i128-addsub.ll | 22 define void @test_sub(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) {
|
/external/pytorch/test/lazy/ |
D | test_extract_compiled_graph.py | 196 test_sub = maketest(ModuleSub) variable in OptimizeTest
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fp128.ll | 19 define fp128 @test_sub() { 20 ; CHECK-LABEL: test_sub:
|
/external/rust/android-crates-io/crates/vm-memory/src/ |
D | address.rs | 379 fn test_sub() {
|
/external/rust/android-crates-io/extra_versions/crates/vm-memory/src/ |
D | address.rs | 379 fn test_sub() {
|
/external/mesa3d/src/compiler/rust/ |
D | bitset.rs | 519 fn test_sub() { in test_sub() function
|
/external/python/cpython3/Lib/test/ |
D | test_binop.py | 258 def test_sub(self): member in RatTestCase
|
D | test_weakset.py | 126 def test_sub(self): member in TestWeakSet
|
D | test_complex.py | 194 def test_sub(self): member in ComplexTest
|
/external/clang/test/CodeGen/ |
D | zvector.c | 455 void test_sub (void) in test_sub() function
|
/external/pytorch/aten/src/ATen/test/ |
D | vulkan_api_test.cpp | 4648 void test_sub(const at::IntArrayRef input_shape, const at::IntArrayRef other_shape, float alpha) { in test_sub() function 4667 test_sub({11, 7, 139, 109}, {11, 7, 139, 109}, 2.1f); in TEST_F() 4671 test_sub({3, 5, 179, 221}, {3, 5, 1, 1}, 1.8f); in TEST_F() 4675 test_sub({3, 5, 179, 221}, {3, 5, 1, 221}, 1.8f); in TEST_F() 4679 test_sub({3, 4, 179, 221}, {4, 1, 1}, 2.5f); in TEST_F() 4683 test_sub({3, 4, 179, 221}, {1, 1, 179, 221}, 2.5f); in TEST_F() 4687 test_sub({3, 4, 179, 1}, {1, 179, 221}, 2.5f); in TEST_F() 4691 test_sub({2, 1, 7, 1}, {1, 5, 1, 4}, 1.2f); in TEST_F() 4695 test_sub({1, 15, 5, 4}, {21, 1, 5, 4}, 1.8f); in TEST_F() 4699 test_sub({1, 15, 5, 4}, {}, 1.8f); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
D | tf-to-tosa-pipeline.mlir | 54 // CHECK-LABEL: test_sub 56 func.func @test_sub(%arg0: tensor<1x21x3xf32>, %arg1: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/num/ |
D | biguint.rs | 1039 fn test_sub() { in test_sub() function
|