Home
last modified time | relevance | path

Searched refs:llabs (Results 1 – 25 of 54) sorted by relevance

123

/external/clang/test/Sema/
Dwarn-absolute-value.c6 long long int llabs(long long int);
19 (void)llabs(x); in test_int()
81 (void)llabs(x); in test_long()
150 (void)llabs(x); in test_long_long()
224 (void)llabs(x); in test_float()
286 (void)llabs(x); in test_double()
354 (void)llabs(x); in test_long_double()
428 (void)llabs(x); in test_complex_float()
490 (void)llabs(x); in test_complex_double()
558 (void)llabs(x); in test_complex_long_double()
[all …]
Dwarn-absolute-value-header.c20 int llabs; in test_int() local
21 (void)llabs; in test_int()
/external/clang/test/SemaCXX/
Dwarn-absolute-value.cpp7 long long int llabs(long long int);
40 (void)llabs(x); in test_int()
104 (void)llabs(x); in test_long()
175 (void)llabs(x); in test_long_long()
251 (void)llabs(x); in test_float()
315 (void)llabs(x); in test_double()
385 (void)llabs(x); in test_long_double()
459 (void)llabs(x); in test_complex_float()
521 (void)llabs(x); in test_complex_double()
589 (void)llabs(x); in test_complex_long_double()
[all …]
/external/libcxx/include/
Dstdlib.h105 #undef llabs
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);} in abs()
Dcstdlib66 long long llabs(long long j); // C99
142 using ::llabs;
/external/ltp/testcases/misc/math/abs/
Dabs01.c75 i = llabs(INT_MIN) + (long long)INT_MIN; in main()
86 i = llabs(0); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp31 #ifdef llabs
32 #error llabs is defined
108 static_assert((std::is_same<decltype(llabs((long long)0)), long long>::value), ""); in main()
/external/linux-kselftest/tools/testing/selftests/timers/
Draw_skew.c39 long long llabs(long long val) in llabs() function
136 if (llabs(eppm - ppm) > 1000) { in main()
Dadjtick.c37 long long llabs(long long val) in llabs() function
158 if (llabs(eppm - ppm) > 100) { in check_tick_adj()
/external/llvm/test/Transforms/InstCombine/
Dabs-1.ll9 declare i64 @llabs(i64)
35 %ret = call i64 @llabs(i64 %x)
Ddisable-simplify-libcalls.ll49 declare i64 @llabs(i64)
316 %ret = call i64 @llabs(i64 %y)
318 ; CHECK: call i64 @llabs
/external/toybox/toys/net/
Dsntp.c218 llabs(diff/1000000000), llabs(diff%1000000000)); in sntp_main()
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h126 __DEVICE__ long long llabs(long long);
229 using ::llabs;
D__clang_cuda_cmath.h47 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } in abs()
/external/openssh/openbsd-compat/
Dbsd-misc.h139 long long llabs(long long);
Dfmt_scaled.c215 abval = llabs(number); in fmt_scaled()
Dbsd-misc.c307 llabs(long long j) in llabs() function
/external/clang/test/CodeGen/
Dlibcall-declarations.c15 long long int llabs(long long int);
265 F(llabs), F(copysign), F(copysignf), F(copysignl), F(fabs),
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll49 declare i64 @llabs(i64)
316 %ret = call i64 @llabs(i64 %y)
318 ; CHECK: call i64 @llabs
/external/libhevc/encoder/
Dihevce_stasino_helpers.c628 psy_rd_cost += (lambda_mod * llabs(source_satd - recon_satd)); in ihevce_psy_rd_cost_croma()
789 psy_rd_cost += (lambda_mod * llabs(source_satd - recon_satd)); in ihevce_psy_rd_cost()
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr_test.cc122 EXPECT_GT(llabs(y - z), 3); in TEST_F()
/external/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp98 static_assert((std::is_same<decltype(std::llabs((long long)0)), long long>::value), ""); in main()
/external/autotest/client/tests/tsc/src/
Dchecktsc.c298 if (llabs(delta) > threshold) { in check_tsc()
/external/deqp-deps/SPIRV-Tools/source/opt/
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()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
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()

123