| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | valarray_after.h | 48 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 52 typedef typename _Dom::value_type value_type; in _GLIBCXX_BEGIN_NAMESPACE() 54 _GBase (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_BEGIN_NAMESPACE() 66 const _Dom& _M_expr; in _GLIBCXX_BEGIN_NAMESPACE() 92 template<class _Dom> 93 struct _GClos<_Expr, _Dom> 94 : _GBase<_Dom> 96 typedef _GBase<_Dom> _Base; 99 _GClos (const _Dom& __e, const valarray<size_t>& __i) 117 template<class _Dom> [all …]
|
| D | gslice_array.h | 99 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 100 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 101 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 102 void operator*=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 103 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 104 void operator/=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 105 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 106 void operator%=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 107 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 108 void operator+=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| D | indirect_array.h | 102 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 103 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 104 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 105 void operator*=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 106 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 107 void operator/=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 108 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 109 void operator%=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 110 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 111 void operator+=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| D | slice_array.h | 162 template<class _Dom> 163 void operator=(const _Expr<_Dom, _Tp>&) const; 164 template<class _Dom> 165 void operator*=(const _Expr<_Dom, _Tp>&) const; 166 template<class _Dom> 167 void operator/=(const _Expr<_Dom, _Tp>&) const; 168 template<class _Dom> 169 void operator%=(const _Expr<_Dom, _Tp>&) const; 170 template<class _Dom> 171 void operator+=(const _Expr<_Dom, _Tp>&) const; [all …]
|
| D | mask_array.h | 102 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 103 void operator=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 104 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 105 void operator*=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 106 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 107 void operator/=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 108 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 109 void operator%=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 110 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 111 void operator+=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| D | valarray_before.h | 406 template<typename _Dom, typename _Arg> 410 typedef typename _Dom::value_type value_type; 412 _FunBase(const _Dom& __e, value_type __f(_Arg)) 421 const _Dom& _M_expr; 425 template<class _Dom> 426 struct _ValFunClos<_Expr,_Dom> : _FunBase<_Dom, typename _Dom::value_type> 428 typedef _FunBase<_Dom, typename _Dom::value_type> _Base; 432 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} 444 template<class _Dom> 445 struct _RefFunClos<_Expr, _Dom> [all …]
|
| D | valarray_array.tcc | 143 template<typename _Tp, class _Dom> 145 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, _Array<_Tp> __a) in __valarray_copy() argument 154 template<typename _Tp, class _Dom> 156 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 166 template<typename _Tp, class _Dom> 168 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 196 template<typename _Tp, class _Dom> 198 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 215 template<typename _Tp, class _Dom> 217 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct() argument
|
| D | valarray_array.h | 555 template<typename _Tp, class _Dom> \ 558 const _Expr<_Dom, _Tp>& __e, size_t __n) \ 587 template<typename _Tp, class _Dom> \ 590 const _Expr<_Dom, _Tp>& __e, size_t __n) \ 619 template<typename _Tp, class _Dom> \ 622 const _Expr<_Dom, _Tp>& __e, size_t __n) \ 667 template<typename _Tp, class _Dom> \ 670 const _Expr<_Dom, _Tp>& __e, size_t __n) \
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | valarray_meta.h | 386 template<typename _Dom, typename _Arg> 390 typedef typename _Dom::value_type value_type; 392 _FunBase(const _Dom& __e, value_type __f(_Arg)) 401 const _Dom& _M_expr; 405 template<class _Dom> 406 struct _ValFunClos<_Expr,_Dom> : _FunBase<_Dom, typename _Dom::value_type> 408 typedef _FunBase<_Dom, typename _Dom::value_type> _Base; 412 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} 424 template<class _Dom> 425 struct _RefFunClos<_Expr,_Dom> : [all …]
|
| D | gslice_array.h | 63 template<class _Dom> 64 void operator=(const _Expr<_Dom,_Tp>&) const; 65 template<class _Dom> 66 void operator*=(const _Expr<_Dom,_Tp>&) const; 67 template<class _Dom> 68 void operator/=(const _Expr<_Dom,_Tp>&) const; 69 template<class _Dom> 70 void operator%=(const _Expr<_Dom,_Tp>&) const; 71 template<class _Dom> 72 void operator+=(const _Expr<_Dom,_Tp>&) const; [all …]
|
| D | indirect_array.h | 68 template<class _Dom> 69 void operator=(const _Expr<_Dom, _Tp>&) const; 70 template<class _Dom> 71 void operator*=(const _Expr<_Dom, _Tp>&) const; 72 template<class _Dom> 73 void operator/=(const _Expr<_Dom, _Tp>&) const; 74 template<class _Dom> 75 void operator%=(const _Expr<_Dom, _Tp>&) const; 76 template<class _Dom> 77 void operator+=(const _Expr<_Dom, _Tp>&) const; [all …]
|
| D | mask_array.h | 66 template<class _Dom> 67 void operator=(const _Expr<_Dom,_Tp>&) const; 68 template<class _Dom> 69 void operator*=(const _Expr<_Dom,_Tp>&) const; 70 template<class _Dom> 71 void operator/=(const _Expr<_Dom,_Tp>&) const; 72 template<class _Dom> 73 void operator%=(const _Expr<_Dom,_Tp>&) const; 74 template<class _Dom> 75 void operator+=(const _Expr<_Dom,_Tp>&) const; [all …]
|
| D | slice_array.h | 107 template<class _Dom> 108 void operator=(const _Expr<_Dom,_Tp>&) const; 109 template<class _Dom> 110 void operator*=(const _Expr<_Dom,_Tp>&) const; 111 template<class _Dom> 112 void operator/=(const _Expr<_Dom,_Tp>&) const; 113 template<class _Dom> 114 void operator%=(const _Expr<_Dom,_Tp>&) const; 115 template<class _Dom> 116 void operator+=(const _Expr<_Dom,_Tp>&) const; [all …]
|
| D | valarray_array.tcc | 83 export template<typename _Tp, class _Dom> 85 __valarray_copy (const _Expr<_Dom, _Tp>& __e, size_t __n, _Array<_Tp> __a) in __valarray_copy() argument 91 export template<typename _Tp, class _Dom> 93 __valarray_copy (const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 100 export template<typename _Tp, class _Dom> 102 __valarray_copy (const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 109 export template<typename _Tp, class _Dom> 111 __valarray_copy (const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 126 export template<typename _Tp, class _Dom> 128 __valarray_copy_construct (const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct() argument
|
| D | valarray_array.h | 490 template<typename _Tp, class _Dom> \ 493 const _Expr<_Dom,_Tp>& __e, size_t __n) \ 519 template<typename _Tp, class _Dom> \ 522 const _Expr<_Dom,_Tp>& __e, size_t __n) \ 548 template<typename _Tp, class _Dom> \ 551 const _Expr<_Dom, _Tp>& __e, size_t __n) \ 590 template<typename _Tp, class _Dom> \ 593 const _Expr<_Dom, _Tp>& __e, size_t __n) \
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_valarray.h | 58 template<class _Oper, template<class, class> class _Meta, class _Dom> 67 template<template<class, class> class _Meta, class _Dom> 70 template<template<class, class> class _Meta, class _Dom> 73 template<template<class, class> class _Meta, class _Dom> 76 template<template<class, class> class _Meta, class _Dom> 79 template<template<class, class> class _Meta, class _Dom> 119 template<class _Dom> 120 valarray(const _Expr<_Dom,_Tp>& __e); 131 template<class _Dom> valarray<_Tp>& 132 operator= (const _Expr<_Dom,_Tp>&); [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_valarray.h | 58 template<class _Oper, template<class, class> class _Meta, class _Dom> 67 template<template<class, class> class _Meta, class _Dom> 70 template<template<class, class> class _Meta, class _Dom> 73 template<template<class, class> class _Meta, class _Dom> 76 template<template<class, class> class _Meta, class _Dom> 79 template<template<class, class> class _Meta, class _Dom> 148 template<class _Dom> in _GLIBCXX_BEGIN_NAMESPACE() 149 valarray(const _Expr<_Dom, _Tp>& __e); in _GLIBCXX_BEGIN_NAMESPACE() 213 template<class _Dom> valarray<_Tp>& in _GLIBCXX_BEGIN_NAMESPACE() 214 operator= (const _Expr<_Dom, _Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|