Home
last modified time | relevance | path

Searched refs:_OStream (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__random/
H A Dbernoulli_distribution.h117 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
118 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
119 _OStream::scientific);
H A Dchi_squared_distribution.h115 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
116 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
117 _OStream::scientific);
H A Dgeometric_distribution.h116 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
117 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
118 _OStream::scientific);
H A Dexponential_distribution.h129 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
130 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
131 _OStream::scientific);
H A Dstudent_t_distribution.h126 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
127 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
128 _OStream::scientific);
H A Dweibull_distribution.h123 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
124 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
125 _OStream::scientific);
H A Dcauchy_distribution.h132 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
133 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
134 _OStream::scientific);
H A Dextreme_value_distribution.h131 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
132 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
133 _OStream::scientific);
H A Dfisher_f_distribution.h130 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
131 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
132 _OStream::scientific);
H A Dnegative_binomial_distribution.h152 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
153 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
154 _OStream::scientific);
H A Duniform_real_distribution.h131 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
132 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
133 _OStream::scientific);
H A Dbinomial_distribution.h197 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
198 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
199 _OStream::scientific);
H A Dgamma_distribution.h183 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
184 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
185 _OStream::scientific);
H A Dnormal_distribution.h168 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
169 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
170 _OStream::scientific);
H A Dpoisson_distribution.h253 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
254 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
255 _OStream::scientific);
H A Ddiscrete_distribution.h229 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
230 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
231 _OStream::scientific);
H A Dpiecewise_constant_distribution.h302 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
303 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
304 _OStream::scientific);
H A Dpiecewise_linear_distribution.h318 typedef basic_ostream<_CharT, _Traits> _OStream; typedef
319 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed |
320 _OStream::scientific);