| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | disasm.c | 105 print_source_scalar(unsigned reg, const char *special, bool abs, bool neg, FILE *fp) in print_source_scalar() argument 89 print_vector_source(ppir_codegen_vec4_reg reg, const char *special, uint8_t swizzle, bool abs, bool neg, FILE *fp) print_vector_source() argument
|
| /third_party/python/Python/ |
| H A D | thread_pthread.h | 160 _PyThread_cond_after(long long us, struct timespec *abs) in _PyThread_cond_after() argument 654 struct timespec abs; in PyThread_acquire_lock_timed() local [all...] |
| /third_party/skia/include/private/ |
| H A D | SkNx_neon.h | 103 AI SkNx abs() const { return vabs_f32(fVec); } in abs() function in __anon18470::SkNx 216 AI SkNx abs() const { return vabsq_f32(fVec); } in abs() function in __anon18470::SkNx 548 AI SkNx abs() const { return vabsq_s32(fVec); } in abs() function in __anon18470::SkNx
|
| H A D | SkNx.h | 113 AI SkNx abs() const { return { fLo. abs(), fHi. abs() }; } in abs() function 221 AI SkNx abs() const { return Abs(fVal); } in abs() function
|
| H A D | SkNx_sse.h | 93 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs() function in __anon18480::SkNx 184 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs() function in __anon18480::SkNx 281 AI SkNx abs() const { in abs() function in __anon18480::SkNx
|
| /third_party/decimal.js/ |
| H A D | decimal.js | 3990 function abs(x) { global() function [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_vecmathlib_avx2_8.h | 817 ASTCENC_SIMD_INLINE vfloat8 abs(vfloat8 a) in abs() function
|
| H A D | astcenc_vecmathlib_sse_4.h | 818 ASTCENC_SIMD_INLINE vfloat4 abs(vfloat4 a) in abs() function
|
| H A D | astcenc_vecmathlib_neon_4.h | 775 ASTCENC_SIMD_INLINE vfloat4 abs(vfloat4 a) in abs() function
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_rtld.c | 699 uint64_t abs = symbol + addend; in apply_relocs() local [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_builder.cpp | 275 abs(operand a) in abs() function
|
| /third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec_h265.c | 302 unsigned sign, abs; in st_ref_pic_set() local
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | i965_gram.y | 2224 abs: label
|
| /third_party/libinput/test/ |
| H A D | test-utils.c | 739 struct input_absinfo abs; in START_TEST() local
|
| /third_party/libinput/tools/ |
| H A D | libinput-debug-tablet.c | 73 } abs; member 143 const struct input_absinfo *abs; in normalize() local [all...] |
| /third_party/libinput/src/ |
| H A D | evdev-fallback.h | 100 } abs; member
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_private.h | 54 uint8_t abs : 1; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_expr.cpp | 52 void convert_to_mov(alu_node &n, value *src, bool neg, bool abs) { in convert_to_mov() argument [all...] |
| /third_party/python/Lib/ |
| H A D | operator.py | 71 def abs(a): function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
| H A D | wasm-runtime.cpp | |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | nanobenchmark.cc | 449 const int64_t abs = std::abs(int64_t(values[i]) - int64_t(median)); in MedianAbsoluteDeviation() local
|
| /third_party/vk-gl-cts/modules/gles3/scripts/ |
| H A 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): global() member in UVec2 570 def abs(self): global() member in Vec3 620 def abs(self): global() member in UVec3 684 def abs(self): global() member in Vec4 734 def abs(self): global() member in UVec4 [all...] |
| /third_party/vk-gl-cts/modules/gles31/scripts/ |
| H A 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): global() member in UVec2 572 def abs(self): global() member in Vec3 622 def abs(self): global() member in UVec3 686 def abs(self): global() member in Vec4 736 def abs(self): global() member in UVec4 [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
| H A D | BigDecimal.java | 956 public com.ibm.icu.math.BigDecimal abs() { in abs() method in BigDecimal 972 public com.ibm.icu.math.BigDecimal abs(com.ibm.icu.math.MathContext set) { in abs() method in BigDecimal
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
| H A D | BigDecimal.java | 935 public ohos.global.icu.math.BigDecimal abs() { in abs() method in BigDecimal 950 public ohos.global.icu.math.BigDecimal abs(ohos.global.icu.math.MathContext set) { in abs() method in BigDecimal
|