Home
last modified time | relevance | path

Searched refs:test_mul (Results 1 – 10 of 10) sorted by relevance

/external/gemmlowp/test/
Dtest_fixedpoint.cc34 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/
Dotherops.ll5 define i32 @test_mul(i32 %arg) {
6 ; CHECK-LABEL: test_mul
/external/llvm/test/Analysis/DemandedBits/
Dbasic.ll3 ; CHECK-LABEL: 'test_mul'
7 define i8 @test_mul(i32 %a, i32 %b) {
/external/llvm/test/CodeGen/X86/
Dfp_load_fold.ll12 define double @test_mul(double %X, double* %P) {
Dsse2.ll314 define <4 x i32> @test_mul(<4 x i32> %x, <4 x i32> %y) {
315 ; CHECK-LABEL: test_mul:
/external/llvm/test/CodeGen/AArch64/
Darm64-fp128.ll32 define fp128 @test_mul() {
33 ; CHECK-LABEL: test_mul:
/external/valgrind/VEX/test/
Dtest-amd64.c447 void test_mul(void) in test_mul() function
1693 test_mul(); in main()
Dtest-i386.c418 void test_mul(void) in test_mul() function
1653 test_mul(); in main()
/external/boringssl/src/crypto/bn/
Dbn_test.cc107 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/
Dzvector.c643 void test_mul (void) in test_mul() function