Home | History | Annotate | Download | only in internal

Lines Matching defs:FT_ABS

73 #define FT_ABS( a )     ( (a) < 0 ? -(a) : (a) )