OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs
(Results
326 - 350
of
2381
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/apps/CameraITS/tests/scene1/
test_exposure.py
83
assert(
abs
(m) < THRESHOLD_MAX_ABS_GRAD)
87
assert(
abs
(v - b) < THRESHOLD_MAX_OUTLIER_DIFF)
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ExternalVideoSurfaceContainerTest.java
46
if (Math.
abs
(rect.width() - widthCss) < epsilon
47
&& Math.
abs
(rect.height() - heightCss) < epsilon) {
/external/chromium_org/ash/touch/
touchscreen_util.cc
61
if (std::
abs
(native_size.width() - devices[i].size.width()) <= 1 &&
62
std::
abs
(native_size.height() - devices[i].size.height()) <= 1) {
/external/chromium_org/third_party/WebKit/Source/platform/mac/
WebFontCache.mm
88
int chosenWeightDeltaMagnitude =
abs
(chosenWeight - desiredWeight);
89
int candidateWeightDeltaMagnitude =
abs
(candidateWeight - desiredWeight);
93
return
abs
(candidateWeight - 6) >
abs
(chosenWeight - 6);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_loopfilter_filters.c
27
mask |= (
abs
(p3 - p2) > limit) * -1;
28
mask |= (
abs
(p2 - p1) > limit) * -1;
29
mask |= (
abs
(p1 - p0) > limit) * -1;
30
mask |= (
abs
(q1 - q0) > limit) * -1;
31
mask |= (
abs
(q2 - q1) > limit) * -1;
32
mask |= (
abs
(q3 - q2) > limit) * -1;
33
mask |= (
abs
(p0 - q0) * 2 +
abs
(p1 - q1) / 2 > blimit) * -1;
43
mask |= (
abs
(p1 - p0) > thresh) * -1;
44
mask |= (
abs
(q1 - q0) > thresh) * -1
[
all
...]
/external/chromium_org/ui/gfx/geometry/
rect.cc
27
set_width(std::
abs
(r.right - r.left));
28
set_height(std::
abs
(r.bottom - r.top));
/external/eigen/Eigen/src/LU/
Inverse.h
58
using std::
abs
;
60
invertible =
abs
(determinant) > absDeterminantThreshold;
102
using std::
abs
;
105
invertible =
abs
(determinant) > absDeterminantThreshold;
172
using std::
abs
;
179
invertible =
abs
(determinant) > absDeterminantThreshold;
257
using std::
abs
;
259
invertible =
abs
(determinant) > absDeterminantThreshold;
/external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h
223
using std::
abs
;
225
RealScalar premultiplied_threshold =
abs
(m_maxpivot) * threshold();
228
result += (
abs
(m_qr.coeff(i,i)) > premultiplied_threshold);
402
using std::
abs
;
405
return
abs
(m_qr.diagonal().prod());
425
using std::
abs
;
497
if(
abs
(beta) > m_maxpivot) m_maxpivot =
abs
(beta);
FullPivHouseholderQR.h
220
using std::
abs
;
222
RealScalar premultiplied_threshold =
abs
(m_maxpivot) * threshold();
225
result += (
abs
(m_qr.coeff(i,i)) > premultiplied_threshold);
387
using std::
abs
;
390
return
abs
(m_qr.diagonal().prod());
410
using std::
abs
;
472
if(
abs
(beta) > m_maxpivot) m_maxpivot =
abs
(beta);
/external/eigen/Eigen/src/SparseLU/
SparseLU_pivotL.h
40
* (1) Compute thresh = u * max_(i>=j)
abs
(A_ij);
41
* (2) IF user specifies pivot row k and
abs
(A_kj) >= thresh THEN
43
* ELSE IF
abs
(A_jj) >= thresh THEN
72
// Determine the largest
abs
numerical value for partial pivoting
80
rtemp = std::
abs
(lu_col_ptr[isub]);
104
rtemp = std::
abs
(lu_col_ptr[diag]);
/external/eigen/test/
inverse.cpp
16
using std::
abs
;
68
VERIFY_IS_MUCH_SMALLER_THAN(
abs
(det-m3.determinant()), RealScalar(1));
/external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h
67
using std::
abs
;
94
h = eps *
abs
(x[j]);
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter_filters.c
27
mask |= (
abs
(p3 - p2) > limit) * -1;
28
mask |= (
abs
(p2 - p1) > limit) * -1;
29
mask |= (
abs
(p1 - p0) > limit) * -1;
30
mask |= (
abs
(q1 - q0) > limit) * -1;
31
mask |= (
abs
(q2 - q1) > limit) * -1;
32
mask |= (
abs
(q3 - q2) > limit) * -1;
33
mask |= (
abs
(p0 - q0) * 2 +
abs
(p1 - q1) / 2 > blimit) * -1;
43
mask |= (
abs
(p1 - p0) > thresh) * -1;
44
mask |= (
abs
(q1 - q0) > thresh) * -1
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
EnemyAnimationComponent.java
80
} else if (Math.
abs
(velocityX) > 0.0f) {
101
} else if (Math.
abs
(velocityX) == 0.0f) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
268
if (Math.
abs
(delta) > mPagingTouchSlop) {
331
(int) (Math.
abs
(newPos - getTranslation(animView)) * 1000f / Math
332
.
abs
(velocity))
417
float absDelta = Math.
abs
(delta);
448
Math.
abs
(getTranslation(mCurrAnimView)) > 0.4 * getSize(mCurrAnimView);
449
boolean childSwipedFastEnough = (Math.
abs
(velocity) > escapeVelocity) &&
450
(Math.
abs
(velocity) > Math.
abs
(perpendicularVelocity)) &&
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter_filters.c
27
mask |= (
abs
(p3 - p2) > limit) * -1;
28
mask |= (
abs
(p2 - p1) > limit) * -1;
29
mask |= (
abs
(p1 - p0) > limit) * -1;
30
mask |= (
abs
(q1 - q0) > limit) * -1;
31
mask |= (
abs
(q2 - q1) > limit) * -1;
32
mask |= (
abs
(q3 - q2) > limit) * -1;
33
mask |= (
abs
(p0 - q0) * 2 +
abs
(p1 - q1) / 2 > blimit) * -1;
43
mask |= (
abs
(p1 - p0) > thresh) * -1;
44
mask |= (
abs
(q1 - q0) > thresh) * -1
[
all
...]
/packages/apps/Browser/src/com/android/browser/
UrlBarAutoShowManager.java
121
float ady = Math.
abs
(dy);
122
float adx = Math.
abs
(event.getX() - mStartTouchX);
/packages/apps/DeskClock/src/com/android/deskclock/
VerticalViewPager.java
93
final float xDiff = Math.
abs
(x - mLastMotionX);
94
final float yDiff = Math.
abs
(y - mLastMotionY);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DragListener.java
36
float alpha = 1.0f - (Math.
abs
(translation)
40
alpha = 1.0f - (Math.
abs
(translation)
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java
136
final int xDiff = (int) Math.
abs
(x - mLastMotionX);
137
final int yDiff = (int) Math.
abs
(y - mLastMotionY);
SmoothPagedView.java
132
final int screenDelta = Math.max(1, Math.
abs
(whichPage - mCurrentPage));
147
velocity = Math.
abs
(velocity);
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWithDraggableItems.java
140
final int xDiff = (int) Math.
abs
(x - mLastMotionX);
141
final int yDiff = (int) Math.
abs
(y - mLastMotionY);
SmoothPagedView.java
129
final int screenDelta = Math.max(1, Math.
abs
(whichPage - mCurrentPage));
144
velocity = Math.
abs
(velocity);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
SimpleScrollAdapterTransform.java
52
int absDistance = Math.
abs
(distanceFromCenter) + Math.
abs
(distanceFromCenter2ndAxis);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewProgressController.java
102
final long diff = Math.
abs
(System.currentTimeMillis() - mLoadingShownTime);
111
}, Math.
abs
(sMinShowTime - diff));
Completed in 621 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>