OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs
(Results
876 - 900
of
1796
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/ash/touch/
touch_uma.cc
329
distance =
abs
(lastpos.x() - event.x()) +
abs
(lastpos.y() - event.y());
/external/chromium_org/ash/wm/overview/
window_overview.cc
182
if (windows > 2 &&
abs
(change) == windows - 1) {
191
abs
(change) == 1) {
/external/chromium_org/ash/wm/
window_positioner.cc
540
if (
abs
(pos.right() - work_area.right()) < grid)
542
if (
abs
(pos.bottom() - work_area.bottom()) < grid)
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_transform.js
337
} else if (yBetween && Math.
abs
(x - bounds.left) <= R) {
339
} else if (yBetween && Math.
abs
(x - bounds.right) <= R) {
341
} else if (xBetween && Math.
abs
(y - bounds.top) <= R) {
343
} else if (xBetween && Math.
abs
(y - bounds.bottom) <= R) {
/external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc
428
int dx = std::
abs
(x - nearest_x);
429
int dy = std::
abs
(y - nearest_y);
/external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_gtk.cc
46
std::
abs
(x - last_click_x) > double_click_distance ||
47
std::
abs
(y - last_click_y) > double_click_distance;
web_input_event_builders_win.cc
267
(
abs
(last_click_position_x - result.x) >
269
|| (
abs
(last_click_position_y - result.y) >
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
InsertionHandleTest.java
328
return (Math.
abs
(handle.getPositionX() - x) < HANDLE_POSITION_TOLERANCE) &&
329
(Math.
abs
(handle.getPositionY() - VERTICAL_OFFSET - y) < HANDLE_POSITION_TOLERANCE);
SelectionHandleTest.java
288
return (Math.
abs
(position.x - x) < HANDLE_POSITION_X_TOLERANCE_PIX) &&
289
(Math.
abs
(position.y - y) < HANDLE_POSITION_Y_TOLERANCE_PIX);
/external/chromium_org/content/renderer/input/
input_handler_proxy.cc
355
std::
abs
(params.accumulated_overscroll.x()) >=
358
std::
abs
(params.accumulated_overscroll.y()) >=
/external/chromium_org/remoting/host/
input_injector_linux.cc
364
abs
(ticks_y));
377
abs
(ticks_x));
/external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryGtk.cpp
69
||
abs
(x - gLastClickX) > doubleClickDistance
70
||
abs
(y - gLastClickY) > doubleClickDistance;
WebInputEventFactoryWin.cpp
308
(
abs
(lastClickPositionX - result.x) > (GetSystemMetrics(SM_CXDOUBLECLK) / 2))
309
|| (
abs
(lastClickPositionY - result.y) > (GetSystemMetrics(SM_CYDOUBLECLK) / 2))
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource.cc
283
int best_diff =
abs
(default_area - it->width* it->height);
285
int diff =
abs
(default_area - it->width* it->height);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp
130
op.
abs
= optokext.
abs
;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
riprel1.asm
3
default
abs
47
mov rax, [qword val] ; 48 a1 ... (64-bit disp,
ABS
)
50
a32 mov rax, [qword val] ; 67 48 a1 ... (32-bit disp,
ABS
)
55
a64 mov rax, [qword val] ; 48 a1 ... (64-bit disp,
ABS
)
/external/chromium_org/v8/test/mjsunit/
math-exp-precision.js
44
relative_diff = Math.
abs
(expected/actual - 1);
/external/clang/utils/
FindSpecRefs
640
dist =
abs
(line - target)
725
return
abs
(a-b)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java
314
deviation = Math.
abs
(deviation)<0.001 ? 0 : -deviation;
322
buffer.append(STDERR_FORMAT.format(Math.
abs
(stderr)));
/external/jmonkeyengine/engine/src/core/com/jme3/post/
FilterPostProcessor.java
385
width = (int) (w * (Math.
abs
(right - left)));
386
height = (int) (h * (Math.
abs
(bottom - top)));
/external/libvpx/libvpx/vp8/common/
mfqe.c
267
abs
(mode_info_context->mbmi.mv.as_mv.row) <= 2 &&
268
abs
(mode_info_context->mbmi.mv.as_mv.col) <= 2);
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
283
unsigned int maxv = MAX(
abs
(mv->row),
abs
(mv->col)) >> 3;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp
130
op.
abs
= optokext.
abs
;
/external/opencv/cvaux/src/
cvfindhandregion.cpp
516
j_left =
abs
( j_left - jc );
517
j_right =
abs
( j_right - jc );
/external/opencv/cxcore/src/
_cxcore.h
161
inline double
abs
(CvComplex32f a)
function
229
inline double
abs
(CvComplex64f a)
function
Completed in 1023 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>