Lines Matching refs:tmp1
34 q31_t *tmp1, *tmp2, *output; in test_op2() local
43 tmp1 = malloc(MAX_MATRIX_DIM * MAX_MATRIX_DIM * sizeof(q31_t)); in test_op2()
44 zassert_not_null(tmp1, ASSERT_MSG_BUFFER_ALLOC_FAILED); in test_op2()
53 mat_in1.pData = tmp1; in test_op2()
102 free(tmp1); in test_op2()
118 q31_t *tmp1, *output; in test_op1() local
126 tmp1 = malloc(MAX_MATRIX_DIM * MAX_MATRIX_DIM * sizeof(q31_t)); in test_op1()
127 zassert_not_null(tmp1, ASSERT_MSG_BUFFER_ALLOC_FAILED); in test_op1()
133 mat_in1.pData = tmp1; in test_op1()
181 free(tmp1); in test_op1()
196 q31_t *tmp1, *vec, *output_buf, *output; in test_op2v() local
202 tmp1 = malloc(MAX_MATRIX_DIM * MAX_MATRIX_DIM * sizeof(q31_t)); in test_op2v()
203 zassert_not_null(tmp1, ASSERT_MSG_BUFFER_ALLOC_FAILED); in test_op2v()
212 mat_in1.pData = tmp1; in test_op2v()
252 free(tmp1); in test_op2v()
265 q31_t *tmp1, *output; in test_op1c() local
273 tmp1 = malloc(2 * MAX_MATRIX_DIM * MAX_MATRIX_DIM * sizeof(q31_t)); in test_op1c()
274 zassert_not_null(tmp1, ASSERT_MSG_BUFFER_ALLOC_FAILED); in test_op1c()
280 mat_in1.pData = tmp1; in test_op1c()
325 free(tmp1); in test_op1c()