Searched defs:abs (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/lib/libc/stdlib/
H A Dabs.c39 abs(int j) function
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_z.c37 MARK abs; local
H A Dex_global.c69 MARK abs; local
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DReproduce.cpp25 SmallString<128> abs = path; local
/freebsd-11-stable/contrib/ntp/util/
H A Dtimetrim.c38 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
/freebsd-11-stable/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk47 function abs(x) function
H A Dfeeder_rate_mkfilter.awk51 function abs(x) function
[all...]
/freebsd-11-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c59 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs) argument
122 int abs, error; local
/freebsd-11-stable/sys/dev/ath/
H A Dah_osdep.h74 #define abs(_a) __builtin_abs(_a) macro
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.h80 struct ecore_queue_cid_params abs; member in struct:ecore_queue_cid
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h764 #undef abs macro
/freebsd-11-stable/contrib/libreadline/
H A Dsearch.c52 # undef abs macro
54 #define abs(x) (((x) >= 0) ? (x) : -(x)) macro
/freebsd-11-stable/contrib/ntp/libntp/
H A Dadjtime.c136 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h44 #undef abs macro
85 abs(double __x) function in namespace:std
89 abs(float __x) function in namespace:std
93 abs(long double __x) function in namespace:std
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h57 #undef abs macro
89 abs(double __x) function
93 abs(float __x) function
97 abs(long double __x) function
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dglobals.h169 # define abs(x) (x>=0 ? x : -(x)) macro
/freebsd-11-stable/sys/sys/
H A Dlibkern.h88 static __inline int abs(int a) { return (a < 0 ? -a : a); } function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h49 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } function
50 __DEVICE__ long abs(long __n) { return ::labs(__n); } function
51 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } function
52 __DEVICE__ double abs(double __x) { return ::fabs(__x); } function
56 __DEVICE__ const float abs(const float __x) { return ::fabsf((float)__x); } function
57 __DEVICE__ const double abs(const double __x) { return ::fabs((double)__x); } function
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c173 bool abs; member in struct:test
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_complex.h577 abs(const complex<_Tp>& __z) { return __complex_abs(__z.__rep()); } function
581 abs(const complex<_Tp>& __z) { return __complex_abs(__z); } function
[all...]
/freebsd-11-stable/contrib/nvi/vi/
H A Dvi.c67 MARK abs; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dluaconf.h548 #define abs(x) (((x) < 0) ? -(x) : (x)) macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1233 inline APFloat abs(APFloat X) { function in namespace:llvm
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c2310 double bw, raw_bw, pps, abs; local
2577 double abs; local
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwivar.h695 #define abs(a) __builtin_abs(a) macro

Completed in 348 milliseconds

12