Home | History | Annotate | Download | only in src

Lines Matching refs:IsFloatSmaller

22 #define IsFloatSmaller(fa,fb)				((fa) < (fb) && !IsFloatZero((fa) - (fb)))