/third_party/mesa3d/src/freedreno/ir2/ |
H A D | disasm-a2xx.c | 73 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 D | gl_nir_link_atomics.c | 200 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 D | nir_builtin_builder.h | 65 nir_ssa_def *abs = nir_fabs(b, vec); in nir_fmax_abs_vec_comp() local
|
H A D | nir_conversion_builder.h | 137 nir_ssa_def *abs = nir_iabs(b, src); in nir_round_int_to_float() local
|
/third_party/libevdev/libevdev/ |
H A D | libevdev-uinput.c | 49 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 D | libevdev-tweak-device.c | 308 struct input_absinfo abs; in set_abs() local 365 struct input_absinfo abs; set_resolution() local [all...] |
/third_party/libinput/test/ |
H A D | test-misc.c | 60 struct input_absinfo abs = { in create_simple_test_device() local 810 const struct input_absinfo *abs; in START_TEST() local [all...] |
H A D | test-touch.c | 95 struct input_absinfo abs[] = { in START_TEST() local 215 struct input_absinfo abs[] = { in START_TEST() local
|
H A D | test-device.c | 1222 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 D | util-prop-parsers.c | 498 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 D | etnaviv_asm.h | 81 unsigned abs:1; /* absolute (remove sign) if set */ member
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A 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
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderArithmetic.cpp | 288 auto abs = Abs(src.Float(i)); in EmitUnaryOp() local
|
/third_party/python/Modules/ |
H A D | getpath.c | 69 wchar_t *abs; variable
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVectorUtil.hpp | 42 inline float abs (float f) { return deFloatAbs(f); } in abs() function
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_none_4.h | 859 ASTCENC_SIMD_INLINE vfloat4 abs(vfloat4 a) in abs() function
|
/third_party/mesa3d/android/ |
H A D | mesa3d_cross.mk | |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_glsl450.c | 351 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 D | aco_print_ir.cpp | 666 bool* const abs = (bool*)alloca(num_operands * sizeof(bool)); in aco_print_instr() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_eu_validate.cpp | 1164 bool neg, abs, sat; in TEST_P() member
|
H A D | brw_reg.h | 222 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 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
|
/third_party/decimal.js/ |
H A D | decimal.js | 3990 function abs(x) { global() function [all...] |