/ndk/sources/cxx-stl/gabi++/include/ |
cstdlib | 70 using ::abs;
|
/ndk/sources/cxx-stl/system/include/ |
cstdlib | 70 using ::abs;
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texi2dvi | 386 abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs 402 abs=`cd "$dir" && pwd` && INDEXSTYLE=$INDEXSTYLE$path_sep$abs
|
/packages/apps/Camera/src/com/android/camera/panorama/ |
MosaicFrameProcessor.java | 214 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX); 215 mDeltaY[idx] = Math.abs(translationCurrY - mTranslationLastY);
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/util/ |
SimpleTempStorage.java | 64 long n = Math.abs(random.nextLong());
93 long n = Math.abs(random.nextLong());
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
cstdlib | 66 using ::abs;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
cstdlib | 66 using ::abs;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
cstdlib | 70 using ::abs;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
cstdlib | 70 using ::abs;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/ |
CoordinateControls.java | 214 degrees = Math.abs(degrees); 229 value = Math.abs(value);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MarqueeGesture.java | 74 int w = Math.abs(pos.x - mStart.x); 75 int h = Math.abs(pos.y - mStart.y);
|
/system/core/toolbox/ |
getevent.c | 111 label = "ABS"; 176 struct input_absinfo abs; local 177 if(ioctl(fd, EVIOCGABS(j * 8 + k), &abs) == 0) { 179 abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat, 180 abs.resolution);
|
/external/libvpx/vp8/common/arm/neon/ |
loopfilter_neon.asm | 314 vabd.u8 q11, q3, q4 ; abs(p3 - p2) 315 vabd.u8 q12, q4, q5 ; abs(p2 - p1) 316 vabd.u8 q13, q5, q6 ; abs(p1 - p0) 317 vabd.u8 q14, q8, q7 ; abs(q1 - q0) 318 vabd.u8 q3, q9, q8 ; abs(q2 - q1) 319 vabd.u8 q4, q10, q9 ; abs(q3 - q2) 320 vabd.u8 q9, q6, q7 ; abs(p0 - q0) 328 vcgt.u8 q13, q13, q2 ; (abs(p1 - p0) > thresh)*-1 329 vcgt.u8 q14, q14, q2 ; (abs(q1 - q0) > thresh)*-1 336 vabd.u8 q2, q5, q8 ; a = abs(p1 - q1 [all...] |
/bionic/libc/include/ |
stdlib.h | 84 static __inline__ int abs(int __n) { function
|
/dalvik/tests/003-omnibus-opcodes/src/ |
FloatMath.java | 292 assert(approxEqual(Math.abs(ff), ff, 0.001f)); 293 assert(approxEqual(Math.abs(-ff), ff, 0.001f)); 297 assert(approxEqual(Math.abs(dd), dd, 0.001)); 298 assert(approxEqual(Math.abs(-dd), dd, 0.001));
|
IntMath.java | 443 assert(Math.abs(ii) == ii); 444 assert(Math.abs(-ii) == ii); 448 assert(Math.abs(ll) == ll); 449 assert(Math.abs(-ll) == ll);
|
/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
|
/development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/ |
RsListRS.java | 107 if (Math.abs(dy) <= 2) {
|
/external/opencv/cv/src/ |
cvcanny.cpp | 180 _mag[j] = abs(_dx[j]) + abs(_dy[j]); 240 x = abs(x); 241 y = abs(y);
|
cvinpaint.cpp | 555 gradI.x=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color))+ 556 abs(CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color))); 558 gradI.x=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color)))*2.0f; 562 gradI.x=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)))*2.0f; 569 gradI.y=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color))+ 570 abs(CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color))); 572 gradI.y=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)))*2.0f; 576 gradI.y=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)))*2.0f; 646 gradI.x=(float)(abs(CV_MAT_ELEM(*out,uchar,kp+1,lm)-CV_MAT_ELEM(*out,uchar,kp,lm))+ 647 abs(CV_MAT_ELEM(*out,uchar,kp,lm)-CV_MAT_ELEM(*out,uchar,km-1,lm))) [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
DateConversion.cpp | 86 int offset = abs(gmtoffset(t));
|
/frameworks/base/core/java/android/view/ |
GestureDetector.java | 551 } else if ((Math.abs(scrollX) >= 1) || (Math.abs(scrollY) >= 1)) { 577 if ((Math.abs(velocityY) > mMinimumFlingVelocity) 578 || (Math.abs(velocityX) > mMinimumFlingVelocity)){
|
/frameworks/base/opengl/libagl/ |
primitives.cpp | 263 if (abs(area) >= minArea) { 273 s = 32 - gglClz(abs(m_dy02)|abs(m_dy10)|abs(m_dx01)|abs(m_dx20)); 296 const int A = gglClz(abs(m_dy02)|abs(m_dy10)|abs(m_dx01)|abs(m_dx20)); 297 const int B = gglClz(abs(m_x0)|abs(m_y0)) [all...] |