OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs
(Results
451 - 475
of
701
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
BinaryDictInputOutput.java
319
} else if (Math.
abs
(address) < 0x100) {
321
} else if (Math.
abs
(address) < 0x10000) {
637
final int bigramShift = writeVariableAddress(buffer, index, Math.
abs
(offset));
[
all
...]
/external/webkit/Source/WebKit/android/nav/
CachedFrame.cpp
247
abs
(bestData.mSideDistance) <
abs
(testData.mSideDistance))) {
252
abs
(testData.mSideDistance) <
abs
(bestData.mSideDistance)))
[
all
...]
/frameworks/base/core/java/android/text/
Layout.java
[
all
...]
/frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp
274
static int
abs
(int value) {
function in class:android::GLTest
293
if (r >= 0 &&
abs
(r - int(pixel[0])) > tolerance) {
296
if (g >= 0 &&
abs
(g - int(pixel[1])) > tolerance) {
302
if (b >= 0 &&
abs
(b - int(pixel[2])) > tolerance) {
308
if (a >= 0 &&
abs
(a - int(pixel[3])) > tolerance) {
[
all
...]
/frameworks/base/core/java/android/widget/
AbsListView.java
[
all
...]
StackView.java
649
if ((int) Math.
abs
(deltaY) > mTouchSlop && mSwipeGestureType == GESTURE_NONE) {
[
all
...]
/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/MCTargetDesc/
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
...]
/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) {
Completed in 1846 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>