Home
last modified time | relevance | path

Searched refs:number_of_points_in_one_period (Results 1 – 1 of 1) sorted by relevance

/dports/math/clfft/clFFT-2.12.2/src/tests/
H A Dbuffer.h1062 size_t number_of_points_in_one_period = length(dimx); in set_all_to_sawtooth() local
1063 size_t number_of_points_on_one_line = number_of_points_in_one_period / 2; in set_all_to_sawtooth()
1072 for( size_t x = 0; x < number_of_points_in_one_period; x++) { in set_all_to_sawtooth()
1088 if( number_of_points_in_one_period % 2 != 0 ) // odd, we need to add the 0 in set_all_to_sawtooth()