Lines Matching defs:data
61 /* Generate float data. */
119 /* Generate float data. */
264 { static float data [SAMPLE_RATE] ;
274 gen_windowed_sine_float (data, ARRAY_LEN (data), 0.95) ;
275 for (k = 0 ; k < ARRAY_LEN (data) ; k++)
276 { stereo_out [2 * k] = data [k] ;
277 stereo_out [2 * k + 1] = data [ARRAY_LEN (data) - k - 1] ;
301 test_readf_float_or_die (file, 0, data, 10, __LINE__) ;
302 compare_float_or_die (data, stereo_out + (234 * sfinfo.channels), 10, __LINE__) ;
305 test_readf_float_or_die (file, 0, data, 10, __LINE__) ;
306 compare_float_or_die (data, stereo_out + (442 * sfinfo.channels), 10, __LINE__) ;
309 test_readf_float_or_die (file, 0, data, 10, __LINE__) ;
310 compare_float_or_die (data, stereo_out + ((442 + 10 + 12) * sfinfo.channels), 10, __LINE__) ;
313 test_readf_float_or_die (file, 0, data, 10, __LINE__) ;
314 compare_float_or_die (data, stereo_out + ((442 + 20 + 24) * sfinfo.channels), 10, __LINE__) ;
318 test_readf_float_or_die (file, 0, data, 10, __LINE__) ;
319 compare_float_or_die (data, stereo_out + (500 * sfinfo.channels), 10, __LINE__) ;
323 test_readf_float_or_die (file, 0, data, 10, __LINE__) ;
324 compare_float_or_die (data, stereo_out + (10 * sfinfo.channels), 10, __LINE__) ;