HomeSort by relevance Sort by last modified time
    Searched defs:fabs (Results 1 - 25 of 35) sorted by null

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fabs.c 18 * fabs(x) returns the absolute value of x.
25 fabs(double x) function
  /external/compiler-rt/lib/ppc/
DD.h 23 fabs(double x) function
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 57 #define fabs(x) (((x)<0)?-(x):(x)) macro
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 69 #define fabs(x) (((x)<0)?-(x):(x)) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 57 #define fabs(x) (((x)<0)?-(x):(x)) macro
  /external/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
369 _STLP_DMATH_INLINE(fabs)
390 # if defined (fabs)
391 inline double __stlp_fabs(double __x) { return fabs(__x); }
392 # undef fabs macro
393 inline double fabs(double __x) { return __stlp_fabs(__x); } function
425 { return ::fabs(__x); }
427 _STLP_DEF_MATH_INLINE(abs, fabs)
440 _STLP_DEF_MATH_INLINE(fabs, fabs)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
369 _STLP_DMATH_INLINE(fabs)
390 # if defined (fabs)
391 inline double __stlp_fabs(double __x) { return fabs(__x); }
392 # undef fabs macro
393 inline double fabs(double __x) { return __stlp_fabs(__x); } function
425 { return ::fabs(__x); }
427 _STLP_DEF_MATH_INLINE(abs, fabs)
440 _STLP_DEF_MATH_INLINE(fabs, fabs)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
369 _STLP_DMATH_INLINE(fabs)
390 # if defined (fabs)
391 inline double __stlp_fabs(double __x) { return fabs(__x); }
392 # undef fabs macro
393 inline double fabs(double __x) { return __stlp_fabs(__x); } function
425 { return ::fabs(__x); }
427 _STLP_DEF_MATH_INLINE(abs, fabs)
440 _STLP_DEF_MATH_INLINE(fabs, fabs)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
369 _STLP_DMATH_INLINE(fabs)
390 # if defined (fabs)
391 inline double __stlp_fabs(double __x) { return fabs(__x); }
392 # undef fabs macro
393 inline double fabs(double __x) { return __stlp_fabs(__x); } function
425 { return ::fabs(__x); }
427 _STLP_DEF_MATH_INLINE(abs, fabs)
440 _STLP_DEF_MATH_INLINE(fabs, fabs)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
369 _STLP_DMATH_INLINE(fabs)
390 # if defined (fabs)
391 inline double __stlp_fabs(double __x) { return fabs(__x); }
392 # undef fabs macro
393 inline double fabs(double __x) { return __stlp_fabs(__x); } function
425 { return ::fabs(__x); }
427 _STLP_DEF_MATH_INLINE(abs, fabs)
440 _STLP_DEF_MATH_INLINE(fabs, fabs)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
369 _STLP_DMATH_INLINE(fabs)
390 # if defined (fabs)
391 inline double __stlp_fabs(double __x) { return fabs(__x); }
392 # undef fabs macro
393 inline double fabs(double __x) { return __stlp_fabs(__x); } function
425 { return ::fabs(__x); }
427 _STLP_DEF_MATH_INLINE(abs, fabs)
440 _STLP_DEF_MATH_INLINE(fabs, fabs)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
369 _STLP_DMATH_INLINE(fabs)
390 # if defined (fabs)
391 inline double __stlp_fabs(double __x) { return fabs(__x); }
392 # undef fabs macro
393 inline double fabs(double __x) { return __stlp_fabs(__x); } function
425 { return ::fabs(__x); }
427 _STLP_DEF_MATH_INLINE(abs, fabs)
440 _STLP_DEF_MATH_INLINE(fabs, fabs)
    [all...]
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 355 #define fabs(x) ((x < 0.0) ? -x : x) macro
561 if (fabs(x)>1.0) {
  /external/valgrind/main/perf/
fbench.c 351 #define fabs(x) ((x < 0.0) ? -x : x) macro
557 if (fabs(x)>1.0) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 121 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 121 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 132 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 132 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 121 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 121 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 339 #define fabs(Val) __TGMATH_UNARY_REAL_IMAG_RET_REAL (Val, fabs, cabs) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 348 #define fabs(Val) __TGMATH_UNARY_REAL_IMAG_RET_REAL (Val, fabs, cabs) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 339 #define fabs(Val) __TGMATH_UNARY_REAL_IMAG_RET_REAL (Val, fabs, cabs) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 348 #define fabs(Val) __TGMATH_UNARY_REAL_IMAG_RET_REAL (Val, fabs, cabs) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 339 #define fabs(Val) __TGMATH_UNARY_REAL_IMAG_RET_REAL (Val, fabs, cabs) macro

Completed in 1834 milliseconds

1 2