Searched refs:test_mul (Results 1 – 10 of 10) sorted by relevance
/external/gemmlowp/test/ |
D | test_fixedpoint.cc | 34 void test_mul(FixedPoint<int32_t, tIntegerBits_a> a, in test_mul() function 49 void test_mul(const std::vector<int32_t>& testvals_int32) { in test_mul() function 56 test_mul(aq, bq); in test_mul() 215 test_mul<0, 0>(testvals_int32); in main() 216 test_mul<0, 1>(testvals_int32); in main() 217 test_mul<2, 0>(testvals_int32); in main() 218 test_mul<1, 1>(testvals_int32); in main() 219 test_mul<4, 4>(testvals_int32); in main() 220 test_mul<3, 5>(testvals_int32); in main() 221 test_mul<7, 2>(testvals_int32); in main() [all …]
|
/external/llvm/test/Transforms/Reassociate/ |
D | otherops.ll | 5 define i32 @test_mul(i32 %arg) { 6 ; CHECK-LABEL: test_mul
|
/external/llvm/test/Analysis/DemandedBits/ |
D | basic.ll | 3 ; CHECK-LABEL: 'test_mul' 7 define i8 @test_mul(i32 %a, i32 %b) {
|
/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/llvm/test/CodeGen/AArch64/ |
D | arm64-fp128.ll | 32 define fp128 @test_mul() { 33 ; CHECK-LABEL: test_mul:
|
/external/valgrind/VEX/test/ |
D | test-amd64.c | 447 void test_mul(void) in test_mul() function 1693 test_mul(); in main()
|
D | test-i386.c | 418 void test_mul(void) in test_mul() function 1653 test_mul(); in main()
|
/external/boringssl/src/crypto/bn/ |
D | bn_test.cc | 107 static bool test_mul(FILE *fp); 246 if (!test_mul(bc_file.get())) { in main() 672 static bool test_mul(FILE *fp) { in test_mul() function
|
/external/clang/test/CodeGen/ |
D | zvector.c | 643 void test_mul (void) in test_mul() function
|