Home
last modified time | relevance | path

Searched refs:_M_c (Results 1 – 25 of 56) sorted by relevance

123

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dstreambuf_iterator.h98 mutable int_type _M_c; in _GLIBCXX_VISIBILITY() local
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY()
184 __ret = _M_c; in _GLIBCXX_VISIBILITY()
187 _M_c = __ret; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dstreambuf_iterator.h98 mutable int_type _M_c; in _GLIBCXX_VISIBILITY() local
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY()
184 __ret = _M_c; in _GLIBCXX_VISIBILITY()
187 _M_c = __ret; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dstreambuf_iterator.h98 mutable int_type _M_c; in _GLIBCXX_VISIBILITY() local
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY()
184 __ret = _M_c; in _GLIBCXX_VISIBILITY()
187 _M_c = __ret; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dstreambuf_iterator.h98 mutable int_type _M_c; in _GLIBCXX_VISIBILITY() local
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY()
184 __ret = _M_c; in _GLIBCXX_VISIBILITY()
187 _M_c = __ret; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
152 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
157 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
166 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
171 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
172 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
188 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
404 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
147 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
152 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
166 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
167 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
399 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dstreambuf_iterator.h110 int_type _M_c; in _GLIBCXX_VISIBILITY() local
115 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
134 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
164 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
169 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
178 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
183 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
184 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
200 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
452 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dstreambuf_iterator.h111 int_type _M_c; in _GLIBCXX_VISIBILITY() local
116 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
135 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
165 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
170 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
179 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
184 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
185 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
201 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
453 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Diomanip154 struct _Setfill { _CharT _M_c; };
172 __is.fill(__f._M_c);
180 __os.fill(__f._M_c);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Diomanip154 struct _Setfill { _CharT _M_c; };
172 __is.fill(__f._M_c);
180 __os.fill(__f._M_c);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Diomanip154 struct _Setfill { _CharT _M_c; };
172 __is.fill(__f._M_c);
180 __os.fill(__f._M_c);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Diomanip154 struct _Setfill { _CharT _M_c; };
172 __is.fill(__f._M_c);
180 __os.fill(__f._M_c);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Diomanip154 struct _Setfill { _CharT _M_c; };
172 __is.fill(__f._M_c);
180 __os.fill(__f._M_c);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Diomanip154 struct _Setfill { _CharT _M_c; };
172 __is.fill(__f._M_c);
180 __os.fill(__f._M_c);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Diomanip154 struct _Setfill { _CharT _M_c; };
172 __is.fill(__f._M_c);
180 __os.fill(__f._M_c);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Diomanip154 struct _Setfill { _CharT _M_c; };
172 __is.fill(__f._M_c);
180 __os.fill(__f._M_c);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Drandom2364 : _M_a(__a), _M_b(__b), _M_c(__c)
2367 _GLIBCXX_DEBUG_ASSERT(_M_b <= _M_c);
2368 _GLIBCXX_DEBUG_ASSERT(_M_a < _M_c);
2370 _M_r_ab = (_M_b - _M_a) / (_M_c - _M_a);
2371 _M_f_ab_ac = (_M_b - _M_a) * (_M_c - _M_a);
2372 _M_f_bc_ac = (_M_c - _M_b) * (_M_c - _M_a);
2385 { return _M_c; }
2390 && __p1._M_c == __p2._M_c); }
2396 _RealType _M_c;
2473 { return _M_param._M_c; }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Drandom2365 : _M_a(__a), _M_b(__b), _M_c(__c)
2368 _GLIBCXX_DEBUG_ASSERT(_M_b <= _M_c);
2369 _GLIBCXX_DEBUG_ASSERT(_M_a < _M_c);
2371 _M_r_ab = (_M_b - _M_a) / (_M_c - _M_a);
2372 _M_f_ab_ac = (_M_b - _M_a) * (_M_c - _M_a);
2373 _M_f_bc_ac = (_M_c - _M_b) * (_M_c - _M_a);
2386 { return _M_c; }
2391 && __p1._M_c == __p2._M_c); }
2397 _RealType _M_c;
2474 { return _M_param._M_c; }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Drandom2371 : _M_a(__a), _M_b(__b), _M_c(__c)
2374 __glibcxx_assert(_M_b <= _M_c);
2375 __glibcxx_assert(_M_a < _M_c);
2377 _M_r_ab = (_M_b - _M_a) / (_M_c - _M_a);
2378 _M_f_ab_ac = (_M_b - _M_a) * (_M_c - _M_a);
2379 _M_f_bc_ac = (_M_c - _M_b) * (_M_c - _M_a);
2392 { return _M_c; }
2397 && __p1._M_c == __p2._M_c); }
2403 _RealType _M_c;
2480 { return _M_param._M_c; }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Drandom2415 : _M_a(__a), _M_b(__b), _M_c(__c)
2418 __glibcxx_assert(_M_b <= _M_c);
2419 __glibcxx_assert(_M_a < _M_c);
2421 _M_r_ab = (_M_b - _M_a) / (_M_c - _M_a);
2422 _M_f_ab_ac = (_M_b - _M_a) * (_M_c - _M_a);
2423 _M_f_bc_ac = (_M_c - _M_b) * (_M_c - _M_a);
2436 { return _M_c; }
2442 && __p1._M_c == __p2._M_c);
2453 _RealType _M_c;
2530 { return _M_param._M_c; }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Drandom2410 : _M_a(__a), _M_b(__b), _M_c(__c)
2413 __glibcxx_assert(_M_b <= _M_c);
2414 __glibcxx_assert(_M_a < _M_c);
2416 _M_r_ab = (_M_b - _M_a) / (_M_c - _M_a);
2417 _M_f_ab_ac = (_M_b - _M_a) * (_M_c - _M_a);
2418 _M_f_bc_ac = (_M_c - _M_b) * (_M_c - _M_a);
2431 { return _M_c; }
2437 && __p1._M_c == __p2._M_c);
2448 _RealType _M_c;
2525 { return _M_param._M_c; }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Drandom2470 : _M_a(__a), _M_b(__b), _M_c(__c)
2473 __glibcxx_assert(_M_b <= _M_c);
2474 __glibcxx_assert(_M_a < _M_c);
2476 _M_r_ab = (_M_b - _M_a) / (_M_c - _M_a);
2477 _M_f_ab_ac = (_M_b - _M_a) * (_M_c - _M_a);
2478 _M_f_bc_ac = (_M_c - _M_b) * (_M_c - _M_a);
2491 { return _M_c; }
2497 && __p1._M_c == __p2._M_c);
2508 _RealType _M_c;
2587 { return _M_param._M_c; }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Drandom2485 : _M_a(__a), _M_b(__b), _M_c(__c)
2488 __glibcxx_assert(_M_b <= _M_c);
2489 __glibcxx_assert(_M_a < _M_c);
2491 _M_r_ab = (_M_b - _M_a) / (_M_c - _M_a);
2492 _M_f_ab_ac = (_M_b - _M_a) * (_M_c - _M_a);
2493 _M_f_bc_ac = (_M_c - _M_b) * (_M_c - _M_a);
2506 { return _M_c; }
2512 && __p1._M_c == __p2._M_c);
2523 _RealType _M_c;
2602 { return _M_param._M_c; }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Drandom2485 : _M_a(__a), _M_b(__b), _M_c(__c)
2488 __glibcxx_assert(_M_b <= _M_c);
2489 __glibcxx_assert(_M_a < _M_c);
2491 _M_r_ab = (_M_b - _M_a) / (_M_c - _M_a);
2492 _M_f_ab_ac = (_M_b - _M_a) * (_M_c - _M_a);
2493 _M_f_bc_ac = (_M_c - _M_b) * (_M_c - _M_a);
2506 { return _M_c; }
2512 && __p1._M_c == __p2._M_c);
2523 _RealType _M_c;
2602 { return _M_param._M_c; }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Drandom.tcc1247 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1248 _M_a1 = std::exp(_M_c) * _M_s1 * __spi_2; in _M_initialize()
1345 __v = -__e - __n * __n / 2 + _M_c; in operator ()()

Completed in 123 milliseconds

123