HomeSort by relevance Sort by last modified time
    Searched refs:abs (Results 251 - 275 of 1209) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 38 psubw mm3, mm0 ; abs
81 psubw mm7, mm4 ; abs
122 psubw mm7, mm4 ; abs
163 psubw mm7, mm4 ; abs
  /external/opencv/cvaux/src/
_cvvectrack.h 77 return (max(abs(p1.x - p2.x), abs(p1.y - p2.y)) < err);
  /external/replicaisland/src/com/replica/replicaisland/
LifetimeComponent.java 92 Math.abs(parentObject.getPosition().x - camera.getFocusPositionX());
94 Math.abs(parentObject.getPosition().y - camera.getFocusPositionY());
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.mm 96 int chosenWeightDeltaMagnitude = abs(chosenWeight - desiredWeight);
97 int candidateWeightDeltaMagnitude = abs(candidateWeight - desiredWeight);
101 return abs(candidateWeight - 6) > abs(chosenWeight - 6);
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 135 while (Math.abs(newHeight - origHeight) < IME_MIN_HEIGHT && SystemClock.uptimeMillis() < timeoutTime) {
139 return (Math.abs(origHeight - newHeight) >= IME_MIN_HEIGHT);
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 69 using ::abs;
  /ndk/sources/cxx-stl/system/include/
cstdlib 69 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/Calendar/src/com/android/calendar/month/
MonthListView.java 119 if (Math.abs(vel) > MIN_VELOCITY_FOR_FLING) {
142 if (Math.abs(velocityY) < MULTIPLE_MONTH_VELOCITY_THRESHOLD) {
  /packages/apps/Camera/src/com/android/camera/
MosaicFrameProcessor.java 215 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
216 mDeltaY[idx] = Math.abs(translationCurrY - mTranslationLastY);
  /packages/apps/Email/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 64 long n = Math.abs(random.nextLong());
93 long n = Math.abs(random.nextLong());
  /packages/apps/Gallery2/src/com/android/camera/
MosaicFrameProcessor.java 216 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
217 mDeltaY[idx] = Math.abs(translationCurrY - mTranslationLastY);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageFlip.java 89 if (Math.abs(diffx) >= flick) {
111 if (Math.abs(diffy) >= flick) {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicFrameProcessor.java 214 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
215 mDeltaY[idx] = Math.abs(translationCurrY - mTranslationLastY);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 66 using ::abs;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 66 using ::abs;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib 70 using ::abs;
  /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);
  /cts/suite/audio_quality/test_description/processing/
calc_thd.py 25 fftData = abs(fft.fft(data * np.hanning(len(data))))

Completed in 2025 milliseconds

<<11121314151617181920>>