/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
|
/external/vixl/examples/ |
D | abs.cc | 54 Label abs; in main() local
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 11 abs() const in abs() function
|
/external/chromium_org/courgette/ |
D | disassembler_elf_32_x86_unittest.cc | 50 std::set<courgette::RVA> abs(disassembler->Abs32Locations().begin(), in TestExe() local
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 403 inline GLValue::Fixed abs (GLValue::Fixed val) in abs() function 409 inline GLValue::Ubyte abs (GLValue::Ubyte val) in abs() function 415 inline GLValue::Byte abs (GLValue::Byte val) in abs() function 421 inline GLValue::Ushort abs (GLValue::Ushort val) in abs() function 427 inline GLValue::Short abs (GLValue::Short val) in abs() function 433 inline GLValue::Float abs (GLValue::Float val) in abs() function 439 inline GLValue::Uint abs (GLValue::Uint val) in abs() function 445 inline GLValue::Int abs (GLValue::Int val) in abs() function 451 inline GLValue::Half abs (GLValue::Half val) in abs() function 457 inline GLValue::Double abs (GLValue::Double val) in abs() function
|
D | glsDrawTest.cpp | 843 inline GLValue::Fixed abs (GLValue::Fixed val) in abs() function 849 inline GLValue::Ubyte abs (GLValue::Ubyte val) in abs() function 855 inline GLValue::Byte abs (GLValue::Byte val) in abs() function 861 inline GLValue::Ushort abs (GLValue::Ushort val) in abs() function 867 inline GLValue::Short abs (GLValue::Short val) in abs() function 873 inline GLValue::Float abs (GLValue::Float val) in abs() function 879 inline GLValue::Double abs (GLValue::Double val) in abs() function 885 inline GLValue::Uint abs (GLValue::Uint val) in abs() function 891 inline GLValue::Int abs (GLValue::Int val) in abs() function 897 inline GLValue::Half abs (GLValue::Half val) 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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
D | radeon_program_print.c | 405 const char* abs = inst->RGB.Arg[arg].Abs ? "|" : ""; in rc_print_pair_instruction() local 440 const char* abs = inst->Alpha.Arg[arg].Abs ? "|" : ""; in rc_print_pair_instruction() local
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_print.c | 405 const char* abs = inst->RGB.Arg[arg].Abs ? "|" : ""; in rc_print_pair_instruction() local 440 const char* abs = inst->Alpha.Arg[arg].Abs ? "|" : ""; in rc_print_pair_instruction() local
|
/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/deqp/modules/gles31/scripts/ |
D | genutil.py | 202 def abs(a): return a.abs() member in GenMath 274 def abs(self): member in Scalar 324 def abs(self): member in Uint 427 def abs(self): member in Vec2 476 def abs(self): member in UVec2 544 def abs(self): member in Vec3 594 def abs(self): member in UVec3 658 def abs(self): member in Vec4 708 def abs(self): member in UVec4
|
/external/deqp/modules/gles3/scripts/ |
D | genutil.py | 202 def abs(a): return a.abs() member in GenMath 274 def abs(self): member in Scalar 322 def abs(self): member in Uint 425 def abs(self): member in Vec2 474 def abs(self): member in UVec2 542 def abs(self): member in Vec3 592 def abs(self): member in UVec3 656 def abs(self): member in Vec4 706 def abs(self): member in UVec4
|
/external/deqp/framework/common/ |
D | tcuInterval.cpp | 143 Interval abs (const Interval& x) in abs() function
|
/external/deqp/framework/delibs/decpp/ |
D | deDefs.hpp | 36 template<typename T> inline T abs (T x) { return x < T(0) ? -x : x; } in abs() function
|
/external/chromium_org/third_party/webrtc/modules/video_capture/ |
D | device_info_impl.cc | 19 #define abs(a) (a>=0?a:-a) macro
|
/external/skia/src/core/ |
D | SkFloat.h | 28 void abs() { fPacked = Abs(fPacked); } in abs() function
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkFloat.h | 28 void abs() { fPacked = Abs(fPacked); } in abs() function
|
/external/arduino/hardware/arduino/cores/arduino/ |
D | wiring.h | 77 #define abs(x) ((x)>0?(x):-(x)) macro
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
D | CheckClassAdapter.java | 474 int abs = (access & Opcodes.ACC_ABSTRACT) == 0 ? 0 : 1; in checkAccess() local
|
/external/ceres-solver/include/ceres/ |
D | jet.h | 379 inline double abs (double x) { return std::abs(x); } in abs() function 399 Jet<T, N> abs(const Jet<T, N>& f) { in abs() function
|
/external/vixl/test/examples/ |
D | test-examples.cc | 308 TEST(abs) { in TEST() argument
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4.h | 112 bool abs; variable
|
D | brw_fs.h | 110 bool abs; variable
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_vec4.h | 112 bool abs; variable
|
D | brw_fs.h | 110 bool abs; variable
|