HomeSort by relevance Sort by last modified time
    Searched refs:abs (Results 451 - 475 of 696) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /external/v8/benchmarks/
raytrace.js 163 var d = Math.abs(this.red - color.red) + Math.abs(this.green - color.green) + Math.abs(this.blue - color.blue);
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 158 var d = Math.abs(this.red - color.red) + Math.abs(this.green - color.green) + Math.abs(this.blue - color.blue);
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 158 var d = Math.abs(this.red - color.red) + Math.abs(this.green - color.green) + Math.abs(this.blue - color.blue);
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 158 var d = Math.abs(this.red - color.red) + Math.abs(this.green - color.green) + Math.abs(this.blue - color.blue);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java     [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 534 return Math.abs(o1 - o2) < 0.001;
726 float delx = Math.abs(dx);
727 float dely = Math.abs(dy);
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 650 int x_offset = abs(screen_point.x() - start_screen_point_.x());
651 int y_offset = abs(screen_point.y() - start_screen_point_.y());
727 if (abs(MajorAxisValue(screen_point, attached_tabstrip_) -
    [all...]
  /external/llvm/lib/Target/ARM/
ARMMCCodeEmitter.cpp     [all...]
  /external/opencv/cv/src/
cvhough.cpp 384 rv = r * sinTable[(int) (abs( ti2 ))] - r0;
661 good_line = abs(line_end[1].x - line_end[0].x) >= lineLength ||
662 abs(line_end[1].y - line_end[0].y) >= lineLength;
    [all...]
cvstereogc.cpp 113 state2->smoothnessR[i] = MIN(abs(i-CUTOFF), state2->interactionRadius);
117 int diff = abs(i - 255);
237 weight = abs(v->weight);
cvsmooth.cpp     [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 649 if ((int) Math.abs(deltaY) > mTouchSlop && mSwipeGestureType == GESTURE_NONE) {
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp 121 return abs(sreg1 - sreg2) == 1;
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 334 abs(old_start - new_start)),
  /external/chromium/chrome/common/
metrics_helpers.cc 506 std::abs(amount));
  /external/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 42 vabs.s32 q12, q14 ;get abs(filer_parameters)
258 vabs.s32 q12, q14 ;get abs(filer_parameters)
  /external/opencv/cvaux/src/
cvscanlines.cpp 196 dx = abs( x1 - x2 ) + 1;
197 dy = abs( y1 - y2 ) + 1;
239 dx = abs( x1 - x2 ) + 1;
240 dy = abs( y1 - y2 ) + 1;
    [all...]
  /external/proguard/src/proguard/classfile/editor/
ClassReferenceFixer.java 513 name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()));
  /external/qemu/android/camera/
camera-capture-windows.c 281 abs(wcd->frame_bitmap->bmiHeader.biHeight) != frame_height) {
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 215 #define SDL_abs abs
  /external/skia/src/pdf/
SkPDFDevice.cpp 503 bitmap.setConfig(SkBitmap::kNo_Config, abs(size.fWidth),
504 abs(size.fHeight));
506 bitmap.setConfig(SkBitmap::kNo_Config, abs(contentSize.fWidth),
507 abs(contentSize.fHeight));
    [all...]
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-compare-results.js 303 var statisticallySignificant = (Math.abs(t) > tDist(df+1));
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 595 if ((currentRate > 0 && time >= m_seekTo) || (currentRate < 0 && time <= m_seekTo) || (abs(m_seekTo - time) <= smallSeekDelta)) {
  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.cpp 158 int physicalExtent = abs(physicalEnd - physicalStart);

Completed in 917 milliseconds

<<11121314151617181920>>