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

12

/freebsd-13-stable/lib/libc/stdlib/
H A Dabs.c41 abs(int j) function
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dstdlib.h99 #undef abs macro
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DReproduce.cpp25 SmallString<128> abs = path; local
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_z.c33 MARK abs; local
H A Dex_global.c65 MARK abs; local
/freebsd-13-stable/contrib/ntp/util/
H A Dtimetrim.c38 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
/freebsd-13-stable/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk49 function abs(x) function
H A Dfeeder_rate_mkfilter.awk53 function abs(x) function
[all...]
/freebsd-13-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c62 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs) argument
138 int abs, error; local
/freebsd-13-stable/sys/dev/ath/
H A Dah_osdep.h76 #define abs(_a) __builtin_abs(_a) macro
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.h79 struct ecore_queue_cid_params abs; member in struct:ecore_queue_cid
/freebsd-13-stable/contrib/ntp/libntp/
H A Dadjtime.c136 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h41 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } function
42 __DEVICE__ long abs(long __n) { return ::labs(__n); } function
43 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } function
44 __DEVICE__ double abs(double __x) { return ::fabs(__x); } function
H A D__clang_cuda_math.h56 __DEVICE__ int abs(int __a) { return __nv_abs(__a); } function
H A D__clang_hip_math.h99 inline float abs(float __x) { return __ocml_fabs_f32(__x); } function
555 inline double abs(double __x) { return __ocml_fabs_f64(__x); } function
984 inline int abs(int __x) { function
1001 inline long abs(long __x) { return labs(__x); } function
1003 inline long long abs(long long __x) { return llabs(__x); } function
/freebsd-13-stable/contrib/pnglite/
H A Dpnglite.c24 #define abs(x) ((x) < 0? -(x):(x)) macro
/freebsd-13-stable/sys/sys/
H A Dlibkern.h115 static __inline int abs(int a) { return (a < 0 ? -a : a); } function
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c173 bool abs; member in struct:test
/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h550 #define abs(x) (((x) < 0) ? -(x) : (x)) macro
/freebsd-13-stable/contrib/nvi/vi/
H A Dvi.c63 MARK abs; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1269 inline APFloat abs(APFloat X) { function in namespace:llvm
/freebsd-13-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk3422 function abs(i) { function
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c1501 uint8_t val8, abs; local
1615 uint8_t abs, sign; local
/freebsd-13-stable/tools/tools/netmap/
H A Dpkt-gen.c2329 double bw, raw_bw, pps, abs; local
2609 double abs; local
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-icmp6.c494 #define abs(a) ((0 < (a)) ? (a) : -(a)) macro

Completed in 289 milliseconds

12