Home | History | Annotate | Download | only in math

Lines Matching defs:fAbs

199         float fAbs = FastMath.abs(p01);

200 if (fAbs > max) {
201 max = fAbs;
203 fAbs = FastMath.abs(p11);
204 if (fAbs > max) {
205 max = fAbs;
238 fAbs = FastMath.abs(p01);
239 if (fAbs > max) {
240 max = fAbs;
242 fAbs = FastMath.abs(p11);
243 if (fAbs > max) {
244 max = fAbs;
292 float fAbs = FastMath.abs(matrix.get(iRow, iCol));
293 if (fAbs > maxMagnitudeStore[0]) {
294 maxMagnitudeStore[0] = fAbs;