/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | stdlib.h | 107 inline _LIBCPP_INLINE_VISIBILITY long abs(long __x) _NOEXCEPT { in abs() function 111 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT { in abs() function 118 inline _LIBCPP_INLINE_VISIBILITY float abs(float __lcpp_x) _NOEXCEPT { in abs() function 122 inline _LIBCPP_INLINE_VISIBILITY double abs(double __lcpp_x) _NOEXCEPT { in abs() function 127 abs(long double __lcpp_x) _NOEXCEPT { in abs() function
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/check/ |
H A D | crc64_x86.S | 61 # define ALIGN(pow2, abs) .align pow2 argument 63 # define ALIGN(pow2, abs) .align abs argument
|
H A D | crc32_x86.S | 71 # define ALIGN(pow2, abs) .align pow2 argument 73 # define ALIGN(pow2, abs) .align abs argument
|
/netbsd-src/lib/libc/stdlib/ |
H A D | abs.c | 44 abs(int j) in abs() function
|
H A D | Lint_abs.c | 12 abs(int j) in abs() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 32 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() function 33 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() function 34 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } in abs() function 35 __DEVICE__ long abs(long __n) { return ::labs(__n); } 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
|
/netbsd-src/lib/libc/time/ |
H A D | tzselect.ksh | 268 function abs(x) { global() function
|
/netbsd-src/external/bsd/ntp/dist/util/ |
H A D | timetrim.c | 40 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
|
/netbsd-src/sys/arch/arm/acpi/ |
H A D | acpipchb.c | 220 struct acpipchb_bus_space * const abs = t; in acpipchb_bus_space_map() local 248 struct acpipchb_bus_space *abs; in acpipchb_setup_ranges_cb() local [all...] |
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUModifierSyntax.rst | 1389 abs subsection 1531 abs subsection 1562 Computes the negative value of its operand. Must be applied after :ref:`abs<amdgpu_synid_abs>` argument 1834 abs subsection
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/sys/external/isc/atheros_hal/ic/ |
H A D | ah_osdep.h | 54 #define abs(_a) __builtin_abs(_a) macro
|
/netbsd-src/usr.sbin/timed/timed/ |
H A D | globals.h | 170 # define abs(x) (x>=0 ? x : -(x)) macro
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | search.c | 54 #define abs(x) (((x) >= 0) ? (x) : -(x)) macro
|
/netbsd-src/games/hunt/hunt/ |
H A D | otto.c | 227 #define direction(abs,rel) (((abs) + (rel)) % NUMDIRECTIONS) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | complex.d | 698 T abs(T)(Complex!T z) @safe pure nothrow @nogc in abs() function
|
/netbsd-src/usr.sbin/wsmoused/ |
H A D | selection.c | 230 const struct wsmouse_calibcoords *abs = &Selmouse.sm_mouse->m_calib; in selection_wsmouse_event() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | algebraic.d | 111 static auto abs(T, int size)(auto ref const Vector!(T, size) v) in abs() function
|
/netbsd-src/usr.sbin/inetd/ |
H A D | parse.c | 1169 char *abs; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | KnownBits.cpp | 395 KnownBits KnownBits::abs(bool IntMinIsPoison) const { in abs() function in KnownBits
|
/netbsd-src/sys/kern/ |
H A D | kern_timeout.c | 118 #define BUCKET(cc, rel, abs) \ argument
|
/netbsd-src/external/mit/isl/dist/imath/ |
H A D | gmp_compat.c | 75 void GMPZAPI(abs)(mp_int rop, mp_int op) { CHECK(mp_int_abs(op, rop)); } in GMPZAPI() argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | time.d | 3638 Duration abs(Duration duration) @safe pure nothrow @nogc in abs() function 3644 TickDuration abs(TickDuration duration) @safe pure nothrow @nogc in abs() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | complex.d | 741 T abs(T)(Complex!T z) @safe pure nothrow @nogc in abs() function
|