/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | llabs.c | 26 long long rev = llabs(1); in llabs_0100() 29 rev = llabs(-1); in llabs_0100()
|
/third_party/ltp/testcases/misc/math/abs/ |
H A D | abs01.c | 75 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 D | llabs.c | 3 long long llabs(long long a)
in llabs() function
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | llabs.c | 3 long long llabs(long long a)
in llabs() function
|
/third_party/musl/src/stdlib/ |
H A D | llabs.c | 3 long long llabs(long long a) in llabs() function
|
/third_party/toybox/toys/net/ |
H A D | sntp.c | 218 llabs(diff/1000000000), llabs(diff%1000000000)); in sntp_main()
|
/third_party/ffmpeg/libavformat/ |
H A D | replaygain.c | 63 if (llabs(db) > (INT32_MAX - mb) / 100000) in parse_value()
|
H A D | dump.c | 664 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 D | mathematics.c | 47 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 D | stdlib.h | 61 long long llabs (long long);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 60 long long llabs (long long);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 63 long long llabs (long long);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 61 long long llabs (long long);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdlib.c | 45 {long long(*p)(long long) = llabs;} in f()
|
/third_party/ffmpeg/libswresample/ |
H A D | dither.c | 117 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 D | stdlib.h | 62 long long llabs (long long);
|
/third_party/musl/include/ |
H A D | stdlib.h | 63 long long llabs (long long);
|
/third_party/mesa3d/src/util/tests/ |
H A D | fast_idiv_by_const_test.cpp | 306 } 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 D | loop_dependence.cpp | 613 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 D | loop_descriptor.cpp | 838 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 D | loop_dependence.cpp | 613 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 D | loop_descriptor.cpp | 838 step_value = llabs(step_value); in GetIterations() 839 diff = llabs(diff); in GetIterations()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 612 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 D | dcaadpcm.c | 76 return llabs(err); in apply_filter()
|
/third_party/ffmpeg/tests/ |
H A D | tiny_psnr.c | 193 dist = llabs(a - b); in run_psnr()
|