Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Datomic-ops-ancient-64.ll11 define i64 @test_sub(i64* %addr, i64 %inc) {
12 ; CHECK-LABEL: test_sub:
Dfp_load_fold.ll18 define double @test_sub(double %X, double* %P) {
/external/eigen/unsupported/test/
Dcxx11_tensor_uint128.cpp59 void test_sub() { in test_sub() function
154 CALL_SUBTEST_2(test_sub()); in EIGEN_DECLARE_TEST()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Datomics.c39 static void test_sub(struct atomics_lskel *skel) in test_sub() function
233 test_sub(skel); in test_atomics()
/external/llvm/test/CodeGen/PowerPC/
Dvec_add_sub_quadword.ll29 define <1 x i128> @test_sub(<1 x i128> %x, <1 x i128> %y) nounwind {
32 ; CHECK-LABEL: @test_sub
Dvec_add_sub_doubleword.ll41 define <2 x i64> @test_sub(<2 x i64> %x, <2 x i64> %y) nounwind {
/external/llvm/test/CodeGen/Generic/
Di128-addsub.ll22 define void @test_sub(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) {
/external/llvm/test/CodeGen/AArch64/
Darm64-fp128.ll19 define fp128 @test_sub() {
20 ; CHECK-LABEL: test_sub:
/external/python/cpython2/Lib/test/
Dtest_binop.py277 def test_sub(self): member in RatTestCase
Dtest_weakset.py135 def test_sub(self): member in TestWeakSet
Dtest_operator.py332 def test_sub(self): member in OperatorTestCase
Dtest_set.py161 def test_sub(self): member in TestJointOps
/external/python/cpython3/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
/external/clang/test/CodeGen/
Dzvector.c455 void test_sub (void) in test_sub() function
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir54 // CHECK-LABEL: test_sub
56 func.func @test_sub(%arg0: tensor<1x21x3xf32>, %arg1: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
Dtfl-to-tosa-pipeline.mlir132 // CHECK-LABEL: test_sub
134 func.func @test_sub(%arg0: tensor<1x21x3xf32>, %arg1: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
/external/rust/crates/num-bigint/tests/
Dbiguint.rs812 fn test_sub() { in test_sub() function
Dbigint.rs685 fn test_sub() { in test_sub() function
/external/deqp/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