Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:FABS

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