HomeSort by relevance Sort by last modified time
    Searched refs:llabs (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
llabs.c 1 /* $OpenBSD: llabs.c,v 1.3 2007/01/08 19:39:25 deraadt Exp $ */
35 llabs(long long j) function
  /external/clang/test/Sema/
warn-absolute-value-header.c 20 int llabs; local
21 (void)llabs;
warn-absolute-value.c 6 long long int llabs(long long int);
19 (void)llabs(x);
81 (void)llabs(x);
144 // expected-note@-2{{use function 'llabs' instead}}
145 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:12}:"llabs"
148 // expected-note@-2{{use function 'llabs' instead}}
149 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"llabs"
150 (void)llabs(x);
154 // expected-note@-2 {{use function 'llabs' instead}}
155 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"llabs"
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Xabs.c 2 The abs, labs, and llabs functions compute the absolute value of an integer j.
5 The abs, labs, and llabs, functions return the absolute value of their
33 llabs(long long j) function
  /external/libcxx/include/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
109 #undef llabs macro
117 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
109 #undef llabs macro
117 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
stdlib.h 71 long long llabs(long long j); // C99
105 #undef llabs macro
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
  /external/clang/test/SemaCXX/
warn-absolute-value.cpp 7 long long int llabs(long long int);
40 (void)llabs(x);
104 (void)llabs(x);
175 (void)llabs(x);
251 (void)llabs(x);
252 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of floating point type}}
315 (void)llabs(x);
316 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of floating point type}}
385 (void)llabs(x);
386 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of floating point type}
    [all...]
  /external/ltp/testcases/misc/math/abs/
abs01.c 75 i = llabs(MININT) + (long long)MININT;
86 i = llabs(0);
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 164 if (llabs(diff) > NSEC_PER_SEC) {
166 llabs(diff) / NSEC_PER_SEC,
167 (llabs(diff) / NSEC_PER_MSEC) % MSEC_PER_SEC,
170 llabs(diff) / NSEC_PER_SEC,
171 (llabs(diff) / NSEC_PER_MSEC) % MSEC_PER_SEC,
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 29 #ifdef llabs
30 #error llabs is defined
100 static_assert((std::is_same<decltype(llabs((long long)0)), long long>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 29 #ifdef llabs
30 #error llabs is defined
100 static_assert((std::is_same<decltype(llabs((long long)0)), long long>::value), "");

Completed in 733 milliseconds

1 2 3 4