Searched refs:RoundDiv (Results 1 – 2 of 2) sorted by relevance
255 Z = RoundDiv(Z, div_const); in Open_PDM_Filter_64()303 Z = RoundDiv(Z, div_const); in Open_PDM_Filter_128()
60 #define RoundDiv(a, b) (((a)>0)?(((a)+(b)/2)/(b)):(((a)-(b)/2)/(b))) macro