Searched defs:abs (Results 1 - 25 of 43) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dc-inline.C6 inline double abs (double) { return 0.0; } function
7 inline short abs (short) { return 0; } function
10 inline int abs (int) { return 0; } // causes segfault - function
H A Dloverload4.C4 inline char abs (char x) { return 0; } function
7 inline int abs (int x) { return 1; } function
H A Doverload22.C5 inline double abs (double x) { return x;} function
6 inline int abs (int i) { return i; } function
/openbsd-current/lib/libc/stdlib/
H A Dabs.c34 abs(int j) function
38 DEF_STRONG(abs); variable
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dno-builtin-1.c33 abs (int x) function
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_stdlib.h26 int abs(int __x) { function
/openbsd-current/gnu/llvm/libcxx/include/
H A Dstdlib.h102 # undef abs macro
[all...]
/openbsd-current/gnu/llvm/lld/Common/
H A DReproduce.cpp25 SmallString<128> abs = path; local
/openbsd-current/lib/librthread/
H A Dsynch.h29 _twait(volatile uint32_t *p, int val, clockid_t clockid, const struct timespec *abs) argument
H A Drthread_rwlock.c115 _rthread_rwlock_timedrdlock(pthread_rwlock_t *rwlockp, int trywait, const struct timespec *abs, int timed) argument
168 pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlockp, const struct timespec *abs) argument
192 _rthread_rwlock_timedwrlock(pthread_rwlock_t *rwlockp, int trywait, const struct timespec *abs, int timed) argument
244 pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlockp, const struct timespec *abs) argument
/openbsd-current/lib/libc/thread/
H A Dsynch.h29 _twait(volatile uint32_t *p, int val, clockid_t clockid, const struct timespec *abs) argument
H A Drthread_mutex.c214 pthread_mutex_timedlock(pthread_mutex_t *mutexp, const struct timespec *abs) argument
96 _rthread_mutex_trylock(pthread_mutex_t mutex, int trywait, const struct timespec *abs) argument
136 _rthread_mutex_timedlock(pthread_mutex_t *mutexp, int trywait, const struct timespec *abs, int timed) argument
H A Drthread_cond.c71 _rthread_cond_timedwait(pthread_cond_t cond, pthread_mutex_t *mutexp, const struct timespec *abs) argument
133 pthread_cond_timedwait(pthread_cond_t *condp, pthread_mutex_t *mutexp, const struct timespec *abs) argument
/openbsd-current/include/
H A Dstdlib.h92 #undef abs macro
/openbsd-current/sys/lib/libkern/
H A Dlibkern.h99 abs(int j) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-abs-1.c127 abs (int x) function
[all...]
H A Dbuiltin-abs-2.c123 abs (int x) function
/openbsd-current/lib/libcrypto/asn1/
H A Da_bitstr.c92 asn1_abs_clear_unused_bits(ASN1_BIT_STRING *abs) argument
98 asn1_abs_set_unused_bits(ASN1_BIT_STRING *abs, uint8_t unused_bits) argument
245 ASN1_BIT_STRING *abs = NULL; local
302 ASN1_BIT_STRING *abs = NULL; local
[all...]
/openbsd-current/gnu/lib/libreadline/
H A Dsearch.c52 # undef abs macro
54 #define abs(x) (((x) >= 0) ? (x) : -(x)) macro
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dh8500-dis.c118 int abs = 0; local
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dh8500-dis.c98 int abs = 0; local
/openbsd-current/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h34 template <class _Tp> __DEVICE__ _Tp abs(const std::complex<_Tp> &__c) { function in namespace:std
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__chrono/
H A Dtime_point.h137 abs(duration<_Rep, _Period> __d) function in namespace:chrono
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h44 #undef abs macro
85 abs(double __x) function in namespace:std
89 abs(float __x) function in namespace:std
93 abs(long double __x) function in namespace:std
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h57 #undef abs macro
89 abs(double __x) function
93 abs(float __x) function
97 abs(long double __x) function

Completed in 633 milliseconds

12