Searched refs:FT_PAD_ROUND (Results 1 – 3 of 3) sorted by relevance
266 theta = FT_PAD_ROUND( theta, 32 ); in ft_trig_pseudo_polarize()268 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
2272 val = -FT_PAD_ROUND( compensation - distance, 32 ); in Round_To_Double_Grid()
Completed in 18 milliseconds