/external/clang/test/Sema/ |
D | warn-absolute-value.c | 6 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 …]
|
D | warn-absolute-value-header.c | 20 int llabs; in test_int() local 21 (void)llabs; in test_int()
|
/external/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 7 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/stlport/stlport/stl/ |
D | _cstdlib.h | 95 using _STLP_VENDOR_CSTD::llabs; 99 using ::llabs; 151 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); } in abs() 154 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return ::llabs(__x); } in abs()
|
/external/chromium_org/ui/gl/ |
D | sync_control_vsync_provider.cc | 80 llabs(system_time - real_time_in_microseconds) < in GetVSyncParameters() 81 llabs(system_time - monotonic_time_in_microseconds); in GetVSyncParameters()
|
/external/llvm/test/Transforms/InstCombine/ |
D | abs-1.ll | 9 declare i64 @llabs(i64) 35 %ret = call i64 @llabs(i64 %x)
|
D | disable-simplify-libcalls.ll | 49 declare i64 @llabs(i64) 316 %ret = call i64 @llabs(i64 %y) 318 ; CHECK: call i64 @llabs
|
/external/libcxx/include/ |
D | cstdlib | 66 long long llabs(long long j); // C99 137 using ::llabs; 161 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 15 long long int llabs(long long int); 265 F(llabs), F(copysign), F(copysignf), F(copysignl), F(fabs),
|
/external/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 70 static_assert((std::is_same<decltype(llabs((long long)0)), long long>::value), ""); in main()
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | stdlib.pxd | 53 long long int llabs (long long int number)
|
/external/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 72 static_assert((std::is_same<decltype(std::llabs((long long)0)), long long>::value), ""); in main()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 149 if (llabs(skew) >= page_size) in test__vmlinux_matches_kallsyms()
|
/external/blktrace/btt/ |
D | seek.c | 264 dist = llabs(dist); in seeki_add()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 373 llabs, enumerator
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | Builtins.c | 246 return (unsigned PY_LONG_LONG) llabs(x); in __Pyx_abs_longlong()
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 588 TLI.setUnavailable(LibFunc::llabs); in initialize()
|
/external/blktrace/btreplay/ |
D | btreplay.c | 235 return llabs((long long)du64) % (1000 * 1000 * 1000); in du64_to_nsec()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2193 case LibFunc::llabs: in lookupOptimization()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 843 LIBBUILTIN(llabs, "LLiLLi", "fnc", "stdlib.h", ALL_LANGUAGES)
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 3459 * stlport/config/stl_gcc.h: gcc 2.95 has problem with llabs, so force to use 3742 * stlport/config/stl_gcc.h: seems HP-UX has no llabs and lldiv. 4886 * stlport/config/stl_gcc.h: in FreeBSD no math *l functions and llabs. 4916 * stlport/config/slt_gcc.h: llabs and *l math functions absent in OpenBSD; 4946 _STLP_NO_VENDOR_STDLIB_L macro to report support of the llabs and lldiv
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2430 fun:llabs=uninstrumented
|