Searched defs:__x (Results 1 - 25 of 127) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr17390.c4 double sgn (double __x) argument
H A Dcmov7.c13 sgn (double __x) argument
H A Dpr19236-1.c8 float testf (float __x) { argument
12 double test (double __x) { argument
H A D980312-1.c6 __expm1 (double __x) argument
13 __sgn1 (double __x) argument
18 tanh (double __x) argument
H A D980313-1.c6 __expm1 (double __x) argument
13 __sgn1 (double __x) argument
18 tanh (double __x) argument
H A D980211-1.c9 __signbitl0 (long double __x) argument
H A D990117-1.c6 fabs (double __x) argument
H A D980414-1.c9 mypow (double __x, double __y) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dbuiltin5.C8 atanh(double __x) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr20931.C8 __finite (double __x) throw () argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWparentheses-4.C9 cmath_power(_Tp __x, unsigned int __n) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20011217-2.c6 finite (double __x) argument
H A Dpr34966.c4 atan (double __x) argument
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_relops.h37 inline bool operator!=(const _Tp& __x, const _Tp& __y) { argument
42 inline bool operator>(const _Tp& __x, const _Tp& __y) { argument
47 inline bool operator<=(const _Tp& __x, const _Tp& __y) { argument
52 inline bool operator>=(const _Tp& __x, const _Tp& __y) { argument
H A Dstl_pair.h53 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
59 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
66 inline pair<_T1, _T2> make_pair(const _T1& __x, const _T2& __y) argument
H A Dstl_raw_storage_iter.h47 explicit raw_storage_iterator(_ForwardIterator __x) : _M_iter(__x) {} argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dbitfield1.C6 void make_pair(_T1& __x) {} argument
H A Dlvalue1.C17 make_pair(_T1 __x, _T2 __y) argument
/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dsafe_container.h62 _Safe_container(_Safe_container&& __x, argument
86 __glibcxx_check_self_move_assign(__x); variable
[all...]
H A Dsafe_unordered_base.h70 _Safe_local_iterator_base(const _Safe_local_iterator_base& __x, argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_raw_storage_iter.h76 raw_storage_iterator(_OutputIterator __x) argument
H A Dstl_relops.h87 operator!=(const _Tp& __x, const _Tp& __y) argument
100 operator>(const _Tp& __x, const _Tp& __y) argument
113 operator <=(const _Tp& __x, const _Tp& __y) argument
126 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-builtin1.C5 isinf(long double __x) argument
9 isinf(double __x) argument
13 isnan(long double __x) argument
H A Dconstexpr-array-ptr8.C22 constexpr B (U && __x, const T2 & __y) : t1 (foo <U> (__x)), t2 (__y) {} argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr33340.C10 void push_back(const T& __x) { argument

Completed in 205 milliseconds

123456