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

/freebsd-10-stable/lib/libc/stdlib/
H A Dabs.c39 abs(j) function
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_z.c37 MARK abs; local
H A Dex_global.c69 MARK abs; local
/freebsd-10-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c46 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs) argument
110 int abs, error; local
/freebsd-10-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-10-stable/contrib/ntp/util/
H A Dtimetrim.c38 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
/freebsd-10-stable/sys/dev/ath/
H A Dah_osdep.h74 #define abs(_a) __builtin_abs(_a) macro
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.h80 struct ecore_queue_cid_params abs; member in struct:ecore_queue_cid
/freebsd-10-stable/contrib/libreadline/
H A Dsearch.c52 # undef abs macro
54 #define abs(x) (((x) >= 0) ? (x) : -(x)) macro
/freebsd-10-stable/contrib/ntp/libntp/
H A Dadjtime.c136 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
/freebsd-10-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-10-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-10-stable/usr.sbin/timed/timed/
H A Dglobals.h169 # define abs(x) (x>=0 ? x : -(x)) macro
/freebsd-10-stable/sys/sys/
H A Dlibkern.h69 static __inline int abs(int a) { return (a < 0 ? -a : a); } function
/freebsd-10-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-10-stable/contrib/nvi/vi/
H A Dvi.c67 MARK abs; local
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c173 bool abs; member in struct:test
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-icmp6.c62 #define abs(a) ((0 < (a)) ? (a) : -(a)) macro
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h89 abs, enumerator in enum:llvm::LibFunc::Func
/freebsd-10-stable/sys/dev/bwi/
H A Dif_bwivar.h693 #define abs(a) __builtin_abs(a) macro

Completed in 191 milliseconds