Lines Matching defs:orig_from_func
196 pa_convert_func_t orig_from_func, neon_from_func;
206 orig_from_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE);
213 run_conv_test_float_to_s16(neon_from_func, orig_from_func, 0, true, false);
214 run_conv_test_float_to_s16(neon_from_func, orig_from_func, 1, true, false);
215 run_conv_test_float_to_s16(neon_from_func, orig_from_func, 2, true, false);
216 run_conv_test_float_to_s16(neon_from_func, orig_from_func, 3, true, false);
217 run_conv_test_float_to_s16(neon_from_func, orig_from_func, 4, true, false);
218 run_conv_test_float_to_s16(neon_from_func, orig_from_func, 5, true, false);
219 run_conv_test_float_to_s16(neon_from_func, orig_from_func, 6, true, false);
220 run_conv_test_float_to_s16(neon_from_func, orig_from_func, 7, true, true);