HomeSort by relevance Sort by last modified time
    Searched defs:fAbs (Results 1 - 2 of 2) sorted by null

  /external/aac/libFDK/include/
common_fix.h 223 FDK_INLINE FIXP_DBL fAbs(FIXP_DBL x)
225 FDK_INLINE FIXP_SGL fAbs(FIXP_SGL x)
230 FDK_INLINE INT fAbs(INT x)
253 #define fixp_abs(x) fAbs(x)
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Eigen3f.java 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);
    [all...]

Completed in 91 milliseconds