/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdlib.h | 113 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long abs(long __x) _NOEXCEPT { return __builtin_labs… in abs() function 114 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long long abs(long long __x) _NOEXCEPT { return __bu… in abs() function 117 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float abs(float __lcpp_x) _NOEXCEPT { in abs() function 121 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double abs(double __lcpp_x) _NOEXCEPT { in abs() function 125 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double abs(long double __lcpp_x) _NOEXCEPT { in abs() function
|
/freebsd/lib/libc/stdlib/ |
H A D | abs.c | 35 abs(int j) in abs() function
|
/freebsd/contrib/bsddialog/lib/ |
H A D | menubox.c | 94 int i, j, abs; in build_privatemenu() local 194 static int getprev(struct privateitem *pritems, int abs) in getprev() argument 207 getnext(int npritems,struct privateitem * pritems,int abs) getnext() argument 224 int i, abs; getfirst_with_default() local 248 getfastnext(int menurows,int npritems,struct privateitem * pritems,int abs) getfastnext() argument 264 getfastprev(int menurows,struct privateitem * pritems,int abs) getfastprev() argument 280 getnextshortcut(int npritems,struct privateitem * pritems,int abs,wint_t key) getnextshortcut() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 44 __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.h | 26 int abs(int __x) { in abs() function
|
H A D | __clang_cuda_cmath.h | 41 __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/contrib/nvi/ex/ |
H A D | ex_z.c | 33 MARK abs; in ex_z() local
|
H A D | ex_global.c | 65 MARK abs; in ex_g_setup() local
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Reproduce.cpp | 25 SmallString<128> abs = path; in relativeToRoot() local
|
/freebsd/sys/tools/sound/ |
H A D | feeder_eq_mkfilter.awk | 48 function abs(x) function
|
H A D | feeder_rate_mkfilter.awk | 52 function abs(x) function
|
/freebsd/contrib/tzcode/ |
H A D | tzselect.ksh | 287 function abs(x) { global() function
|
/freebsd/contrib/ntp/util/ |
H A D | timetrim.c | 38 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
|
/freebsd/lib/libsys/ |
H A D | __vdso_gettimeofday.c | 60 binuptime(struct bintime *bt, struct vdso_timekeep *tk, bool abs) in binuptime()
|
/freebsd/contrib/ntp/libntp/ |
H A D | adjtime.c | 136 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_l2.h | 77 struct ecore_queue_cid_params abs; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DynamicAPInt.h | 352 LLVM_ATTRIBUTE_ALWAYS_INLINE DynamicAPInt abs(const DynamicAPInt &X) { in abs() function
|
/freebsd/sys/dev/ath/ |
H A D | ah_osdep.h | 74 #define abs(_a) __builtin_abs(_a) macro
|
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 34 template <class _Tp> __DEVICE__ _Tp abs(const std::complex<_Tp> &__c) { in abs() function
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_input.c | 116 struct vtinput_absinfo abs; member 375 struct input_absinfo abs; in pci_vtinput_read_config_abs_info() local
|
/freebsd/contrib/nvi/vi/ |
H A D | vi.c | 63 MARK abs; in vi() local
|
/freebsd/sys/dev/evdev/ |
H A D | input.h | 101 #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/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Floating.h | 159 static Floating abs(const Floating &F) { in abs() function
|
/freebsd/contrib/pnglite/ |
H A D | pnglite.c | 24 #define abs(x) ((x) < 0? -(x):(x)) macro
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_serdes_25g.c | 1501 uint8_t val8, abs; in al_serdes_25g_tx_diag_info_get() local 1615 uint8_t abs, sign; in al_serdes_25g_rx_diag_5bit_signed_set() local
|