Lines Matching refs:LEN
29 #define LEN 256 macro
36 for (i = 0; i < LEN*2+8; i += 2) { \
45 LOCAL_ALIGNED_32(float, cdst, [LEN*2+8]); in test_fcmul_add()
46 LOCAL_ALIGNED_32(float, odst, [LEN*2+8]); in test_fcmul_add()
52 memcpy(cdst, src0, (LEN*2+8) * sizeof(float)); in test_fcmul_add()
53 memcpy(odst, src0, (LEN*2+8) * sizeof(float)); in test_fcmul_add()
54 call_ref(cdst, src1, src2, LEN); in test_fcmul_add()
55 call_new(odst, src1, src2, LEN); in test_fcmul_add()
56 for (i = 0; i <= LEN*2; i++) { in test_fcmul_add()
76 memcpy(odst, src0, (LEN*2+8) * sizeof(float)); in test_fcmul_add()
77 bench_new(odst, src1, src2, LEN); in test_fcmul_add()
82 LOCAL_ALIGNED_32(float, src0, [LEN*2+8]); in checkasm_check_afir()
83 LOCAL_ALIGNED_32(float, src1, [LEN*2+8]); in checkasm_check_afir()
84 LOCAL_ALIGNED_32(float, src2, [LEN*2+8]); in checkasm_check_afir()