Lines Matching refs:scratch
91 double *scratch; member
113 state->scratch = calloc (state->small * 3, sizeof (double)); in convolve_init()
126 free (state->scratch); in convolve_close()
161 convolve_run (stack_entry * top, unsigned size, double *scratch) in convolve_run() argument
191 s_left = scratch + size * 3; in convolve_run()
194 s_right = scratch + size * 4; in convolve_run()
244 double *mid = scratch + size * 4; in convolve_run()
289 double *scratch = state->scratch; in convolve_match() local
309 top[1].b.null = scratch; in convolve_match()
315 convolve_run (top, state->small, scratch); in convolve_match()
321 convolve_run (top, state->small, scratch); in convolve_match()