HomeSort by relevance Sort by last modified time
    Searched refs:abs (Results 476 - 500 of 2383) sorted by null

<<11121314151617181920>>

  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMpar.h 30 using std::abs;
128 if (abs(fp) <= Scalar(0.1) * m_delta || (parl == 0. && fp <= temp && temp < 0.) || iter == 10)
  /external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 99 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 10000);
124 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 100000);
  /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/llvm/test/MC/Mips/
mips_directives.s 53 # CHECK: abs.s $f6, $f7 # encoding: [0x46,0x00,0x39,0x85]
56 abs.s f6,FPU_MASK
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_dump.cpp 37 if(op.abs)
128 if(op.abs)
  /external/opencv/cvaux/src/
_cvvectrack.h 77 return (max(abs(p1.x - p2.x), abs(p1.y - p2.y)) < err);
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlSanitizerFuzzerTest.java 86 double d = Math.abs(rnd.nextGaussian()) / 3.0d;
91 d = Math.abs(rnd.nextGaussian()) / 3.0d;
  /external/replicaisland/src/com/replica/replicaisland/
LifetimeComponent.java 92 Math.abs(parentObject.getPosition().x - camera.getFocusPositionX());
94 Math.abs(parentObject.getPosition().y - camera.getFocusPositionY());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewScroller.java 118 return Math.abs(scroll - mLayoutAlgorithm.mMinScrollP);
120 return Math.abs(scroll - mLayoutAlgorithm.mMaxScrollP);
  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp8_fdct4x4_test.cc 99 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 10000);
124 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 100000);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
  /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/LegacyCamera/src/com/android/camera/panorama/
MosaicFrameProcessor.java 214 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
215 mDeltaY[idx] = Math.abs(translationCurrY - mTranslationLastY);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 64 long n = Math.abs(random.nextLong());
93 long n = Math.abs(random.nextLong());
  /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;

Completed in 595 milliseconds

<<11121314151617181920>>