/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
H A D | abs.c | 3 int abs(int a) in abs() function
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | abs.c | 3 int abs(int a) in abs() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
H A D | abs.c | 3 int abs(int a) in abs() function
|
/third_party/musl/src/stdlib/ |
H A D | abs.c | 3 int abs(int a) in abs() function
|
/third_party/ffmpeg/tests/ |
H A D | refcmp-metadata.awk | 5 function abs(val) { function
|
/third_party/libevdev/test/ |
H A D | test-context.c | 56 const struct input_absinfo abs = { in START_TEST() local 80 struct input_absinfo abs = {0}; in START_TEST() local 103 struct input_absinfo abs = {0}; in START_TEST() local 132 struct input_absinfo abs = { .maximum = 5 }; START_TEST() local [all...] |
H A D | test-common.c | 59 test_create_abs_device(struct uinput_device **uidev_return, struct libevdev **dev_return, int nabs, const struct input_absinfo *abs, ...) test_create_abs_device() argument
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test_data/ |
H A D | simple_test.js | 7 var abs = Math.abs; variable
|
/third_party/vixl/examples/aarch64/ |
H A D | abs.cc | 55 Label abs; in main() local
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/ |
H A D | SingleFunctionEffects.h | 26 auto abs = std::abs(x); in _overdrive() local
|
/third_party/vixl/examples/aarch32/ |
H A D | abs.cc | 50 Label abs; in main() local
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-test-sequencer.h | 30 lws_abs_t *abs; /* abstract protocol + unit test txport */ member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_normalize_cubemap_coords.c | 59 nir_ssa_def *abs = nir_fabs(b, orig_coord); in normalize_cubemap_coords_block() local
|
/third_party/libinput/src/ |
H A D | util-input-event.h | 71 absinfo_range(const struct input_absinfo *abs) in absinfo_range() argument
|
/third_party/libinput/udev/ |
H A D | libinput-fuzz-to-zero.c | 63 struct input_absinfo abs; in reset_absfuzz_to_zero() local
|
H A D | libinput-fuzz-extract.c | 99 struct input_absinfo abs; in handle_evdev_abs() local
|
H A D | test-libinput-fuzz-extract.c | 90 struct input_absinfo abs; in START_TEST() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktSampleVerifierUtil.hpp | 163 tcu::Vector<float, Size> abs (const tcu::Vector<float, Size>& v) in abs() function
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Half.cpp | 23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Half.cpp | 23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local [all...] |
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | umount.c | 107 char *abs = xabspath(*optargs, 0); in umount_main() local [all...] |
/third_party/tzdata/ |
H A D | tzselect.ksh | 287 function abs(x) { function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktSampleVerifierUtil.hpp | 163 tcu::Vector<float, Size> abs (const tcu::Vector<float, Size>& v) in abs() function
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deDefs.hpp | 40 template<typename T> inline T abs (T x) { return x < T(0) ? -x : x; } in abs() function
|
/third_party/libevdev/tools/ |
H A D | libevdev-events.c | 22 const struct input_absinfo *abs; in print_abs_bits() local [all...] |