Home
last modified time | relevance | path

Searched defs:abs (Results 76 - 100 of 156) sorted by relevance

1234567

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c105 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 Dthread_pthread.h160 _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 DSkNx_neon.h103 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 DSkNx.h113 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 DSkNx_sse.h93 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 Ddecimal.js3990 function abs(x) { global() function
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h817 ASTCENC_SIMD_INLINE vfloat8 abs(vfloat8 a) in abs() function
H A Dastcenc_vecmathlib_sse_4.h818 ASTCENC_SIMD_INLINE vfloat4 abs(vfloat4 a) in abs() function
H A Dastcenc_vecmathlib_neon_4.h775 ASTCENC_SIMD_INLINE vfloat4 abs(vfloat4 a) in abs() function
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.c699 uint64_t abs = symbol + addend; in apply_relocs() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp275 abs(operand a) in abs() function
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c302 unsigned sign, abs; in st_ref_pic_set() local
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y2224 abs: label
/third_party/libinput/test/
H A Dtest-utils.c739 struct input_absinfo abs; in START_TEST() local
/third_party/libinput/tools/
H A Dlibinput-debug-tablet.c73 } abs; member
143 const struct input_absinfo *abs; in normalize() local
[all...]
/third_party/libinput/src/
H A Devdev-fallback.h100 } abs; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h54 uint8_t abs : 1; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp52 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 Doperator.py71 def abs(a): function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc449 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 Dgenutil.py224 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 Dgenutil.py224 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 DBigDecimal.java956 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 DBigDecimal.java935 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

Completed in 39 milliseconds

1234567