Searched refs:__extract_params (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | random.tcc | 2785 __extract_params(basic_istream<_CharT, _Traits>& __is, in __extract_params() function 2815 if (__detail::__extract_params(__is, __prob_vec, __n)) in operator >>() 3022 if (__detail::__extract_params(__is, __int_vec, __n + 1)) in operator >>() 3025 if (__detail::__extract_params(__is, __den_vec, __n)) in operator >>() 3228 if (__detail::__extract_params(__is, __int_vec, __n + 1)) in operator >>() 3231 if (__detail::__extract_params(__is, __den_vec, __n + 1)) in operator >>()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2020 | 8680 (__extract_params): New function to fill a vector from a stream.
|