Home
last modified time | relevance | path

Searched refs:llabs (Results 1 - 25 of 41) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Dllabs.c26 long long rev = llabs(1); in llabs_0100()
29 rev = llabs(-1); in llabs_0100()
/third_party/ltp/testcases/misc/math/abs/
H A Dabs01.c75 i = llabs(INT_MIN) + (long long)INT_MIN; in main()
86 i = llabs(0); in main()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dllabs.c3 long long llabs(long long a) in llabs() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dllabs.c3 long long llabs(long long a) in llabs() function
/third_party/musl/src/stdlib/
H A Dllabs.c3 long long llabs(long long a) in llabs() function
/third_party/toybox/toys/net/
H A Dsntp.c218 llabs(diff/1000000000), llabs(diff%1000000000)); in sntp_main()
/third_party/ffmpeg/libavformat/
H A Dreplaygain.c63 if (llabs(db) > (INT32_MAX - mb) / 100000) in parse_value()
H A Ddump.c664 secs = llabs(ic->start_time / AV_TIME_BASE); in av_dump_format()
665 us = llabs(ic->start_time % AV_TIME_BASE); in av_dump_format()
/third_party/ffmpeg/libavutil/
H A Dmathematics.c47 u = llabs(a >> za); in av_gcd()
48 v = llabs(b >> zb); in av_gcd()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h61 long long llabs (long long);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h60 long long llabs (long long);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h63 long long llabs (long long);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h61 long long llabs (long long);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c45 {long long(*p)(long long) = llabs;} in f()
/third_party/ffmpeg/libswresample/
H A Ddither.c117 if (llabs(s->out_sample_rate - f->rate)*20 <= f->rate && f->name == s->dither.method) { in swri_dither_init()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h62 long long llabs (long long);
/third_party/musl/include/
H A Dstdlib.h63 long long llabs (long long);
/third_party/mesa3d/src/util/tests/
H A Dfast_idiv_by_const_test.cpp306 } while (d == INT64_MIN || util_is_power_of_two_or_zero64(llabs(d))); in random_sdiv_test()
309 assert(sint_is_in_range(d, bits) && llabs(d) >= 2); in random_sdiv_test()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.cpp613 if (llabs(distance) > llabs(bounds_value)) { in StrongSIVTest()
753 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroSourceSIVTest()
906 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroDestinationSIVTest()
H A Dloop_descriptor.cpp838 step_value = llabs(step_value); in GetIterations()
839 diff = llabs(diff); in GetIterations()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.cpp613 if (llabs(distance) > llabs(bounds_value)) { in StrongSIVTest()
753 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroSourceSIVTest()
906 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroDestinationSIVTest()
H A Dloop_descriptor.cpp838 step_value = llabs(step_value); in GetIterations()
839 diff = llabs(diff); in GetIterations()
/third_party/spirv-tools/source/opt/
H A Dloop_dependence.cpp612 if (llabs(distance) > llabs(bounds_value)) { in StrongSIVTest()
752 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroSourceSIVTest()
905 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroDestinationSIVTest()
/third_party/ffmpeg/libavcodec/
H A Ddcaadpcm.c76 return llabs(err); in apply_filter()
/third_party/ffmpeg/tests/
H A Dtiny_psnr.c193 dist = llabs(a - b); in run_psnr()

Completed in 21 milliseconds

12