Home
last modified time | relevance | path

Searched defs:abs (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/libstdc++/include/c/
Dstd_cmath.h85 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.h49 __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/
HDcrc32_x86.S71 # define ALIGN(pow2, abs) .align pow2 argument
73 # define ALIGN(pow2, abs) .align abs argument
HDcrc64_x86.S61 # define ALIGN(pow2, abs) .align pow2 argument
63 # define ALIGN(pow2, abs) .align abs argument
/freebsd-11-stable/lib/libc/sys/
HD__vdso_gettimeofday.c59 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/
HDabs.c39 abs(int j) in abs() function
/freebsd-11-stable/contrib/nvi/ex/
HDex_z.c37 MARK abs; in ex_z() local
HDex_global.c69 MARK abs; in ex_g_setup() local
/freebsd-11-stable/contrib/llvm-project/lld/Common/
HDReproduce.cpp25 SmallString<128> abs = path; in relativeToRoot() local
/freebsd-11-stable/sys/tools/sound/
HDfeeder_eq_mkfilter.awk47 function abs(x) function
HDfeeder_rate_mkfilter.awk51 function abs(x) function
/freebsd-11-stable/contrib/ntp/util/
HDtimetrim.c38 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
/freebsd-11-stable/contrib/libstdc++/include/std/
Dstd_complex.h577 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/
HDadjtime.c136 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_l2.h80 struct ecore_queue_cid_params abs; member
/freebsd-11-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h89 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/
HDah_osdep.h74 #define abs(_a) __builtin_abs(_a) macro
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDmath.h772 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/
HDsearch.c54 #define abs(x) (((x) >= 0) ? (x) : -(x)) macro
/freebsd-11-stable/contrib/nvi/vi/
HDvi.c67 MARK abs; in vi() local
/freebsd-11-stable/usr.sbin/timed/timed/
HDglobals.h169 # define abs(x) (x>=0 ? x : -(x)) macro
/freebsd-11-stable/sys/dev/evdev/
HDinput.h103 #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/
HDlibkern.h88 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/
HDluaconf.h548 #define abs(x) (((x) < 0) ? -(x) : (x)) macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h1857 APInt abs() const { in abs() function

12