Home
last modified time | relevance | path

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

123

/external/vixl/examples/
Dabs.cc55 Label abs; in main() local
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h11 abs() const in abs() function
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp383 inline GLValue::Fixed abs (GLValue::Fixed val) in abs() function
389 inline GLValue::Ubyte abs (GLValue::Ubyte val) in abs() function
395 inline GLValue::Byte abs (GLValue::Byte val) in abs() function
401 inline GLValue::Ushort abs (GLValue::Ushort val) in abs() function
407 inline GLValue::Short abs (GLValue::Short val) in abs() function
413 inline GLValue::Float abs (GLValue::Float val) in abs() function
419 inline GLValue::Uint abs (GLValue::Uint val) in abs() function
425 inline GLValue::Int abs (GLValue::Int val) in abs() function
431 inline GLValue::Half abs (GLValue::Half val) in abs() function
437 inline GLValue::Double abs (GLValue::Double val) in abs() function
DglsDrawTest.cpp829 inline GLValue::Fixed abs (GLValue::Fixed val) in abs() function
835 inline GLValue::Ubyte abs (GLValue::Ubyte val) in abs() function
841 inline GLValue::Byte abs (GLValue::Byte val) in abs() function
847 inline GLValue::Ushort abs (GLValue::Ushort val) in abs() function
853 inline GLValue::Short abs (GLValue::Short val) in abs() function
859 inline GLValue::Float abs (GLValue::Float val) in abs() function
865 inline GLValue::Double abs (GLValue::Double val) in abs() function
871 inline GLValue::Uint abs (GLValue::Uint val) in abs() function
877 inline GLValue::Int abs (GLValue::Int val) in abs() function
883 inline GLValue::Half abs (GLValue::Half val) in abs() function
/external/toybox/toys/lsb/
Dumount.c138 char *abs = xabspath(*optargs, 0); in umount_main() local
/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/marisa-trie/lib/marisa/
Drank.h44 UInt32 abs() const { in abs() function
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Drank.h44 UInt32 abs() const { in abs() function
/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/eigen/blas/f2c/
Ddatatypes.h17 #define abs(x) ((x) >= 0 ? (x) : -(x)) macro
/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
433 def abs(self): member in Vec2
482 def abs(self): member in UVec2
550 def abs(self): member in Vec3
600 def abs(self): member in UVec3
664 def abs(self): member in Vec4
714 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
431 def abs(self): member in Vec2
480 def abs(self): member in UVec2
548 def abs(self): member in Vec3
598 def abs(self): member in UVec3
662 def abs(self): member in Vec4
712 def abs(self): member in UVec4
/external/jetty/src/java/org/eclipse/jetty/util/resource/
DFileResource.java194 String abs=_file.getAbsolutePath(); in getAlias() local
/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/deqp/framework/common/
DtcuInterval.cpp143 Interval abs (const Interval& x) in abs() function
/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/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java108 public double abs() { in abs() method in Complex
/external/jmonkeyengine/engine/src/android/jme3tools/android/
DFixed.java351 public static int abs(int n) { in abs() method in Fixed
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DEigen3f.java149 float abs = FastMath.abs(mat.m01); in scaleMatrix() local
/external/llvm/include/llvm/ADT/
DAPFloat.h647 inline APFloat abs(APFloat X) { in abs() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.h112 bool abs; variable
Dbrw_fs.h110 bool abs; variable
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp269 constexpr int abs(int x) { in abs() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DFraction.java289 public Fraction abs() { in abs() method in Fraction

123