| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compiler.h | 95 bool abs : 1; member
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | compiler.h | 122 bool abs : 1; member [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_emit_gk110.cpp | 1058 bool abs = i->src(0).mod.abs(); in emitCVT() local [all...] |
| H A D | nv50_ir_peephole.cpp | 1311 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 D | libinput-debug-gui.c | 117 struct point abs; member [all...] |
| H A D | libinput-record.c | 1419 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 D | evdev.h | 204 } abs; member [all...] |
| H A D | evdev.c | 2646 const struct input_absinfo *abs; evdev_read_fuzz_prop() local [all...] |
| H A D | evdev-mt-touchpad.c | 3603 const struct input_absinfo *abs; tp_init_pressure() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_asm.h | 38 unsigned abs; member
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | mathutil.h | 198 unsigned int abs = fp32i & 0x7FFFFFFF; in float32ToFloat16() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | ShaderCore.cpp | 232 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 D | APFloat.h | 1233 inline APFloat abs(APFloat X) { in abs() function
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | hid-sony.c | 746 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 D | wacom_wac.c | 1859 struct input_absinfo *abs = &input->absinfo[usage->code]; in wacom_offset_rotation() local
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.h | 251 int abs[CY_TCH_NUM_ABS]; member
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.h | 237 int abs[CY_TCH_NUM_ABS]; member
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_serialize.c | 502 unsigned abs:1; member
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_ir.h | 1415 bool abs[3]; member 1443 bool abs[2]; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_shader.h | 413 #define abs(s) nvfx_src_abs((s)) macro 427 uint8_t abs : 1; member
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 637 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.py | 4143 def abs(self, a): global() member in Context [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | ShaderCore.cpp | 216 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 D | es2fShaderOperatorTests.cpp | 53 # undef abs macro 64 inline float abs (float v) { return deFloatAbs(v); } in abs() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | typed_native_inline_lowering.cpp | 506 auto abs = builder_.CastInt64ToFloat64(res); in LowerGlobalDoubleIsFinite() local
|