/external/stlport/stlport/stl/ |
D | _cstdlib.h | 113 inline int abs(int __x) { return _STLP_VENDOR_CSTD::abs(__x); } in abs() function 131 inline long abs(long __x) { return _STLP_VENDOR_CSTD::labs(__x); } in abs() function 151 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); } in abs() function 154 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return ::llabs(__x); } in abs() function 158 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; } in abs() function
|
D | _cmath.h | 424 inline double abs(double __x) in abs() function 427 _STLP_DEF_MATH_INLINE(abs, fabs) in _STLP_DEF_MATH_INLINE() argument
|
D | _valarray.h | 892 inline valarray<_Tp> abs(const valarray<_Tp>& __x) { in abs() function
|
/external/chromium/android/ |
D | prefix.h | 50 inline size_t abs(size_t x) { return x; } in abs() function
|
/external/opencv/cxcore/src/ |
D | _cxcore.h | 161 inline double abs(CvComplex32f a) in abs() function 229 inline double abs(CvComplex64f a) in abs() function
|
/external/stlport/src/ |
D | complex.cpp | 40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z) in abs() function 43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z) in abs() function 48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z) in abs() function
|
/external/skia/src/core/ |
D | SkFloat.h | 30 void abs() { fPacked = Abs(fPacked); } in abs() function
|
D | Sk64.cpp | 129 void Sk64::abs() in abs() function in Sk64
|
/external/jmonkeyengine/engine/src/android/jme3tools/android/ |
D | Fixed.java | 351 public static int abs(int n) { in abs() method in Fixed
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Eigen3f.java | 149 float abs = FastMath.abs(mat.m01); in scaleMatrix() local
|
D | FastMath.java | 561 public static float abs(float fValue) { in abs() method in FastMath
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ScrollAnimatorMac.mm | 60 static NSSize abs(NSSize size) function
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | MathExtras.h | 137 inline long long abs(long long num) { return _abs64(num); } in abs() function
|
D | AVLTree.h | 474 abs_plus_root abs; variable
|
/external/kernel-headers/original/linux/ |
D | kernel.h | 85 #define abs(x) ({ \ macro
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/ |
D | ShaderUtils.java | 102 public static final float abs(final float x) { in abs() method in ShaderUtils
|
/external/tcpdump/ |
D | print-icmp6.c | 62 #define abs(a) ((0 < (a)) ? (a) : -(a)) macro
|
/external/qemu/target-arm/ |
D | helper.c | 569 uint32_t HELPER(abs)(uint32_t x) in HELPER() argument 2722 float32 VFP_HELPER(abs, s)(float32 a) in VFP_HELPER() argument 2727 float64 VFP_HELPER(abs, d)(float64 a) in VFP_HELPER() argument
|
D | iwmmxt_helper.c | 83 #define abs(x) (((x) >= 0) ? x : -x) in HELPER() macro
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
D | jstemplate_compiled.js | 532 var abs = Math.abs; variable
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | KURLTest.cpp | 334 const char abs[] = "http://www.google.com/"; in TEST() local
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1391 APInt abs() const { in abs() function
|
/external/v8/benchmarks/ |
D | crypto.js | 660 BigInteger.prototype.abs = bnAbs; method in BigInteger
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-crypto.js | 652 BigInteger.prototype.abs = bnAbs; method in BigInteger
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-crypto.js | 652 BigInteger.prototype.abs = bnAbs; method in BigInteger
|