Searched refs:__identity_element (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A D_numeric.c77 return __identity_element(__opr);
H A D_function_base.h206 template <class _Tp> inline _Tp __identity_element(plus<_Tp>) { return _Tp(0); } function
207 template <class _Tp> inline _Tp __identity_element(multiplies<_Tp>) { return _Tp(1); } function
H A D_rope.h133 __identity_element(_Rope_Concat_fn<_CharT, _Alloc>) function

Completed in 2140 milliseconds