Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstdlib.h107 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 Dcrc64_x86.S61 # define ALIGN(pow2, abs) .align pow2 argument
63 # define ALIGN(pow2, abs) .align abs argument
H A Dcrc32_x86.S71 # define ALIGN(pow2, abs) .align pow2 argument
73 # define ALIGN(pow2, abs) .align abs argument
/netbsd-src/lib/libc/stdlib/
H A Dabs.c44 abs(int j) in abs() function
H A DLint_abs.c12 abs(int j) in abs() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h32 __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.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
/netbsd-src/lib/libc/time/
H A Dtzselect.ksh268 function abs(x) { global() function
/netbsd-src/external/bsd/ntp/dist/util/
H A Dtimetrim.c40 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
/netbsd-src/sys/arch/arm/acpi/
H A Dacpipchb.c220 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 DAMDGPUModifierSyntax.rst1389 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 Dcomplex_cmath.h34 template <class _Tp> __DEVICE__ _Tp abs(const std::complex<_Tp> &__c) { in abs() function
/netbsd-src/sys/external/isc/atheros_hal/ic/
H A Dah_osdep.h54 #define abs(_a) __builtin_abs(_a) macro
/netbsd-src/usr.sbin/timed/timed/
H A Dglobals.h170 # define abs(x) (x>=0 ? x : -(x)) macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dsearch.c54 #define abs(x) (((x) >= 0) ? (x) : -(x)) macro
/netbsd-src/games/hunt/hunt/
H A Dotto.c227 #define direction(abs,rel) (((abs) + (rel)) % NUMDIRECTIONS) argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcomplex.d698 T abs(T)(Complex!T z) @safe pure nothrow @nogc in abs() function
/netbsd-src/usr.sbin/wsmoused/
H A Dselection.c230 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 Dalgebraic.d111 static auto abs(T, int size)(auto ref const Vector!(T, size) v) in abs() function
/netbsd-src/usr.sbin/inetd/
H A Dparse.c1169 char *abs; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DKnownBits.cpp395 KnownBits KnownBits::abs(bool IntMinIsPoison) const { in abs() function in KnownBits
/netbsd-src/sys/kern/
H A Dkern_timeout.c118 #define BUCKET(cc, rel, abs) \ argument
/netbsd-src/external/mit/isl/dist/imath/
H A Dgmp_compat.c75 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 Dtime.d3638 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 Dcomplex.d741 T abs(T)(Complex!T z) @safe pure nothrow @nogc in abs() function

12