Searched defs:__e (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/cpp/std/
H A Dstd_valarray.h331 inline valarray<_Tp>::valarray (const _Expr<_Dom, _Tp>& __e) argument
392 valarray<_Tp>::operator= (const _Expr<_Dom, _Tp>& __e) argument
[all...]
H A Dvalarray_meta.h56 _UnFunBase (const _Dom& __e, _Vt __f(_Vt)) argument
74 _UnFunClos (const _Dom& __e, value_type __f(value_type)) argument
118 _BinFunBase1 (const _Vt& __c, const _Dom& __e, _Vt __f(_Vt, _Vt)) argument
136 _BinFunBase2 (const _Dom& __e, const _Vt& __c, _Vt __f(_Vt, _Vt)) argument
178 _BinFunClos (const _Dom& __e, const valarray<_Tp>& __v, argument
190 _BinFunClos(const valarray<_Tp>& __v, const _Dom& __e, _Tp __f(_Tp, _Tp)) argument
202 _BinFunClos(const _Dom& __e, const _Tp& __t, _Tp __f (_Tp, _Tp)) argument
213 _BinFunClos(const _Tp& __t, const _Dom& __e, _Tp __f (_Tp, _Tp)) argument
247 _FunBase(const _Dom& __e, value_type __f(_Arg)) argument
266 _ValFunClos(const _Dom& __e, _Tp __f (_Tp)) argument
286 _RefFunClos(const _Dom& __e, _Tp __f (const _Tp&)) argument
310 _UnBase(const _Arg& __e) argument
329 _UnClos(const _Arg& __e) argument
338 _UnClos(const _Arg& __e) argument
375 _BinBase2(const _Clos& __e, const _Vt& __t) argument
398 _BinBase1(const _Vt& __t, const _Clos& __e) argument
504 _SBase(const _Dom& __e, const slice& __s) argument
536 _SClos(const _Dom& __e, const slice& __s) argument
554 _GBase(const _Dom& __e, const valarray<size_t>& __i) argument
584 _GClos(const _Dom& __e, const valarray<size_t>& __i) argument
605 _IBase(const _Dom& __e, const valarray<size_t>& __i) argument
620 _IClos(const _Dom& __e, const valarray<size_t>& __i) argument
727 min(const _Expr<_Dom,_Tp>& __e) argument
738 max(const _Expr<_Dom,_Tp>& __e) argument
[all...]
/haiku/headers/cpp/
H A Dstl_rope.h1627 rope(const _CharT *__s, const _CharT *__e, argument
1632 rope(const const_iterator& __s, const const_iterator& __e, argument
1638 rope(const iterator& __s, const iterator& __e, argument
1893 rope& append(const _CharT* __s, const _CharT* __e) { argument
1901 rope& append(const_iterator __s, const_iterator __e) { argument
[all...]

Completed in 47 milliseconds