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

1 2

  /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>&);
_cmath.h 20 * declaration. cmath have abs overloads and cstdlib a using directive
340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
424 inline double abs(double __x) function
427 _STLP_DEF_MATH_INLINE(abs, fabs)
428 # else // __MVS__ has native long double abs?
429 inline float abs(float __x) { return ::fabsf(__x); }
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
525 * problem we provide all abs overload before the 'using' call.
526 * Beware: This header inclusion has to be after all abs overload of this file
    [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/opencore/oscl/oscl/osclproc/src/
oscl_semaphore.cpp 133 static void getAbsTime(struct timespec &abs, uint32 timeout_msec)
153 abs.tv_sec = targ_sec;
154 abs.tv_nsec = targ_usec * 1000;
182 struct timespec abs; local
183 getAbsTime(abs, timeout_msec);
188 res = pthread_cond_timedwait(&ObjCondition, &ObjMutex, &abs);
  /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);
  /bionic/libc/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /external/webkit/JavaScriptCore/wtf/
Vector3.h 66 double abs() const function in class:WebCore::Vector3
78 double absValue = abs();
133 return (v1 - v2).abs();
  /ndk/build/platforms/android-3/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /ndk/build/platforms/android-4/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /ndk/build/platforms/android-5/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /ndk/build/platforms/android-5/arch-x86/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /ndk/build/platforms/android-8/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /ndk/build/platforms/android-8/arch-x86/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /dalvik/libcore/luni/src/main/java/java/lang/
Math.java 50 * <li>{@code abs(-0.0) = +0.0}</li>
51 * <li>{@code abs(+infinity) = +infinity}</li>
52 * <li>{@code abs(-infinity) = +infinity}</li>
53 * <li>{@code abs(NaN) = NaN}</li>
60 public static double abs(double d) { method in class:Math
71 * <li>{@code abs(-0.0) = +0.0}</li>
72 * <li>{@code abs(+infinity) = +infinity}</li>
73 * <li>{@code abs(-infinity) = +infinity}</li>
74 * <li>{@code abs(NaN) = NaN}</li>
82 public static float abs(float f) method in class:Math
99 public static int abs(int i) { method in class:Math
112 public static long abs(long l) { method in class:Math
    [all...]
StrictMath.java 65 * <li>{@code abs(-0.0) = +0.0}</li>
66 * <li>{@code abs(+infinity) = +infinity}</li>
67 * <li>{@code abs(-infinity) = +infinity}</li>
68 * <li>{@code abs(NaN) = NaN}</li>
75 public static double abs(double d) { method in class:StrictMath
86 * <li>{@code abs(-0.0) = +0.0}</li>
87 * <li>{@code abs(+infinity) = +infinity}</li>
88 * <li>{@code abs(-infinity) = +infinity}</li>
89 * <li>{@code abs(NaN) = NaN}</li>
97 public static float abs(float f) method in class:StrictMath
114 public static int abs(int i) { method in class:StrictMath
129 public static long abs(long l) { method in class:StrictMath
    [all...]
  /external/skia/src/core/
SkFloat.h 37 void abs() { fPacked = Abs(fPacked); } function in class:SkFloat
105 static int32_t Abs(int32_t packed) { return (uint32_t)(packed << 1) >> 1; }
Sk64.cpp 36 // get abs
136 void Sk64::abs() function in class:Sk64
333 N.abs();
334 D.abs();
  /external/stlport/src/
complex.cpp 40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z) function
43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z) function
48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z) function
  /frameworks/base/core/java/android/util/
MathUtils.java 34 public static float abs(float v) { method in class:MathUtils
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorManagerTest.java 299 assertTrue(Math.abs(inclination) <= TWO_PI);
302 assertTrue(Math.abs(orientation[0]) <= TWO_PI);
303 assertTrue(Math.abs(orientation[1]) <= TWO_PI);
304 assertTrue(Math.abs(orientation[2]) <= TWO_PI);
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 331 const char abs[] = "http://www.google.com/"; local
332 WebCore::KURL resolveAbs(emptyBase, abs);
334 EXPECT_STREQ(abs, resolveAbs.string().utf8().data());
  /system/core/toolbox/
getevent.c 62 label = "ABS";
106 struct input_absinfo abs; local
107 if(ioctl(fd, EVIOCGABS(j * 8 + k), &abs) == 0) {
108 printf(" value %d, min %d, max %d, fuzz %d flat %d", abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat);
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaLineRasterizer.java 194 e = eBase + 2 * (ady * Math.abs(nx1 - x1) - adx * Math.abs(ny1 - y1));
261 e = eBase + 2 * (adx * Math.abs(ny1 - y1) - ady * Math.abs(nx1 - x1));
320 e = eBase + 2 * (ady * Math.abs(nx1 - x1) - adx * Math.abs(ny1 - y1));
323 rasterizeDash(Math.abs(nx2 - nx1), local.createChild(Math.abs(nx1 - x1)));
348 e = eBase + 2 * (adx * Math.abs(ny1 - y1) - ady * Math.abs(nx1 - x1))
    [all...]
  /external/kernel-headers/original/linux/
kernel.h 85 #define abs(x) ({ \ macro

Completed in 675 milliseconds

1 2