Home
last modified time | relevance | path

Searched defs:abs (Results 1 - 25 of 151) sorted by relevance

1234567

/third_party/musl/porting/liteos_a/kernel/src/stdlib/
H A Dabs.c3 int abs(int a) in abs() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dabs.c3 int abs(int a) in abs() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dabs.c3 int abs(int a) in abs() function
/third_party/musl/src/stdlib/
H A Dabs.c3 int abs(int a) in abs() function
/third_party/ffmpeg/tests/
H A Drefcmp-metadata.awk5 function abs(val) { function
/third_party/libevdev/test/
H A Dtest-context.c56 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 Dtest-common.c59 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 Dsimple_test.js7 var abs = Math.abs; variable
/third_party/vixl/examples/aarch64/
H A Dabs.cc55 Label abs; in main() local
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DSingleFunctionEffects.h26 auto abs = std::abs(x); in _overdrive() local
/third_party/vixl/examples/aarch32/
H A Dabs.cc50 Label abs; in main() local
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-test-sequencer.h30 lws_abs_t *abs; /* abstract protocol + unit test txport */ member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_normalize_cubemap_coords.c59 nir_ssa_def *abs = nir_fabs(b, orig_coord); in normalize_cubemap_coords_block() local
/third_party/libinput/src/
H A Dutil-input-event.h71 absinfo_range(const struct input_absinfo *abs) in absinfo_range() argument
/third_party/libinput/udev/
H A Dlibinput-fuzz-to-zero.c63 struct input_absinfo abs; in reset_absfuzz_to_zero() local
H A Dlibinput-fuzz-extract.c99 struct input_absinfo abs; in handle_evdev_abs() local
H A Dtest-libinput-fuzz-extract.c90 struct input_absinfo abs; in START_TEST() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.hpp163 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 DHalf.cpp23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DHalf.cpp23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local
[all...]
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dumount.c107 char *abs = xabspath(*optargs, 0); in umount_main() local
[all...]
/third_party/tzdata/
H A Dtzselect.ksh287 function abs(x) { function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifierUtil.hpp163 tcu::Vector<float, Size> abs (const tcu::Vector<float, Size>& v) in abs() function
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeDefs.hpp40 template<typename T> inline T abs (T x) { return x < T(0) ? -x : x; } in abs() function
/third_party/libevdev/tools/
H A Dlibevdev-events.c22 const struct input_absinfo *abs; in print_abs_bits() local
[all...]

Completed in 10 milliseconds

1234567