Home
last modified time | relevance | path

Searched defs:abs (Results 51 - 75 of 152) sorted by relevance

1234567

/third_party/mesa3d/src/freedreno/ir2/
H A Ddisasm-a2xx.c73 print_srcreg(uint32_t num, uint32_t type, uint32_t swiz, uint32_t negate, uint32_t abs) print_srcreg() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_atomics.c200 struct active_atomic_buffer *abs = in gl_nir_link_assign_atomic_counter_resources() local
310 struct active_atomic_buffer *abs = in gl_nir_link_check_atomic_counter_resources() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.h65 nir_ssa_def *abs = nir_fabs(b, vec); in nir_fmax_abs_vec_comp() local
H A Dnir_conversion_builder.h137 nir_ssa_def *abs = nir_iabs(b, src); in nir_round_int_to_float() local
/third_party/libevdev/libevdev/
H A Dlibevdev-uinput.c49 const struct input_absinfo *abs = libevdev_get_abs_info(dev, code); in set_abs() local
115 const struct input_absinfo *abs = in set_evbits() local
/third_party/libevdev/tools/
H A Dlibevdev-tweak-device.c308 struct input_absinfo abs; in set_abs() local
365 struct input_absinfo abs; set_resolution() local
[all...]
/third_party/libinput/test/
H A Dtest-misc.c60 struct input_absinfo abs = { in create_simple_test_device() local
810 const struct input_absinfo *abs; in START_TEST() local
[all...]
H A Dtest-touch.c95 struct input_absinfo abs[] = { in START_TEST() local
215 struct input_absinfo abs[] = { in START_TEST() local
H A Dtest-device.c1222 const struct input_absinfo abs[] = { in START_TEST() local
1262 const struct input_absinfo abs[] = { in START_TEST() local
1303 const struct input_absinfo abs[] = { in START_TEST() local
/third_party/libinput/src/
H A Dutil-prop-parsers.c498 parse_evdev_abs_prop(const char *prop, struct input_absinfo *abs) in parse_evdev_abs_prop() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_asm.h81 unsigned abs:1; /* absolute (remove sign) if set */ member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A 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
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp288 auto abs = Abs(src.Float(i)); in EmitUnaryOp() local
/third_party/python/Modules/
H A Dgetpath.c69 wchar_t *abs; variable
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp42 inline float abs (float f) { return deFloatAbs(f); } in abs() function
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_none_4.h859 ASTCENC_SIMD_INLINE vfloat4 abs(vfloat4 a) in abs() function
/third_party/mesa3d/android/
H A Dmesa3d_cross.mk
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c351 nir_ssa_def *abs = nir_fabs(nb, src[0]); in handle_glsl450_alu() local
376 nir_ssa_def *abs = nir_fabs(nb, src[0]); in handle_glsl450_alu() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_print_ir.cpp666 bool* const abs = (bool*)alloca(num_operands * sizeof(bool)); in aco_print_instr() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dtest_eu_validate.cpp1164 bool neg, abs, sat; in TEST_P() member
H A Dbrw_reg.h222 unsigned abs:1; /* source only */ member
395 brw_reg(enum brw_reg_file file, unsigned nr, unsigned subnr, unsigned negate, unsigned abs, enum brw_reg_type type, unsigned vstride, unsigned width, unsigned hstride, unsigned swizzle, unsigned writemask) brw_reg() argument
/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
/third_party/decimal.js/
H A Ddecimal.js3990 function abs(x) { global() function
[all...]

Completed in 29 milliseconds

1234567