Lines Matching defs:orig_to_func
197 pa_convert_func_t orig_to_func, neon_to_func;
207 orig_to_func = pa_get_convert_to_float32ne_function(PA_SAMPLE_S16LE);
223 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 0, true, false);
224 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 1, true, false);
225 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 2, true, false);
226 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 3, true, false);
227 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 4, true, false);
228 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 5, true, false);
229 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 6, true, false);
230 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 7, true, true);