| /third_party/skia/include/private/ |
| H A D | SkNx_sse.h | 93 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
|
| H A D | SkVx.h | 597 SIN Vec<N,float> abs(const Vec<N,float>& x) { return map( fabsf, x); } in abs() function
|
| /third_party/vk-gl-cts/modules/gles3/scripts/ |
| H A D | genutil.py | 224 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 D | genutil.py | 224 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...] |
| /kernel/linux/linux-5.10/drivers/input/joystick/ |
| H A D | xpad.c | 1623 static void xpad_set_up_abs(struct input_dev *input_dev, signed short abs) in xpad_set_up_abs() argument
|
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| H A D | uinput.c | 397 uinput_validate_absinfo(struct input_dev *dev, unsigned int code, const struct input_absinfo *abs) uinput_validate_absinfo() argument
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.c | 377 enum cyttsp4_tch_abs abs; in cyttsp4_si_get_opcfg_data() local 794 enum cyttsp4_tch_abs abs; cyttsp4_get_touch() local [all...] |
| /kernel/linux/linux-5.10/drivers/input/ |
| H A D | evdev.c | 1035 struct input_absinfo abs; in evdev_do_ioctl() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_l2.h | 326 struct qed_queue_cid_params abs; member
|
| /kernel/linux/linux-5.10/drivers/usb/chipidea/ |
| H A D | ci.h | 152 void __iomem *abs; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | kernel.h | 279 #define abs(x) __abs_choose_expr(x, long long, \ macro
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_l2.h | 349 struct qed_queue_cid_params abs; member
|
| /kernel/linux/linux-6.6/drivers/usb/chipidea/ |
| H A D | ci.h | 157 void __iomem *abs; member
|
| /kernel/linux/linux-6.6/drivers/input/ |
| H A D | evdev.c | 1035 struct input_absinfo abs; in evdev_do_ioctl() local
|
| /kernel/linux/linux-6.6/drivers/input/misc/ |
| H A D | uinput.c | 398 uinput_validate_absinfo(struct input_dev *dev, unsigned int code, const struct input_absinfo *abs) uinput_validate_absinfo() argument
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.c | 391 enum cyttsp4_tch_abs abs; in cyttsp4_si_get_opcfg_data() local 808 enum cyttsp4_tch_abs abs; cyttsp4_get_touch() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/s390x/ |
| H A D | memop.c | 380 uintptr_t _addr, abs, i; in set_storage_key_range() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
| H A D | BigDecimal.java | 956 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 D | BigDecimal.java | 935 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
|
| /third_party/libevdev/libevdev/ |
| H A D | libevdev.c | 1601 const struct input_absinfo *abs = data; in libevdev_enable_event_code() local 1646 libevdev_kernel_set_abs_info(struct libevdev *dev, unsigned int code, const struct input_absinfo *abs) in libevdev_kernel_set_abs_info() argument
|
| /third_party/libinput/test/ |
| H A D | test-tablet.c | 1999 const struct input_absinfo *abs; in rotate_event() local 2089 const struct input_absinfo *abs; in START_TEST() local 3300 const struct input_absinfo *abs; START_TEST() local 3419 const struct input_absinfo *abs; START_TEST() local 3505 const struct input_absinfo *abs; START_TEST() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | operation-typer.cc | 813 double abs = std::min(labs, rabs); in NumberModulus() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_emit_nvc0.cpp | 1095 const bool abs = (i->op == OP_ABS) || i->src(0).mod.abs(); emitCVT() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cExplicitUniformLocationTest.cpp | 322 const char* abs() const in abs() function in glcts::__anon27691::UniformType
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | APFloat.h | 1099 inline APFloat abs(APFloat X) { in abs() function
|