HomeSort by relevance Sort by last modified time
    Searched refs:abs (Results 326 - 350 of 1768) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
WebFontCache.mm 93 int chosenWeightDeltaMagnitude = abs(chosenWeight - desiredWeight);
94 int candidateWeightDeltaMagnitude = abs(candidateWeight - desiredWeight);
98 return abs(candidateWeight - 6) > abs(chosenWeight - 6);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_dump.cpp 37 if(op.abs)
128 if(op.abs)
  /external/chromium_org/third_party/sqlite/src/test/
boundary1.tcl 143 if {abs($r)<9.22337203685477580800e+18} {
228 if {abs($r)>9223372036854775808 || [string length $r5]>15} continue
  /external/chromium_org/ui/gfx/
rect.cc 29 set_width(std::abs(r.right - r.left));
30 set_height(std::abs(r.bottom - r.top));
  /external/chromium_org/v8/test/webkit/fast/js/kde/
math.js 51 shouldBe("Math.abs(-5)", "5");
112 shouldBe("Math.abs===Math.abs", "true")
113 shouldBe("Math.abs===Math.round", "false")
  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 49 EIGEN_ARRAY_DECLARE_GLOBAL_STD_UNARY(abs,scalar_abs_op)
95 EIGEN_ARRAY_DECLARE_GLOBAL_EIGEN_UNARY(abs,scalar_abs_op)
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
HeightfieldCollisionShape.java 77 if (Math.abs(max) > Math.abs(min)) {
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingSphere.java 396 sphere.radius = FastMath.abs(getMaxAxis(trans.getScale()) * radius) + RADIUS_EPSILON - 1f;
412 sphere.radius = FastMath.abs(ax * radius) + RADIUS_EPSILON - 1f;
417 float x = FastMath.abs(scale.x);
418 float y = FastMath.abs(scale.y);
419 float z = FastMath.abs(scale.z);
693 if (FastMath.abs(bb.center.x - center.x) < getRadius()
695 && FastMath.abs(bb.center.y - center.y) < getRadius()
697 && FastMath.abs(bb.center.z - center.z) < getRadius()
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
HeightfieldCollisionShape.java 74 if (Math.abs(max) > Math.abs(min))
  /external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 104 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 10000);
129 (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/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/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/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/Camera2/src/com/android/camera/
MosaicFrameProcessor.java 216 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
217 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());
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/bigram/
bigram_list_read_write_utils.cpp 131 const uint32_t absOffest = abs(offset);
149 const uint32_t absOffest = abs(offset);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 66 using ::abs;

Completed in 1008 milliseconds

<<11121314151617181920>>