Home
last modified time | relevance | path

Searched defs:abs (Results 1 – 25 of 71) sorted by relevance

123

/external/stlport/stlport/stl/
D_cstdlib.h113 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/
Dabs.cc54 Label abs; in main() local
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h11 abs() const in abs() function
/external/chromium_org/courgette/
Ddisassembler_elf_32_x86_unittest.cc50 std::set<courgette::RVA> abs(disassembler->Abs32Locations().begin(), in TestExe() local
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp403 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
DglsDrawTest.cpp843 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.h161 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/
Dradeon_program_print.c405 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/
Dradeon_program_print.c405 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/
Dcomplex.cpp40 _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/
Dgenutil.py202 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/
Dgenutil.py202 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/
DtcuInterval.cpp143 Interval abs (const Interval& x) in abs() function
/external/deqp/framework/delibs/decpp/
DdeDefs.hpp36 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/
Ddevice_info_impl.cc19 #define abs(a) (a>=0?a:-a) macro
/external/skia/src/core/
DSkFloat.h28 void abs() { fPacked = Abs(fPacked); } in abs() function
/external/chromium_org/third_party/skia/src/core/
DSkFloat.h28 void abs() { fPacked = Abs(fPacked); } in abs() function
/external/arduino/hardware/arduino/cores/arduino/
Dwiring.h77 #define abs(x) ((x)>0?(x):-(x)) macro
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
DCheckClassAdapter.java474 int abs = (access & Opcodes.ACC_ABSTRACT) == 0 ? 0 : 1; in checkAccess() local
/external/ceres-solver/include/ceres/
Djet.h379 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/
Dtest-examples.cc308 TEST(abs) { in TEST() argument
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.h112 bool abs; variable
Dbrw_fs.h110 bool abs; variable
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_vec4.h112 bool abs; variable
Dbrw_fs.h110 bool abs; variable

123