Home
last modified time | relevance | path

Searched defs:abs (Results 151 - 175 of 206) sorted by relevance

123456789

/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h95 bool abs : 1; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcompiler.h122 bool abs : 1; member
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gk110.cpp1058 bool abs = i->src(0).mod.abs(); in emitCVT() local
[all...]
H A Dnv50_ir_peephole.cpp1311 Value *abs = bld.mkOp1v(OP_ABS, TYPE_S32, bld.getSSA(), i->getSrc(0)); in opnd() local
1831 handleABS(Instruction *abs) handleABS() argument
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c117 struct point abs; member
[all...]
H A Dlibinput-record.c1419 const struct input_absinfo *abs; in print_description_abs() local
1578 const struct input_absinfo *abs; print_bits_absinfo() local
[all...]
/third_party/libinput/src/
H A Devdev.h204 } abs; member
[all...]
H A Devdev.c2646 const struct input_absinfo *abs; evdev_read_fuzz_prop() local
[all...]
H A Devdev-mt-touchpad.c3603 const struct input_absinfo *abs; tp_init_pressure() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h38 unsigned abs; member
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h198 unsigned int abs = fp32i & 0x7FFFFFFF; in float32ToFloat16() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.cpp232 Float4 abs = x; in reciprocalSquareRoot() local
585 SIMD::UInt abs = floatBits & SIMD::UInt(0x7FFFFFFF); in floatToHalfBits() local
651 auto abs = Abs(val); Modf() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h1233 inline APFloat abs(APFloat X) { in abs() function
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-sony.c746 unsigned int abs = usage->hid & HID_USAGE; in navigation_mapping() local
795 unsigned int abs = usage->hid & HID_USAGE; in sixaxis_mapping() local
823 unsigned int abs = usage->hid & HID_USAGE; ds4_mapping() local
[all...]
H A Dwacom_wac.c1859 struct input_absinfo *abs = &input->absinfo[usage->code]; in wacom_offset_rotation() local
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dcyttsp4_core.h251 int abs[CY_TCH_NUM_ABS]; member
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcyttsp4_core.h237 int abs[CY_TCH_NUM_ABS]; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c502 unsigned abs:1; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h1415 bool abs[3]; member
1443 bool abs[2]; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_shader.h413 #define abs(s) nvfx_src_abs((s)) macro
427 uint8_t abs : 1; member
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c637 mir_copy_src(midgard_instruction *ins, nir_alu_instr *instr, unsigned i, unsigned to, bool *abs, bool *neg, bool *not, enum midgard_roundmode *roundmode, bool is_int, unsigned bcast_count) in mir_copy_src() argument
/third_party/python/Lib/
H A D_pydecimal.py4143 def abs(self, a): global() member in Context
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp216 Float4 abs = x; in reciprocalSquareRoot() local
1551 void ShaderCore::abs(Vector4f &dst, const Vector4f &src) in abs() function in sw::ShaderCore
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp53 # undef abs macro
64 inline float abs (float v) { return deFloatAbs(v); } in abs() function
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.cpp506 auto abs = builder_.CastInt64ToFloat64(res); in LowerGlobalDoubleIsFinite() local

Completed in 70 milliseconds

123456789