Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dstdlib.h113 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long abs(long __x) _NOEXCEPT { return __builtin_labs(__x); } in abs() function
114 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long long abs(long long __x) _NOEXCEPT { return __builtin_llabs(__x); } in abs() function
119 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float abs(float __lcpp_x) _NOEXCEPT { abs() function
123 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double abs(double __lcpp_x) _NOEXCEPT { abs() function
127 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double abs(long double __lcpp_x) _NOEXCEPT { abs() function
[all...]
/freebsd-src/contrib/xz/src/liblzma/check/
H A Dcrc32_x86.S78 # define ALIGN(pow2, abs) .align pow2 argument
80 # define ALIGN(pow2, abs) .align abs argument
H A Dcrc64_x86.S68 # define ALIGN(pow2, abs) .align pow2 argument
70 # define ALIGN(pow2, abs) .align abs argument
/freebsd-src/lib/libc/stdlib/
H A Dabs.c35 abs(int j) in abs() function
/freebsd-src/contrib/bsddialog/lib/
H A Dmenubox.c94 int i, j, abs; in build_privatemenu() local
194 static int getprev(struct privateitem *pritems, int abs) in getprev()
207 static int getnext(int npritems, struct privateitem *pritems, int abs) in getnext()
224 int i, abs; in getfirst_with_default() local
248 getfastnext(int menurows, int npritems, struct privateitem *pritems, int abs) in getfastnext()
264 getfastprev(int menurows, struct privateitem *pritems, int abs) in getfastprev()
280 getnextshortcut(int npritems, struct privateitem *pritems, int abs, wint_t key) in getnextshortcut()
/freebsd-src/contrib/nvi/ex/
H A Dex_z.c33 MARK abs; in ex_z() local
H A Dex_global.c65 MARK abs; in ex_g_setup() local
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h44 __DEVICE__ __CONSTEXPR__ double abs(double __x) { return ::fabs(__x); } in abs() function
45 __DEVICE__ __CONSTEXPR__ float abs(float __x) { return ::fabsf(__x); } in abs() function
46 __DEVICE__ __CONSTEXPR__ long long abs(long long __n) { return ::llabs(__n); } in abs() function
47 __DEVICE__ __CONSTEXPR__ long abs(long __n) { return ::labs(__n); } in abs() function
H A D__clang_hip_stdlib.h26 int abs(int __x) { in abs() function
H A D__clang_cuda_cmath.h41 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } in abs() function
42 __DEVICE__ long abs(long __n) { return ::labs(__n); } in abs() function
43 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() function
44 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() function
/freebsd-src/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk48 function abs(x) function
H A Dfeeder_rate_mkfilter.awk52 function abs(x) function
/freebsd-src/contrib/llvm-project/lld/Common/
H A DReproduce.cpp25 SmallString<128> abs = path; in relativeToRoot() local
/freebsd-src/contrib/tzcode/
H A Dtzselect.ksh287 function abs(x) { global() function
/freebsd-src/contrib/ntp/util/
H A Dtimetrim.c38 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
/freebsd-src/lib/libsys/
H A D__vdso_gettimeofday.c60 binuptime(struct bintime *bt, struct vdso_timekeep *tk, bool abs) in binuptime()
/freebsd-src/contrib/ntp/libntp/
H A Dadjtime.c136 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
/freebsd-src/sys/dev/qlnx/qlnxe/
H A Decore_l2.h77 struct ecore_queue_cid_params abs; member
/freebsd-src/sys/dev/ath/
H A Dah_osdep.h74 #define abs(_a) __builtin_abs(_a) macro
/freebsd-src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h34 template <class _Tp> __DEVICE__ _Tp abs(const std::complex<_Tp> &__c) { in abs() function
/freebsd-src/usr.sbin/bhyve/
H A Dpci_virtio_input.c116 struct vtinput_absinfo abs; member
375 struct input_absinfo abs; in pci_vtinput_read_config_abs_info() local
/freebsd-src/contrib/nvi/vi/
H A Dvi.c63 MARK abs; in vi() local
/freebsd-src/sys/dev/evdev/
H A Dinput.h101 #define EVIOCGABS(abs) _IOR(EVDEV_IOC_MAGIC, 0x40 + (abs), struct input_absinfo) /* get abs value/… argument
102 #define EVIOCSABS(abs) _IOW(EVDEV_IOC_MAGIC, 0xc0 + (abs), struct input_absinfo) /* set abs value/… argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h159 static Floating abs(const Floating &F) { in abs() function
/freebsd-src/contrib/pnglite/
H A Dpnglite.c24 #define abs(x) ((x) < 0? -(x):(x)) macro

12