/minix3/lib/libc/stdlib/ |
H A D | abs.c | 44 abs(int j) in abs() function
|
H A D | Lint_abs.c | 12 abs(j) in abs() function
|
/minix3/external/public-domain/xz/dist/src/liblzma/check/ |
H A D | crc64_x86.S | 61 # define ALIGN(pow2, abs) .align pow2 argument 63 # define ALIGN(pow2, abs) .align abs argument
|
H A D | crc32_x86.S | 71 # define ALIGN(pow2, abs) .align pow2 argument 73 # define ALIGN(pow2, abs) .align abs argument
|
/minix3/lib/libc/time/ |
H A D | tzselect.ksh | 218 function abs(x) { function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 653 inline APFloat abs(APFloat X) { in abs() function
|
H A D | APInt.h | 1559 APInt LLVM_ATTRIBUTE_UNUSED_RESULT abs() const { in abs() function
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p3.cpp | 269 constexpr int abs(int x) { in abs() function
|
/minix3/minix/include/minix/ |
H A D | syslib.h | 110 #define sys_setalarm(exp, abs) sys_setalarm2(exp, abs, NULL, NULL) argument
|
/minix3/sys/lib/libkern/ |
H A D | libkern.h | 121 abs(int j) in abs() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 35 Ambiguous abs(Ambiguous){ return Ambiguous(); } in abs() function
|
/minix3/external/bsd/atf/dist/atf-c/detail/ |
H A D | fs_test.c | 176 bool abs; in ATF_TC_BODY() member
|
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/detail/ |
H A D | fs_test.c | 178 bool abs; in ATF_TC_BODY() member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetLibraryInfo.h | 112 abs, enumerator
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 2770 TEST(APFloatTest, abs) { in TEST() argument
|
/minix3/external/bsd/tcpdump/dist/ |
H A D | print-icmp6.c | 495 #define abs(a) ((0 < (a)) ? (a) : -(a)) macro
|
/minix3/external/bsd/nvi/dist/motif_l/ |
H A D | xtabbed.c | 481 #define abs(x) ((x )<0 ?-(x ):(x )) macro
|