Lines Matching refs:malloc
27 output = malloc(length * sizeof(float32_t)); in test_arm_copy_f32()
53 output = malloc(length * sizeof(float32_t)); in test_arm_fill_f32()
79 output = malloc(length * sizeof(q31_t)); in test_arm_float_to_q31()
104 output = malloc(length * sizeof(q15_t)); in test_arm_float_to_q15()
129 output = malloc(length * sizeof(q7_t)); in test_arm_float_to_q7()
157 output = malloc(1 * sizeof(float32_t)); in test_arm_weighted_average_f32()
185 output = malloc(length * sizeof(float32_t)); in test_arm_sort_out()
240 output = malloc(length * sizeof(float32_t)); in test_arm_merge_sort_out()
244 scratch = malloc(length * sizeof(float32_t)); in test_arm_merge_sort_out()
274 output = malloc(length * sizeof(float32_t)); in test_arm_sort_in()
327 output = malloc(length * sizeof(float32_t)); in test_arm_sort_const()
378 output = malloc(length * sizeof(float32_t)); in test_arm_merge_sort_const()
382 scratch = malloc(length * sizeof(float32_t)); in test_arm_merge_sort_const()