Searched refs:FT_PAD_ROUND (Results 1 – 3 of 3) sorted by relevance
321 theta = FT_PAD_ROUND( theta, 32 ); in ft_trig_pseudo_polarize()323 theta = -FT_PAD_ROUND( -theta, 32 ); in ft_trig_pseudo_polarize()
77 #define FT_PAD_ROUND( x, n ) FT_PAD_FLOOR( (x) + ((n)/2), n ) macro
2232 val = -FT_PAD_ROUND( compensation - distance, 32 ); in Round_To_Double_Grid()