Searched refs:_STLP_DECLSPEC (Results 1 - 20 of 20) sorted by relevance

/external/stlport/stlport/stl/
H A D_range_errors.h35 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_runtime_error(const char* __msg);
36 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_range_error(const char* __msg);
37 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_out_of_range(const char* __msg);
38 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error(const char* __msg);
39 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg);
40 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_overflow_error(const char* __msg);
H A D_complex.h756 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>&);
758 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>&);
760 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>&);
762 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>&);
764 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi);
766 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi);
784 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>&);
786 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>&);
788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&);
815 _STLP_DECLSPEC basic_istrea
[all...]
H A D_locale.h56 _STLP_DECLSPEC _Locale_impl * _STLP_CALL _get_Locale_impl( _Locale_impl *locimpl );
57 _STLP_DECLSPEC _Locale_impl * _STLP_CALL _copy_Nameless_Locale_impl( _Locale_impl *locimpl );
329 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<char, istreambuf_iterator<char, char_traits<char> > >*);
330 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, char_traits<char> > >*);
331 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, char_traits<char> > >*);
332 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_put<char, ostreambuf_iterator<char, char_traits<char> > >*);
333 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_get<char, istreambuf_iterator<char, char_traits<char> > >*);
334 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_put<char, ostreambuf_iterator<char, char_traits<char> > >*);
337 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >*);
338 _STLP_DECLSPEC local
[all...]
H A D_num_get.h189 _STLP_DECLSPEC bool _STLP_CALL __valid_grouping(const char*, const char*, const char*, const char*);
196 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit(wchar_t&, const wchar_t*);
197 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit_or_sep(wchar_t&, wchar_t, const wchar_t*);
212 void _STLP_DECLSPEC _STLP_CALL _Initialize_get_float(const ctype<wchar_t>&,
215 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, float&);
216 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, double&);
218 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, long double&);
H A D_range_errors.c56 # define _STLP_THROW_FUNCT_SPEC void _STLP_DECLSPEC
H A D_time_facets.h233 _STLP_DECLSPEC void _STLP_CALL
239 _STLP_DECLSPEC void _STLP_CALL
H A D_num_put.c271 _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_lo();
272 _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_hi();
H A D_num_get.c33 _STLP_DECLSPEC unsigned char _STLP_CALL __digit_val_table(unsigned);
34 _STLP_DECLSPEC const char* _STLP_CALL __narrow_atoms();
/external/stlport/stlport/
H A Diostream64 extern _STLP_DECLSPEC istream cin;
67 extern _STLP_DECLSPEC ofstream cout;
68 extern _STLP_DECLSPEC ofstream cerr;
69 extern _STLP_DECLSPEC ofstream clog;
71 extern _STLP_DECLSPEC ostream cout;
72 extern _STLP_DECLSPEC ostream cerr;
73 extern _STLP_DECLSPEC ostream clog;
77 extern _STLP_DECLSPEC wistream wcin;
78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostrea
[all...]
/external/stlport/src/
H A Dstlport_prefix.h35 # define _STLP_OPERATOR_SPEC _STLP_DECLSPEC
37 # define _STLP_OPERATOR_SPEC _STLP_TEMPLATE_NULL _STLP_DECLSPEC
H A Dcomplex_trig.cpp73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z)
76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z)
80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z)
92 _STLP_DECLSPEC complex<float> _STLP_CALL cos(const complex<float>& z)
95 _STLP_DECLSPEC complex<double> _STLP_CALL cos(const complex<double>& z)
99 _STLP_DECLSPEC complex<long double> _STLP_CALL cos(const complex<long double>& z)
118 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>& z)
121 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>& z)
125 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>& z)
137 _STLP_DECLSPEC comple
[all...]
H A Dcomplex.cpp40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z)
43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z)
48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z)
55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z)
59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z)
64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z)
70 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi)
73 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi)
78 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double& __rho, const long double& __phi)
207 _STLP_DECLSPEC comple
[all...]
H A Diostream.cpp70 _STLP_DECLSPEC istream cin(0);
71 _STLP_DECLSPEC ostream cout(0);
72 _STLP_DECLSPEC ostream cerr(0);
73 _STLP_DECLSPEC ostream clog(0);
76 _STLP_DECLSPEC wistream wcin(0);
77 _STLP_DECLSPEC wostream wcout(0);
78 _STLP_DECLSPEC wostream wcerr(0);
79 _STLP_DECLSPEC wostream wclog(0);
100 _STLP_DECLSPEC _Stl_aligned_buffer<istream> cin;
101 _STLP_DECLSPEC _Stl_aligned_buffe
[all...]
H A Dnum_get.cpp54 _STLP_DECLSPEC unsigned char _STLP_CALL __digit_val_table(unsigned __index) {
69 _STLP_DECLSPEC const char* _STLP_CALL __narrow_atoms()
H A Dlocale_impl.cpp695 _STLP_DECLSPEC _Locale_impl* _STLP_CALL _get_Locale_impl(_Locale_impl *loc)
714 _STLP_DECLSPEC _Locale_impl* _STLP_CALL _copy_Nameless_Locale_impl(_Locale_impl *loc)
726 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<char, istreambuf_iterator<char, char_traits<char> > >*)
728 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, char_traits<char> > >*)
731 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >*)
733 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >*)
737 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, char_traits<char> > >*)
740 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >*)
744 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_put<char, ostreambuf_iterator<char, char_traits<char> > >*)
747 _STLP_DECLSPEC local
[all...]
H A Dnum_put.cpp118 _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_lo()
121 _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_hi()
H A Ddll_main.cpp206 extern "C" void _STLP_DECLSPEC _STLP_CALL _STLP_SIGNAL_RUNTIME_COMPATIBILITY() {}
H A Dfacets_byname.cpp39 _STLP_DECLSPEC
110 _STLP_DECLSPEC
182 _STLP_DECLSPEC
229 _STLP_DECLSPEC
H A Dctype.cpp329 _STLP_DECLSPEC
336 _STLP_DECLSPEC
/external/stlport/stlport/stl/config/
H A Dfeatures.h977 # define _STLP_DECLSPEC _STLP_EXPORT_DECLSPEC macro
980 # define _STLP_DECLSPEC _STLP_IMPORT_DECLSPEC /* Other modules, importing STLport exports */ macro
986 # define _STLP_DECLSPEC macro
994 # define _STLP_STATIC_DECLSPEC _STLP_DECLSPEC
1072 void _STLP_DECLSPEC _STLP_CALL _STLP_CHECK_RUNTIME_COMPATIBILITY();

Completed in 386 milliseconds