Searched
refs:abs (Results
1326 -
1350 of
1796) sorted by null
<<51525354555657585960>>
/external/eigen/blas/ |
dtpsv.f | 81 * ( 1 + ( n - 1 )*abs( INCX ) ).
|
stbmv.f | 118 * ( 1 + ( n - 1 )*abs( INCX ) ).
|
stpmv.f | 78 * ( 1 + ( n - 1 )*abs( INCX ) ).
|
stpsv.f | 81 * ( 1 + ( n - 1 )*abs( INCX ) ).
|
zhpr.f | 47 * ( 1 + ( n - 1 )*abs( INCX ) ).
|
ztbmv.f | 118 * ( 1 + ( n - 1 )*abs( INCX ) ).
|
ztpmv.f | 78 * ( 1 + ( n - 1 )*abs( INCX ) ).
|
ztpsv.f | 81 * ( 1 + ( n - 1 )*abs( INCX ) ).
|
/external/eigen/test/ |
geo_transformations.cpp | 158 while (internal::abs(a)<Scalar(0.1)) 252 if (internal::abs(v21[k])<Scalar(1e-3)) v21[k] = Scalar(1e-3);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 160 if (abs(v - p_src[col + i * pitch]) > flimit) 185 if (abs(v - p_src[col + i]) > flimit)
|
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blit.c | 444 const int srcW = abs(srcX1 - srcX0); 445 const int srcH = abs(srcY1 - srcY0);
|
/external/opencv/cv/src/ |
cvapprox.cpp | 640 dist = abs((pt.y - start_pt.y) * dx - (pt.x - start_pt.x) * dy); 693 dist = abs((pt.x - start_pt.x)*dy - (pt.y - start_pt.y)*dx);
|
/external/tcpdump/ |
print-icmp6.c | 61 #ifndef abs 62 #define abs(a) ((0 < (a)) ? (a) : -(a)) macro [all...] |
/external/v8/test/mjsunit/ |
undeletable-functions.js | 60 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor", "log",
|
/frameworks/base/core/java/android/widget/ |
Gallery.java | 594 int childClosestEdgeDistance = Math.min(Math.abs(child.getLeft() - galleryCenter), 595 Math.abs(child.getRight() - galleryCenter)); [all...] |
RemoteViewsAdapter.java | 689 int dist = Math.abs(i-pos); 720 if (Math.abs(position - center) < mMaxCountSlack) { [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
GlobalScreenshot.java | 447 dims[0] = Math.abs(dims[0]); 448 dims[1] = Math.abs(dims[1]);
|
/frameworks/base/services/java/com/android/server/accessibility/ |
ScreenMagnifier.java | 551 if (Math.abs(deltaScale) > SCALING_THRESHOLD) { 709 if (Math.abs(distance) > mTapDistanceSlop) { [all...] |
/hardware/invensense/60xx/mlsdk/mlutils/ |
mputest.c | 423 if ( abs(packet_count - test_setup.packet_thresh) 692 if (abs(packet_count - test_setup.packet_thresh) [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/packages/apps/Gallery/src/com/android/camera/ |
ViewImage.java | 693 View normalPanel = findViewById(R.id.abs); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PhotoDataAdapter.java | 644 || Math.abs(start - mContentStart) > MIN_LOAD_COUNT) { 817 if (Math.abs(i - mCurrentIndex) > 1) { [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES11Canvas.java | 580 return Math.abs(matrix[MSKEW_X]) > eps 581 || Math.abs(matrix[MSKEW_Y]) > eps [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 563 while abs(s - lasts) > F(1, 10**9): 576 while abs(s - lasts) > F(1, 10**9):
|
Completed in 1094 milliseconds
<<51525354555657585960>>