| /external/eigen/Eigen/src/Core/ |
| D | MathFunctions.h | 23 long abs(long x) { return (labs(x)); } in abs() function 24 double abs(double x) { return (fabs(x)); } in abs() function 25 float abs(float x) { return (fabsf(x)); } in abs() function 26 long double abs(long double x) { return (fabsl(x)); } in abs() function
|
| /external/libcxx/include/ |
| D | stdlib.h | 115 inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);} in abs() function 117 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);} in abs() function
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_nir_opt_peephole_ffma.c | 72 uint8_t swizzle[4], bool *negate, bool *abs) in get_mul_for_src() 193 bool negate, abs; in brw_nir_opt_peephole_ffma_block() local
|
| /external/vixl/examples/aarch64/ |
| D | abs.cc | 52 Label abs; in main() local
|
| /external/clang/test/CodeGen/ |
| D | pr9614.c | 8 inline __attribute__ ((__always_inline__)) int abs (int x) { in abs() function
|
| /external/vixl/examples/aarch32/ |
| D | abs.cc | 47 Label abs; in main() local
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 47 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } in abs() function 48 __DEVICE__ long abs(long __n) { return ::labs(__n); } in abs() function 49 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() function 50 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() function
|
| /external/swiftshader/src/Common/ |
| D | Half.cpp | 23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_normalize_cubemap_coords.c | 59 nir_ssa_def *abs = nir_fabs(b, orig_coord); in normalize_cubemap_coords_block() local
|
| /external/toybox/toys/lsb/ |
| D | umount.c | 138 char *abs = xabspath(*optargs, 0); in umount_main() local
|
| /external/syslinux/com32/include/ |
| D | stdlib.h | 16 static __inline__ int abs(int __n) in abs() function
|
| /external/deqp/modules/glshared/ |
| D | glsVertexArrayTests.cpp | 383 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
|
| /external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
| D | disasm-a3xx.c | 72 bool neg, bool abs, bool addr_rel) in print_reg() 120 bool neg, bool abs, bool addr_rel) in print_reg_src() 136 bool abs; member
|
| /external/autotest/client/site_tests/hardware_Keyboard/src/ |
| D | evtest.c | 399 int abs[5]; in do_evtest_dumpall() local 493 int abs[5]; in main() 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/mesa3d/src/compiler/glsl/ |
| D | link_atomics.cpp | 207 active_atomic_buffer *abs = in link_assign_atomic_counter_resources() local 305 active_atomic_buffer *const abs = in link_check_atomic_counter_resources() local
|
| /external/deqp/external/vulkancts/modules/vulkan/texture/ |
| D | vktSampleVerifierUtil.hpp | 163 tcu::Vector<float, Size> abs (const tcu::Vector<float, Size>& v) in abs() function
|
| /external/eigen/blas/f2c/ |
| D | datatypes.h | 17 #define abs(x) ((x) >= 0 ? (x) : -(x)) macro
|
| /external/deqp/modules/gles31/scripts/ |
| D | genutil.py | 224 def abs(a): return a.abs() member in GenMath 296 def abs(self): member in Scalar 346 def abs(self): member in Uint 455 def abs(self): member in Vec2 504 def abs(self): member in UVec2 572 def abs(self): member in Vec3 622 def abs(self): member in UVec3 686 def abs(self): member in Vec4 736 def abs(self): member in UVec4
|
| /external/deqp/modules/gles3/scripts/ |
| D | genutil.py | 224 def abs(a): return a.abs() member in GenMath 296 def abs(self): member in Scalar 344 def abs(self): member in Uint 453 def abs(self): member in Vec2 502 def abs(self): member in UVec2 570 def abs(self): member in Vec3 620 def abs(self): member in UVec3 684 def abs(self): member in Vec4 734 def abs(self): member in UVec4
|
| /external/kernel-headers/original/uapi/linux/ |
| D | virtio_input.h | 65 struct virtio_input_absinfo abs; member
|
| /external/deqp/framework/common/ |
| D | tcuInterval.cpp | 143 Interval abs (const Interval& x) in abs() function
|
| /external/python/cpython2/Lib/ |
| D | filecmp.py | 268 def _cmp(a, b, sh, abs=abs, cmp=cmp): argument
|
| /external/webrtc/webrtc/modules/video_capture/ |
| D | device_info_impl.cc | 19 #define abs(a) (a>=0?a:-a) macro
|
| /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
|