Searched defs:__v (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/cpp/std/
H A Dvalarray_array.h171 inline _Array<_Tp>::_Array (const valarray<_Tp>& __v) argument
H A Dstd_valarray.h302 inline valarray<_Tp>::valarray (const valarray<_Tp>& __v) argument
340 valarray<_Tp>::operator= (const valarray<_Tp>& __v) argument
[all...]
H A Dvalarray_meta.h83 _UnFunClos (const valarray<_Tp>& __v, _Tp __f(_Tp)) argument
166 _BinFunClos (const valarray<_Tp>& __v, const valarray<_Tp>& __w, argument
178 _BinFunClos (const _Dom& __e, const valarray<_Tp>& __v, argument
190 _BinFunClos (const valarray<_Tp>& __v, const _Dom& __e, argument
223 _BinFunClos (const valarray<_Tp>& __v, const _Tp& __t, argument
234 _BinFunClos(const _Tp& __t, const valarray<_Tp>& __v, _Tp __f (_Tp, _Tp)) argument
275 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) argument
296 _RefFunClos(const valarray<_Tp>& __v, _Tp __f(const _Tp&)) argument
430 _BinClos(const valarray<_Tp>& __v, const valarray<_Tp>& __w) argument
482 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) argument
492 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) argument
[all...]
/haiku/headers/cpp/
H A Dstl_function.h377 constant_void_fun(const result_type& __v) : __val(__v) {} argument
388 constant_unary_fun(const _Result& __v) : _M_val(__v) {} argument
399 constant_binary_fun(const _Result& __v) : _M_val(__v) {} argument
H A Dstl_tree.h823 ::_M_insert(_Base_ptr __x_, _Base_ptr __y_, const _Value& __v) argument
859 ::insert_equal(const _Value& __v) argument
877 ::insert_unique(const _Value& __v) argument
903 insert_unique(iterator __position, const _Val& __v) argument
936 insert_equal(iterator __position, const _Val& __v) argument
[all...]

Completed in 38 milliseconds