/external/gemmlowp/test/ |
D | test_fixedpoint.cc | 317 void test_mul(FixedPoint<std::int32_t, tIntegerBits_a> a, in test_mul() function 332 void test_mul(const std::vector<std::int32_t>& testvals_int32) { in test_mul() function 339 test_mul(aq, bq); in test_mul() 470 test_mul<0, 0>(testvals_int32); in main() 471 test_mul<0, 1>(testvals_int32); in main() 472 test_mul<2, 0>(testvals_int32); in main() 473 test_mul<1, 1>(testvals_int32); in main() 474 test_mul<4, 4>(testvals_int32); in main() 475 test_mul<3, 5>(testvals_int32); in main() 476 test_mul<7, 2>(testvals_int32); in main() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/ |
D | fpu.ll | 38 define float @test_mul(float %a, float %b) { 39 ; FUN: test_mul: 40 ; FPU: test_mul:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | legalize-mul.mir | 5 name: test_mul 10 ; CHECK-LABEL: name: test_mul
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/ |
D | otherops.ll | 5 define i32 @test_mul(i32 %arg) { 6 ; CHECK-LABEL: test_mul
|
/external/llvm/test/Transforms/Reassociate/ |
D | otherops.ll | 5 define i32 @test_mul(i32 %arg) { 6 ; CHECK-LABEL: test_mul
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_uint128.cpp | 78 void test_mul() { in test_mul() function 155 CALL_SUBTEST_3(test_mul()); in test_cxx11_tensor_uint128()
|
/external/llvm/test/Analysis/DemandedBits/ |
D | basic.ll | 7 define i8 @test_mul(i32 %a, i32 %b) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/DemandedBits/ |
D | basic.ll | 7 define i8 @test_mul(i32 %a, i32 %b) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | limit-depth.ll | 26 define void @test_mul(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f) { 27 ; CHECK-LABEL: @test_mul
|
/external/swiftshader/third_party/LLVM/test/Transforms/Reassociate/ |
D | otherops.ll | 5 define i32 @test_mul(i32 %arg) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | debuginfo-variables.ll | 89 define void @test_mul(i64 %A) { 90 ; CHECK-LABEL: @test_mul(
|
/external/llvm/test/CodeGen/X86/ |
D | fp_load_fold.ll | 12 define double @test_mul(double %X, double* %P) {
|
D | sse2.ll | 314 define <4 x i32> @test_mul(<4 x i32> %x, <4 x i32> %y) { 315 ; CHECK-LABEL: test_mul:
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | fp_load_fold.ll | 12 define double @test_mul(double %X, double* %P) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fp_load_fold.ll | 12 define double @test_mul(double %X, double* %P) {
|
D | sse2.ll | 725 define <4 x i32> @test_mul(<4 x i32> %x, <4 x i32> %y) { 726 ; SSE-LABEL: test_mul: 737 ; AVX-LABEL: test_mul:
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/ |
D | v2f32.ll | 27 define %vec @test_mul(%vec %param)
|
D | v2i32.ll | 27 define %vec @test_mul(%vec %param)
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fp128.ll | 32 define fp128 @test_mul() { 33 ; CHECK-LABEL: test_mul:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-fp128.ll | 32 define fp128 @test_mul() { 33 ; CHECK-LABEL: test_mul:
|
/external/python/cpython2/Lib/test/ |
D | test_binop.py | 284 def test_mul(self): member in RatTestCase
|
D | test_audioop.py | 273 def test_mul(self): member in TestAudioop
|
D | test_operator.py | 240 def test_mul(self): member in OperatorTestCase
|
/external/python/cpython3/Lib/test/ |
D | test_binop.py | 265 def test_mul(self): member in RatTestCase
|
/external/clang/test/CodeGen/ |
D | zvector.c | 643 void test_mul (void) in test_mul() function
|