HomeSort by relevance Sort by last modified time
    Searched refs:abs (Results 501 - 525 of 1796) sorted by null

<<21222324252627282930>>

  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 120 boolean abs = false;
146 abs = true;
167 pkgpriv, false/*isPrivate*/, stat, iface, abs, true/*isOrdinaryClass*/,
280 boolean abs = false;
306 abs = true;
324 stat, false/*isSynthetic*/, abs/*isAbstract*/, syn, false/*isNative*/,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_print.c 239 if (src.Abs)
247 if (src.Abs && !trivial_negate)
255 if (src.Abs && trivial_negate)
405 const char* abs = inst->RGB.Arg[arg].Abs ? "|" : ""; local
407 fprintf(f, ", %s%ssrc", neg, abs);
416 abs);
440 const char* abs = inst->Alpha.Arg[arg].Abs ? "|" : ""; local
442 fprintf(f, ", %s%ssrc", neg, abs);
    [all...]
  /external/stlport/stlport/stl/
_cmath.h 20 * declaration. cmath have abs overloads and cstdlib a using directive
340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
424 inline double abs(double __x) function
427 _STLP_DEF_MATH_INLINE(abs, fabs)
428 # else // __MVS__ has native long double abs?
429 inline float abs(float __x) { return ::fabsf(__x); }
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
525 * problem we provide all abs overload before the 'using' call.
526 * Beware: This header inclusion has to be after all abs overload of this file
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 239 float pull = Math.abs(drag) + Math.abs(span) + 1f;
240 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull;
310 float stretch = Math.abs((target - actual) / mMaximumStretch);
449 final float pull = Math.abs(ev.getY() - mInitialTouchY);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
eval.pass.cpp 88 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001);
138 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001);
188 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001);
238 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001);
288 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001);
338 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 20 * declaration. cmath have abs overloads and cstdlib a using directive
340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
424 inline double abs(double __x) function
427 _STLP_DEF_MATH_INLINE(abs, fabs)
428 # else // __MVS__ has native long double abs?
429 inline float abs(float __x) { return ::fabsf(__x); }
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
525 * problem we provide all abs overload before the 'using' call.
526 * Beware: This header inclusion has to be after all abs overload of this file
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 281 long duration = (long) (Math.abs(distance) * 1000 / Math.abs(velocity));
444 if (Math.abs(diff) > (mHorizontal ? downView.getHeight() : downView.getWidth()) / 2) {
457 if (mAnimator == null && Math.abs(velocity) > mFlingVelocity / 2) {
474 return 1 - (float) Math.abs(distance) / (mHorizontal ? v.getHeight() : v.getWidth());
515 int oscroll = Math.abs(mPullValue);
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 310 if (Math.abs(dx) > mTouchSlop) {
346 if (Math.abs(dx) > mTouchSlop) {
368 if (Math.abs(velocity) > mFlingVelocity) { // TODO
390 final int allowOverhang = Math.abs(deltaX);
423 edge.onPull((float) Math.abs(deltaX) / getWidth());
552 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity()));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 20 * declaration. cmath have abs overloads and cstdlib a using directive
340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
424 inline double abs(double __x) function
427 _STLP_DEF_MATH_INLINE(abs, fabs)
428 # else // __MVS__ has native long double abs?
429 inline float abs(float __x) { return ::fabsf(__x); }
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
525 * problem we provide all abs overload before the 'using' call.
526 * Beware: This header inclusion has to be after all abs overload of this file
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 20 * declaration. cmath have abs overloads and cstdlib a using directive
340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
424 inline double abs(double __x) function
427 _STLP_DEF_MATH_INLINE(abs, fabs)
428 # else // __MVS__ has native long double abs?
429 inline float abs(float __x) { return ::fabsf(__x); }
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
525 * problem we provide all abs overload before the 'using' call.
526 * Beware: This header inclusion has to be after all abs overload of this file
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 20 * declaration. cmath have abs overloads and cstdlib a using directive
340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
424 inline double abs(double __x) function
427 _STLP_DEF_MATH_INLINE(abs, fabs)
428 # else // __MVS__ has native long double abs?
429 inline float abs(float __x) { return ::fabsf(__x); }
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
525 * problem we provide all abs overload before the 'using' call.
526 * Beware: This header inclusion has to be after all abs overload of this file
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 20 * declaration. cmath have abs overloads and cstdlib a using directive
340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
424 inline double abs(double __x) function
427 _STLP_DEF_MATH_INLINE(abs, fabs)
428 # else // __MVS__ has native long double abs?
429 inline float abs(float __x) { return ::fabsf(__x); }
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
525 * problem we provide all abs overload before the 'using' call.
526 * Beware: This header inclusion has to be after all abs overload of this file
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 20 * declaration. cmath have abs overloads and cstdlib a using directive
340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
424 inline double abs(double __x) function
427 _STLP_DEF_MATH_INLINE(abs, fabs)
428 # else // __MVS__ has native long double abs?
429 inline float abs(float __x) { return ::fabsf(__x); }
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
525 * problem we provide all abs overload before the 'using' call.
526 * Beware: This header inclusion has to be after all abs overload of this file
    [all...]
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 123 float deltaXAbs = Math.abs(deltaX);
148 float deltaXAbs = Math.abs(deltaX);
239 float fraction = Math.abs(deltaX) / view.getWidth();
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
quat.js 245 out[3] = -Math.sqrt(Math.abs(1.0 - x * x - y * y - z * z));
290 if (Math.abs(cosHalfTheta) >= 1.0) {
303 if (Math.abs(sinHalfTheta) < 0.001) {
  /external/chromium_org/content/browser/android/
edge_effect.cc 171 float abs_delta_distance = std::abs(delta_distance);
173 float distance = std::abs(pull_distance_);
224 dpi_scale_ * Clamp(std::abs(velocity), kMinVelocity, kMaxVelocity);
  /external/chromium_org/v8/src/
math.js 36 var $abs = MathAbs;
248 // (1) abs(x) > 2^27 for all x in S.
249 // (2) abs(multiple) != 0 since (2^27 * inverse_pi_half_s26) > 1
254 // (5) The subtraction results in x' so that abs(x') <= abs(x)*pi/4.
331 "abs", MathAbs,
  /external/eigen/Eigen/src/SparseCore/
AmbiVector.h 307 while (m_currentEl>=0 && internal::abs(llElements[m_currentEl].value)<=m_epsilon)
333 } while (m_cachedIndex<m_vector.m_end && internal::abs(m_vector.m_buffer[m_cachedIndex])<m_epsilon);
344 } while (m_currentEl>=0 && internal::abs(llElements[m_currentEl].value)<m_epsilon);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderLuminance.java 190 result[0] = oneMinusFactor * materialColor[0] + textureIntensity * Math.abs(materialColor[0] - color[0]);
191 result[1] = oneMinusFactor * materialColor[1] + textureIntensity * Math.abs(materialColor[1] - color[1]);
192 result[2] = oneMinusFactor * materialColor[2] + textureIntensity * Math.abs(materialColor[2] - color[2]);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimationFactory.java 282 float delta = Math.max(Math.abs(x - prevRot.eulerAngles.x), Math.abs(y - prevRot.eulerAngles.y));
283 delta = Math.max(delta, Math.abs(z - prevRot.eulerAngles.z));
  /external/replicaisland/src/com/replica/replicaisland/
PatrolComponent.java 133 if (Math.abs(horizontalDelta) < closestDistance) {
209 Math.abs(parentObject.getCenteredPositionX() - camera.getFocusPositionX());
211 Math.abs(parentObject.getCenteredPositionY() - camera.getFocusPositionY());
  /libcore/luni/src/main/java/java/math/
Conversion.java 76 int resLengthInChars = (int) (val.abs().bitLength() / bitsForRadixDigit + ((sign < 0) ? 1
430 int bitLen = val.abs().bitLength();
434 long lVal = val.abs().shiftRight(delta).longValue();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 268 def _cmp(a, b, sh, abs=abs, cmp=cmp):
270 return not abs(cmp(a, b, sh))
ntpath.py 487 abs = abspath(normpath(path))
488 prefix, rest = splitunc(abs)
491 prefix, rest = splitdrive(abs)

Completed in 1467 milliseconds

<<21222324252627282930>>