| /freebsd-11-stable/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 85 abs(double __x) in abs() function 89 abs(float __x) in abs() function 93 abs(long double __x) in abs() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | __clang_cuda_cmath.h | 49 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } in abs() function 50 __DEVICE__ long abs(long __n) { return ::labs(__n); } in abs() function 51 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() function 52 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() function 56 __DEVICE__ const float abs(const float __x) { return ::fabsf((float)__x); } in abs() function 57 __DEVICE__ const double abs(const double __x) { return ::fabs((double)__x); } in abs() function
|
| /freebsd-11-stable/contrib/xz/src/liblzma/check/ |
| HD | crc32_x86.S | 71 # define ALIGN(pow2, abs) .align pow2 argument 73 # define ALIGN(pow2, abs) .align abs argument
|
| HD | crc64_x86.S | 61 # define ALIGN(pow2, abs) .align pow2 argument 63 # define ALIGN(pow2, abs) .align abs argument
|
| /freebsd-11-stable/lib/libc/sys/ |
| HD | __vdso_gettimeofday.c | 59 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs) in binuptime() 122 int abs, error; in __vdso_clock_gettime() local
|
| /freebsd-11-stable/lib/libc/stdlib/ |
| HD | abs.c | 39 abs(int j) in abs() function
|
| /freebsd-11-stable/contrib/nvi/ex/ |
| HD | ex_z.c | 37 MARK abs; in ex_z() local
|
| HD | ex_global.c | 69 MARK abs; in ex_g_setup() local
|
| /freebsd-11-stable/contrib/llvm-project/lld/Common/ |
| HD | Reproduce.cpp | 25 SmallString<128> abs = path; in relativeToRoot() local
|
| /freebsd-11-stable/sys/tools/sound/ |
| HD | feeder_eq_mkfilter.awk | 47 function abs(x) function
|
| HD | feeder_rate_mkfilter.awk | 51 function abs(x) function
|
| /freebsd-11-stable/contrib/ntp/util/ |
| HD | timetrim.c | 38 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
|
| /freebsd-11-stable/contrib/libstdc++/include/std/ |
| D | std_complex.h | 577 abs(const complex<_Tp>& __z) { return __complex_abs(__z.__rep()); } in abs() function 581 abs(const complex<_Tp>& __z) { return __complex_abs(__z); } in abs() function
|
| /freebsd-11-stable/contrib/ntp/libntp/ |
| HD | adjtime.c | 136 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
|
| /freebsd-11-stable/sys/dev/qlnx/qlnxe/ |
| HD | ecore_l2.h | 80 struct ecore_queue_cid_params abs; member
|
| /freebsd-11-stable/contrib/libstdc++/include/c_std/ |
| D | std_cmath.h | 89 abs(double __x) in abs() function 93 abs(float __x) in abs() function 97 abs(long double __x) in abs() function
|
| /freebsd-11-stable/sys/dev/ath/ |
| HD | ah_osdep.h | 74 #define abs(_a) __builtin_abs(_a) macro
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | math.h | 772 inline _LIBCPP_INLINE_VISIBILITY long abs(long __x) _NOEXCEPT { in abs() function 776 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT { in abs() function 784 inline _LIBCPP_INLINE_VISIBILITY float abs(float __lcpp_x) _NOEXCEPT { in abs() function 788 inline _LIBCPP_INLINE_VISIBILITY double abs(double __lcpp_x) _NOEXCEPT { in abs() function 793 abs(long double __lcpp_x) _NOEXCEPT { in abs() function
|
| /freebsd-11-stable/contrib/libreadline/ |
| HD | search.c | 54 #define abs(x) (((x) >= 0) ? (x) : -(x)) macro
|
| /freebsd-11-stable/contrib/nvi/vi/ |
| HD | vi.c | 67 MARK abs; in vi() local
|
| /freebsd-11-stable/usr.sbin/timed/timed/ |
| HD | globals.h | 169 # define abs(x) (x>=0 ? x : -(x)) macro
|
| /freebsd-11-stable/sys/dev/evdev/ |
| HD | input.h | 103 #define EVIOCGABS(abs) _IOR(EVDEV_IOC_MAGIC, 0x40 + (abs), struct input_absinfo) /* get abs value/… argument 104 #define EVIOCSABS(abs) _IOW(EVDEV_IOC_MAGIC, 0xc0 + (abs), struct input_absinfo) /* set abs value/… argument
|
| /freebsd-11-stable/sys/sys/ |
| HD | libkern.h | 88 static __inline int abs(int a) { return (a < 0 ? -a : a); } in abs() function
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| HD | luaconf.h | 548 #define abs(x) (((x) < 0) ? -(x) : (x)) macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | APInt.h | 1857 APInt abs() const { in abs() function
|