Home
last modified time | relevance | path

Searched refs:__num (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_container_size.h75 __init(std::size_t __num) in __init() argument
77 _M_init = __num; in __init()
78 _M_max = __num; in __init()
99 __destruct(std::size_t __num, std::size_t __inum) in __destruct() argument
101 _M_max = std::max(_M_max, __num); in __destruct()
105 _M_min = __num; in __destruct()
110 _M_min = std::min(_M_min, __num); in __destruct()
114 _M_total += __num; in __destruct()
167 __insert(__stack_t __stack, std::size_t __num) in __insert() argument
171 __ret->__init(__num); in __insert()
[all …]
H A Dprofiler_vector_size.h64 __trace_vector_size_construct(std::size_t __num) in __trace_vector_size_construct() argument
74 __insert(__get_stack(), __num); in __trace_vector_size_construct()
89 std::size_t __num, std::size_t __inum) in __trace_vector_size_destruct() argument
95 __destruct(__obj_info, __num, __inum); in __trace_vector_size_destruct()
H A Dprofiler_hashtable_size.h64 __trace_hashtable_size_construct(std::size_t __num) in __trace_hashtable_size_construct() argument
74 __insert(__get_stack(), __num); in __trace_hashtable_size_construct()
89 std::size_t __num, std::size_t __inum) in __trace_hashtable_size_destruct() argument
95 __destruct(__obj_info, __num, __inum); in __trace_hashtable_size_destruct()
H A Dprofiler_vector_to_list.h100 __opr_insert(std::size_t __pos, std::size_t __num) in __opr_insert() argument
101 { _M_shift_count += __num - __pos; } in __opr_insert()
104 __opr_iterate(int __num) in __opr_iterate() argument
105 { __gnu_cxx::__atomic_add(&_M_iterate, __num); } in __opr_iterate()
213 std::size_t __num) in __trace_vector_to_list_insert() argument
218 __obj_info->__opr_insert(__pos, __num); in __trace_vector_to_list_insert()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dcharconv.h86 auto const __num = (__val % 100) * 2; in _GLIBCXX_VISIBILITY() local
88 __first[__pos] = __digits[__num + 1]; in _GLIBCXX_VISIBILITY()
89 __first[__pos - 1] = __digits[__num]; in _GLIBCXX_VISIBILITY()
94 auto const __num = __val * 2; in _GLIBCXX_VISIBILITY() local
95 __first[1] = __digits[__num + 1]; in _GLIBCXX_VISIBILITY()
96 __first[0] = __digits[__num]; in _GLIBCXX_VISIBILITY()
H A Derase_if.h51 typename _Container::size_type __num = 0; in __erase_nodes_if() local
58 ++__num; in __erase_nodes_if()
63 return __num; in __erase_nodes_if()
H A Dranges_algobase.h263 auto __num = __last - __first; in _GLIBCXX_VISIBILITY() local
264 if (__num) in _GLIBCXX_VISIBILITY()
266 sizeof(_ValueTypeI) * __num); in _GLIBCXX_VISIBILITY()
267 return {__first + __num, __result + __num}; in _GLIBCXX_VISIBILITY()
400 auto __num = __last - __first; in _GLIBCXX_VISIBILITY() local
401 if (__num) in _GLIBCXX_VISIBILITY()
402 __builtin_memmove(__result - __num, __first, in _GLIBCXX_VISIBILITY()
403 sizeof(_ValueTypeI) * __num); in _GLIBCXX_VISIBILITY()
404 return {__first + __num, __result - __num}; in _GLIBCXX_VISIBILITY()
H A Dregex.tcc442 long __num = __traits.value(*__next, 10); in format() local
446 __num *= 10; in format()
447 __num += __traits.value(*__next++, 10); in format()
449 if (0 <= __num && __num < this->size()) in format()
450 __output(__num); in format()
H A Dstreambuf_iterator.h346 const streamsize __num = __last - __first; in _GLIBCXX_VISIBILITY() local
347 if (__num > 0) in _GLIBCXX_VISIBILITY()
348 __result._M_put(__first, __num); in _GLIBCXX_VISIBILITY()
358 const streamsize __num = __last - __first; in _GLIBCXX_VISIBILITY() local
359 if (__num > 0) in _GLIBCXX_VISIBILITY()
360 __result._M_put(__first, __num); in _GLIBCXX_VISIBILITY()
H A Distream.tcc697 const streamsize __num = this->rdbuf()->in_avail(); in readsome()
698 if (__num > 0) in readsome()
699 _M_gcount = this->rdbuf()->sgetn(__s, std::min(__num, __n)); in readsome()
700 else if (__num == -1) in readsome()
979 streamsize __num = __in.width(); in operator >>()
980 if (__num <= 0) in operator >>()
981 __num = __gnu_cxx::__numeric_traits<streamsize>::__max; in operator >>()
989 while (__extracted < __num - 1 in operator >>()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcharconv.h86 auto const __num = (__val % 100) * 2; in _GLIBCXX_VISIBILITY() local
88 __first[__pos] = __digits[__num + 1]; in _GLIBCXX_VISIBILITY()
89 __first[__pos - 1] = __digits[__num]; in _GLIBCXX_VISIBILITY()
94 auto const __num = __val * 2; in _GLIBCXX_VISIBILITY() local
95 __first[1] = __digits[__num + 1]; in _GLIBCXX_VISIBILITY()
96 __first[0] = __digits[__num]; in _GLIBCXX_VISIBILITY()
H A Derase_if.h55 typename _Container::size_type __num = 0; in __erase_nodes_if() local
62 ++__num; in __erase_nodes_if()
67 return __num; in __erase_nodes_if()
H A Dranges_algobase.h262 auto __num = __last - __first; in _GLIBCXX_VISIBILITY() local
263 if (__num) in _GLIBCXX_VISIBILITY()
265 sizeof(_ValueTypeI) * __num); in _GLIBCXX_VISIBILITY()
266 return {__first + __num, __result + __num}; in _GLIBCXX_VISIBILITY()
397 auto __num = __last - __first; in _GLIBCXX_VISIBILITY() local
398 if (__num) in _GLIBCXX_VISIBILITY()
399 __builtin_memmove(__result - __num, __first, in _GLIBCXX_VISIBILITY()
400 sizeof(_ValueTypeI) * __num); in _GLIBCXX_VISIBILITY()
401 return {__first + __num, __result - __num}; in _GLIBCXX_VISIBILITY()
H A Dregex.tcc442 long __num = __traits.value(*__next, 10); in format() local
446 __num *= 10; in format()
447 __num += __traits.value(*__next++, 10); in format()
449 if (0 <= __num && __num < this->size()) in format()
450 __output(__num); in format()
H A Dstreambuf_iterator.h358 const streamsize __num = __last - __first; in _GLIBCXX_VISIBILITY() local
359 if (__num > 0) in _GLIBCXX_VISIBILITY()
360 __result._M_put(__first, __num); in _GLIBCXX_VISIBILITY()
370 const streamsize __num = __last - __first; in _GLIBCXX_VISIBILITY() local
371 if (__num > 0) in _GLIBCXX_VISIBILITY()
372 __result._M_put(__first, __num); in _GLIBCXX_VISIBILITY()
H A Distream.tcc741 const streamsize __num = this->rdbuf()->in_avail(); in readsome()
742 if (__num > 0) in readsome()
743 _M_gcount = this->rdbuf()->sgetn(__s, std::min(__num, __n)); in readsome()
744 else if (__num == -1) in readsome()
1008 streamsize __num) in __istream_extract() argument
1025 if (0 < __width && __width < __num) in __istream_extract()
1026 __num = __width; in __istream_extract()
1034 while (__extracted < __num - 1 in __istream_extract()
1044 if (__extracted < __num - 1 in __istream_extract()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dcharconv183 auto __num = __val & 0xF;
185 __first[__pos] = __digits[__num];
186 __num = __val & 0xF;
188 __first[__pos - 1] = __digits[__num];
193 const auto __num = __val & 0xF;
195 __first[1] = __digits[__num];
261 auto __num = __val & 7;
263 __first[__pos] = '0' + __num;
264 __num = __val & 7;
266 __first[__pos - 1] = '0' + __num;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Distream.cc210 __istream_extract(istream& __in, char* __s, streamsize __num) in __istream_extract() argument
228 if (0 < __width && __width < __num) in __istream_extract()
229 __num = __width; in __istream_extract()
237 while (__extracted < __num - 1 in __istream_extract()
244 streamsize(__num - __extracted in __istream_extract()
266 if (__extracted < __num - 1 in __istream_extract()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dcomplex146 _Tp __num = __z.imag() + _Tp(1.0);
149 __num = __r2 + __num * __num;
153 _Tp(0.25) * log(__num / __den));
265 _Tp __num = _Tp(1.0) + __z.real();
268 __num = __i2 + __num * __num;
271 return std::complex<_Tp>(_Tp(0.25) * (log(__num) - log(__den)),
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dcomplex146 _Tp __num = __z.imag() + _Tp(1.0);
149 __num = __r2 + __num * __num;
153 _Tp(0.25) * log(__num / __den));
265 _Tp __num = _Tp(1.0) + __z.real();
268 __num = __i2 + __num * __num;
271 return std::complex<_Tp>(_Tp(0.25) * (log(__num) - log(__den)),
H A Driemann_zeta.tcc192 _Tp __num = _Tp(0.5L); in __riemann_zeta_glob() local
222 __term *= __num; in __riemann_zeta_glob()
226 __num *= _Tp(0.5L); in __riemann_zeta_glob()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Distream.cc216 streamsize __num = __in.width(); in operator >>()
217 if (__num <= 0) in operator >>()
218 __num = __gnu_cxx::__numeric_traits<streamsize>::__max; in operator >>()
226 while (__extracted < __num - 1 in operator >>()
233 streamsize(__num - __extracted in operator >>()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dcharconv185 auto __num = __val & 0xF;
187 __first[__pos] = __digits[__num];
188 __num = __val & 0xF;
190 __first[__pos - 1] = __digits[__num];
195 const auto __num = __val & 0xF;
197 __first[1] = __digits[__num];
263 auto __num = __val & 7;
265 __first[__pos] = '0' + __num;
266 __num = __val & 7;
268 __first[__pos - 1] = '0' + __num;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc367 int __num = 0; in showmanyc() local
368 int __r = ioctl(this->fd(), FIONREAD, &__num); in showmanyc()
369 if (!__r && __num >= 0) in showmanyc()
370 return __num; in showmanyc()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc405 int __num = 0; in showmanyc() local
406 int __r = ioctl(this->fd(), FIONREAD, &__num); in showmanyc()
407 if (!__r && __num >= 0) in showmanyc()
408 return __num; in showmanyc()

12