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

1 2 3 4 5 6

  /external/chromium/android/
prefix.h 50 inline size_t abs(size_t x) { return x; } function
  /external/stlport/stlport/stl/
_cstdlib.h 113 inline int abs(int __x) { return _STLP_VENDOR_CSTD::abs(__x); } function
121 # pragma function (abs)
124 //HP-UX native lib has abs() and div() functions in global namespace
131 inline long abs(long __x) { return _STLP_VENDOR_CSTD::labs(__x); } function
143 # pragma intrinsic (abs)
151 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); } function
154 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return ::llabs(__x); } function
158 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; } function
164 * problem we provide all abs overload before the 'using' call
    [all...]
_complex.h 735 _Tp _STLP_CALL abs(const complex<_Tp>& __z);
756 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>&);
758 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>&);
769 _Tp _STLP_CALL abs(const complex<_Tp>& __z) function
770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); }
786 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>&);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 113 inline int abs(int __x) { return _STLP_VENDOR_CSTD::abs(__x); } function
121 # pragma function (abs)
124 //HP-UX native lib has abs() and div() functions in global namespace
131 inline long abs(long __x) { return _STLP_VENDOR_CSTD::labs(__x); } function
143 # pragma intrinsic (abs)
151 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); } function
154 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return ::llabs(__x); } function
158 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; } function
164 * problem we provide all abs overload before the 'using' call
    [all...]
_complex.h 735 _Tp _STLP_CALL abs(const complex<_Tp>& __z);
756 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>&);
758 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>&);
769 _Tp _STLP_CALL abs(const complex<_Tp>& __z) function
770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); }
786 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>&);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 113 inline int abs(int __x) { return _STLP_VENDOR_CSTD::abs(__x); } function
121 # pragma function (abs)
124 //HP-UX native lib has abs() and div() functions in global namespace
131 inline long abs(long __x) { return _STLP_VENDOR_CSTD::labs(__x); } function
143 # pragma intrinsic (abs)
151 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); } function
154 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return ::llabs(__x); } function
158 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; } function
164 * problem we provide all abs overload before the 'using' call
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 113 inline int abs(int __x) { return _STLP_VENDOR_CSTD::abs(__x); } function
121 # pragma function (abs)
124 //HP-UX native lib has abs() and div() functions in global namespace
131 inline long abs(long __x) { return _STLP_VENDOR_CSTD::labs(__x); } function
143 # pragma intrinsic (abs)
151 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); } function
154 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return ::llabs(__x); } function
158 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; } function
164 * problem we provide all abs overload before the 'using' call
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 113 inline int abs(int __x) { return _STLP_VENDOR_CSTD::abs(__x); } function
121 # pragma function (abs)
124 //HP-UX native lib has abs() and div() functions in global namespace
131 inline long abs(long __x) { return _STLP_VENDOR_CSTD::labs(__x); } function
143 # pragma intrinsic (abs)
151 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); } function
154 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return ::llabs(__x); } function
158 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; } function
164 * problem we provide all abs overload before the 'using' call
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 113 inline int abs(int __x) { return _STLP_VENDOR_CSTD::abs(__x); } function
121 # pragma function (abs)
124 //HP-UX native lib has abs() and div() functions in global namespace
131 inline long abs(long __x) { return _STLP_VENDOR_CSTD::labs(__x); } function
143 # pragma intrinsic (abs)
151 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); } function
154 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return ::llabs(__x); } function
158 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; } function
164 * problem we provide all abs overload before the 'using' call
    [all...]
  /dalvik/tests/032-concrete-sub/src/
ConcreteSub.java 23 private static void callBase(AbstractBase abs) {
24 System.out.println("calling abs.doStuff()");
25 abs.doStuff();
34 System.out.println("Got expected exception from abs.doStuff().");
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 11 abs() const function
21 * \sa abs(), square()
  /frameworks/base/location/tests/locationtests/src/android/location/
GeocoderTest.java 47 assertFalse(Math.abs(addr.getLatitude() - 37.4240385) > 0.1);
61 assertFalse(Math.abs(addr.getLatitude() - 37.77916) > 0.1);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 25 uint32_t __attribute__((overloadable)) abs(int32_t v) {return SC_abs_i32(v);} function
  /bionic/libc/include/
stdlib.h 80 static __inline__ int abs(int __n) { function
  /development/ndk/platforms/android-3/include/
stdlib.h 82 static __inline__ int abs(int __n) { function
  /development/ndk/platforms/android-8/include/
stdlib.h 83 static __inline__ int abs(int __n) { function
  /development/ndk/platforms/android-9/include/
stdlib.h 83 static __inline__ int abs(int __n) { function
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 20 /** \deprecated ArrayBase::abs() */
23 Cwise<ExpressionType>::abs() const function in class:Eigen::Cwise
  /external/marisa-trie/lib/marisa/
rank.h 44 UInt32 abs() const { function in class:marisa::Rank
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
rank.h 44 UInt32 abs() const { function in class:marisa_alpha::Rank
  /external/v8/src/
math.js 34 var $abs = MathAbs;
270 "abs", MathAbs,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function

Completed in 1395 milliseconds

1 2 3 4 5 6