Home | History | Annotate | Download | only in dist

Lines Matching defs:FABS

131953   #define FABS(a) ((a)<0.0?-1.0*(a):(a))
131962 float diff = FABS(right-left);