/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
abs.c | 31 static char sccsid[] = "@(#)abs.c 8.1 (Berkeley) 6/4/93"; 39 abs(j) function
|
/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...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/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...] |
/art/test/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().");
|
/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
|
/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/chromium_org/ui/events/ozone/evdev/ |
touch_event_converter.cc | 54 input_absinfo abs = {}; local 55 if (ioctl(fd_, EVIOCGABS(ABS_MT_SLOT), &abs) != -1) { 56 CHECK_GE(abs.maximum, abs.minimum); 57 CHECK_GE(abs.minimum, 0); 61 if (ioctl(fd_, EVIOCGABS(ABS_MT_PRESSURE), &abs) != -1) { 62 pressure_min_ = abs.minimum; 63 pressure_max_ = abs.maximum; 68 if (ioctl(fd_, EVIOCGABS(ABS_MT_POSITION_X), &abs) != -1) { 69 x_min = abs.minimum [all...] |
/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,
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardWidgetCarousel.java | 67 float alpha = 1.0f - 1.0f * Math.abs(scrollProgress / MAX_SCROLL_PROGRESS); 132 v.setOverScrollAmount(Math.abs(scrollProgress), scrollProgress < 0);
|