Home
last modified time | relevance | path

Searched refs:__s (Results 1 – 25 of 244) sorted by relevance

12345678910

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Driemann_zeta.tcc74 __riemann_zeta_sum(const _Tp __s) in __riemann_zeta_sum() argument
77 if (__s < _Tp(1)) in __riemann_zeta_sum()
111 __riemann_zeta_alt(const _Tp __s) in __riemann_zeta_alt() argument
164 if (__s < _Tp(0)) in __riemann_zeta_glob()
289 __riemann_zeta(const _Tp __s) in __riemann_zeta() argument
291 if (__isnan(__s)) in __riemann_zeta()
293 else if (__s == _Tp(1)) in __riemann_zeta()
295 else if (__s < -_Tp(19)) in __riemann_zeta()
308 else if (__s < _Tp(20)) in __riemann_zeta()
316 if (__s > _Tp(1)) in __riemann_zeta()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Driemann_zeta.tcc80 __riemann_zeta_sum(_Tp __s) in __riemann_zeta_sum() argument
83 if (__s < _Tp(1)) in __riemann_zeta_sum()
117 __riemann_zeta_alt(_Tp __s) in __riemann_zeta_alt() argument
159 __riemann_zeta_glob(_Tp __s) in __riemann_zeta_glob() argument
170 if (__s < _Tp(0)) in __riemann_zeta_glob()
295 __riemann_zeta(_Tp __s) in __riemann_zeta() argument
297 if (__isnan(__s)) in __riemann_zeta()
299 else if (__s == _Tp(1)) in __riemann_zeta()
301 else if (__s < -_Tp(19)) in __riemann_zeta()
314 else if (__s < _Tp(20)) in __riemann_zeta()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc65 __throw_logic_error(const char* __s __attribute__((unused))) in __throw_logic_error() argument
66 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error()
70 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error()
74 { _GLIBCXX_THROW_OR_ABORT(invalid_argument(_(__s))); } in __throw_invalid_argument()
78 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error()
82 { _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); } in __throw_out_of_range()
96 _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); in __throw_out_of_range_fmt()
102 { _GLIBCXX_THROW_OR_ABORT(runtime_error(_(__s))); } in __throw_runtime_error()
106 { _GLIBCXX_THROW_OR_ABORT(range_error(_(__s))); } in __throw_range_error()
110 { _GLIBCXX_THROW_OR_ABORT(overflow_error(_(__s))); } in __throw_overflow_error()
[all …]
H A Dcxx11-hash_tr1.cc39 hash<string>::operator()(string __s) const in operator ()()
40 { return _Fnv_hash::hash(__s.data(), __s.length()); } in operator ()()
44 hash<const string&>::operator()(const string& __s) const in operator ()()
45 { return _Fnv_hash::hash(__s.data(), __s.length()); } in operator ()()
50 hash<wstring>::operator()(wstring __s) const in operator ()()
51 { return _Fnv_hash::hash(__s.data(), __s.length() * sizeof(wchar_t)); } in operator ()()
55 hash<const wstring&>::operator()(const wstring& __s) const in operator ()()
56 { return _Fnv_hash::hash(__s.data(), __s.length() * sizeof(wchar_t)); } in operator ()()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc65 __throw_logic_error(const char* __s) in __throw_logic_error() argument
66 { throw logic_error(_(__s)); } in __throw_logic_error()
70 { throw domain_error(_(__s)); } in __throw_domain_error()
74 { throw invalid_argument(_(__s)); } in __throw_invalid_argument()
78 { throw length_error(_(__s)); } in __throw_length_error()
82 { throw out_of_range(_(__s)); } in __throw_out_of_range()
86 { throw runtime_error(_(__s)); } in __throw_runtime_error()
89 __throw_range_error(const char* __s) in __throw_range_error() argument
90 { throw range_error(_(__s)); } in __throw_range_error()
94 { throw overflow_error(_(__s)); } in __throw_overflow_error()
[all …]
H A Dcompatibility-c++0x.cc63 hash<string>::operator()(string __s) const in operator ()()
64 { return _Hash_impl::hash(__s.data(), __s.length()); } in operator ()()
73 hash<const string&>::operator()(const string& __s) const in operator ()()
74 { return _Hash_impl::hash(__s.data(), __s.length()); } in operator ()()
84 hash<wstring>::operator()(wstring __s) const in operator ()()
85 { return _Hash_impl::hash(__s.data(), __s.length() * sizeof(wchar_t)); } in operator ()()
94 hash<const wstring&>::operator()(const wstring& __s) const in operator ()()
95 { return _Hash_impl::hash(__s.data(), __s.length() * sizeof(wchar_t)); } in operator ()()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr2/
H A Dbool_set115 { return __s._M_xor(__t); }
119 { return __s._M_or(__t); }
123 { return __s._M_and(__t); }
127 { return __s._M_eq(__t); }
207 { return __s.contains(__t); }
211 { return __s.equals(__t); }
246 { return __s | __t; }
258 { return __s & __t; }
304 { return ! (__s == __t); }
308 { return ! (__s == __t); }
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr2/
H A Dbool_set115 { return __s._M_xor(__t); }
119 { return __s._M_or(__t); }
123 { return __s._M_and(__t); }
127 { return __s._M_eq(__t); }
207 { return __s.contains(__t); }
211 { return __s.equals(__t); }
246 { return __s | __t; }
258 { return __s & __t; }
304 { return ! (__s == __t); }
308 { return ! (__s == __t); }
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dbasic_string.tcc61 if (this == &__s) in swap()
67 if (__s._M_is_local()) in swap()
84 __s._M_set_length(0); in swap()
102 __s._M_data(__s._M_local_buf); in swap()
108 if (__s._M_is_local()) in swap()
387 __s.size()); in _M_replace_dispatch()
657 : _M_dataplus(_S_construct(__s, __s + __n, __a), __a)
664 : _M_dataplus(_S_construct(__s, __s ? __s + traits_type::length(__s) :
979 __s._M_data(__tmp);
986 const basic_string __tmp2(__s._M_ibegin(), __s._M_iend(),
[all …]
H A Dchar_traits.h209 return __s; in _GLIBCXX_VISIBILITY()
233 while (__builtin_constant_p(*__s) && *__s) in _GLIBCXX_VISIBILITY()
234 __s++; in _GLIBCXX_VISIBILITY()
359 return __s; in _GLIBCXX_VISIBILITY()
433 return wcslen(__s); in _GLIBCXX_VISIBILITY()
471 return __s; in _GLIBCXX_VISIBILITY()
554 if (eq(__s[__i], __a))
555 return __s + __i;
582 return __s;
652 return __s + __i;
[all …]
H A Dfs_ops.h116 exists(file_status __s) noexcept in _GLIBCXX_VISIBILITY()
117 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY()
126 auto __s = status(__p, __ec); in _GLIBCXX_VISIBILITY() local
127 if (status_known(__s)) in _GLIBCXX_VISIBILITY()
166 is_directory(file_status __s) noexcept in _GLIBCXX_VISIBILITY()
181 is_fifo(file_status __s) noexcept in _GLIBCXX_VISIBILITY()
193 is_other(file_status __s) noexcept in _GLIBCXX_VISIBILITY()
195 return exists(__s) && !is_regular_file(__s) && !is_directory(__s) in _GLIBCXX_VISIBILITY()
196 && !is_symlink(__s); in _GLIBCXX_VISIBILITY()
220 is_socket(file_status __s) noexcept in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dmultiway_mergesort.h143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s],
213 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s)
219 __sd->_M_temporary[__s]
233 __sd->_M_temporary[__s]
241 __sd->_M_pieces[__iam][__s]._M_end = (__sd->_M_starts[__s + 1]
352 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
364 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s)
366 __seqs[__s] =
369 __sd->_M_temporary[__s]
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dmultiway_mergesort.h143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s],
213 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s)
219 __sd->_M_temporary[__s]
233 __sd->_M_temporary[__s]
241 __sd->_M_pieces[__iam][__s]._M_end = (__sd->_M_starts[__s + 1]
352 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
364 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s)
366 __seqs[__s] =
369 __sd->_M_temporary[__s]
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dbasic_string.tcc209 : _M_dataplus(_S_construct(__s, __s + __n, __a), __a) in basic_string()
216 : _M_dataplus(_S_construct(__s, __s ? __s + traits_type::length(__s) : in basic_string()
309 if (_M_disjunct(__s)) in append()
315 __s = _M_data() + __off; in append()
521 swap(basic_string& __s) in swap() argument
530 _M_data(__s._M_data()); in swap()
531 __s._M_data(__tmp); in swap()
538 const basic_string __tmp2(__s._M_ibegin(), __s._M_iend(), in swap()
541 __s = __tmp1; in swap()
664 __s.size()); in _M_replace_dispatch()
[all …]
H A Dregex_grep_matcher.tcc47 const std::__regex::_StateSet& __s) in __move() argument
51 __i != __s.end(); ++__i) in __move()
69 if (__s.size() > 0 && __t.size() > 0) in __includes_some()
96 __s.push(__u); in __add_visited_state()
124 _StateSet __s; in _M_e_closure() local
125 __s.insert(__i); in _M_e_closure()
128 return this->_M_e_closure(__stack, __s); in _M_e_closure()
133 _M_e_closure(const _StateSet& __s) in _M_e_closure() argument
136 for (_StateSet::const_iterator __i = __s.begin(); __i != __s.end(); ++__i) in _M_e_closure()
138 return this->_M_e_closure(__stack, __s); in _M_e_closure()
[all …]
H A Dchar_traits.h174 if (eq(__s[__i], __a)) in _GLIBCXX_VISIBILITY()
175 return __s + __i; in _GLIBCXX_VISIBILITY()
205 return __s; in _GLIBCXX_VISIBILITY()
429 if (eq(__s[__i], __a))
430 return __s + __i;
452 assign(__s[__i], __a);
453 return __s;
522 if (eq(__s[__i], __a))
523 return __s + __i;
545 assign(__s[__i], __a);
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dhash_tr1.cc37 hash<string>::operator()(string __s) const in operator ()()
38 { return _Fnv_hash::hash(__s.data(), __s.length()); } in operator ()()
42 hash<const string&>::operator()(const string& __s) const in operator ()()
43 { return _Fnv_hash::hash(__s.data(), __s.length()); } in operator ()()
48 hash<wstring>::operator()(wstring __s) const in operator ()()
49 { return _Fnv_hash::hash(__s.data(), __s.length() * sizeof(wchar_t)); } in operator ()()
53 hash<const wstring&>::operator()(const wstring& __s) const in operator ()()
54 { return _Fnv_hash::hash(__s.data(), __s.length() * sizeof(wchar_t)); } in operator ()()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dhash_tr1.cc38 hash<string>::operator()(string __s) const in operator ()()
39 { return _Fnv_hash::hash(__s.data(), __s.length()); } in operator ()()
43 hash<const string&>::operator()(const string& __s) const in operator ()()
44 { return _Fnv_hash::hash(__s.data(), __s.length()); } in operator ()()
49 hash<wstring>::operator()(wstring __s) const in operator ()()
50 { return _Fnv_hash::hash(__s.data(), __s.length() * sizeof(wchar_t)); } in operator ()()
54 hash<const wstring&>::operator()(const wstring& __s) const in operator ()()
55 { return _Fnv_hash::hash(__s.data(), __s.length() * sizeof(wchar_t)); } in operator ()()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.cc67 __v = strtof(__s, &__sanity); in __convert_to_v()
69 double __d = strtod(__s, &__sanity); in __convert_to_v()
130 __v = strtod(__s, &__sanity); in __convert_to_v()
176 __v = strtold(__s, &__sanity); in __convert_to_v()
183 int __p = sscanf(__s, "%Lf", &__v); in __convert_to_v()
228 const size_t size__s = (__s == NULL) ? 1 : strlen (__s); in _S_create_c_locale()
232 if (__s == NULL) { in _S_create_c_locale()
235 strcpy (localspec, __s); in _S_create_c_locale()
240 if ( (strchr (__s, '.') == NULL) in _S_create_c_locale()
241 && (strcmp (__s, "C") != 0) in _S_create_c_locale()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dvstring.tcc88 const __versa_string __s(__k1, __k2); in _M_replace_dispatch() local
91 __s.size()); in _M_replace_dispatch()
141 if (_M_disjunct(__s)) in _M_replace()
146 this->_S_copy(__p, __s, __len2); in _M_replace()
152 this->_S_move(__p, __s, __len2); in _M_replace()
157 if (__s + __len2 <= __p + __len1) in _M_replace()
158 this->_S_move(__p, __s, __len2); in _M_replace()
159 else if (__s >= __p + __len1) in _M_replace()
284 __s + 1, __n - 1) == 0) in find()
496 compare(const _CharT* __s) const in compare()
[all …]
H A Dvstring.h215 : __vstring_base(__s, __s + __n, __a) { } in _GLIBCXX_VISIBILITY()
223 : __vstring_base(__s, __s ? __s + traits_type::length(__s) : in _GLIBCXX_VISIBILITY()
1250 return this->replace(__pos, __n1, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1331 return this->replace(__i1, __i2, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1568 return this->find(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1628 return this->rfind(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1688 return this->find_first_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1752 return this->find_last_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1816 return this->find_first_not_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1879 return this->find_last_not_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dvstring.tcc88 const __versa_string __s(__k1, __k2); in _M_replace_dispatch() local
91 __s.size()); in _M_replace_dispatch()
141 if (_M_disjunct(__s)) in _M_replace()
146 this->_S_copy(__p, __s, __len2); in _M_replace()
152 this->_S_move(__p, __s, __len2); in _M_replace()
157 if (__s + __len2 <= __p + __len1) in _M_replace()
158 this->_S_move(__p, __s, __len2); in _M_replace()
159 else if (__s >= __p + __len1) in _M_replace()
284 __s + 1, __n - 1) == 0) in find()
496 compare(const _CharT* __s) const in compare()
[all …]
H A Dvstring.h210 : __vstring_base(__s, __s + __n, __a) { } in _GLIBCXX_VISIBILITY()
218 : __vstring_base(__s, __s ? __s + traits_type::length(__s) : in _GLIBCXX_VISIBILITY()
1335 return this->replace(__pos, __n1, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1430 return this->replace(__i1, __i2, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1711 return this->find(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1771 return this->rfind(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1831 return this->find_first_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1895 return this->find_last_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1959 return this->find_first_not_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
2022 return this->find_last_not_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dstring101 { this->assign(__s); }
138 operator=(const _CharT* __s)
140 __glibcxx_check_string(__s);
316 _M_base() += __s;
359 _Base::append(__s, __n);
365 append(const _CharT* __s)
368 _Base::append(__s);
431 _Base::assign(__s, __n);
437 assign(const _CharT* __s)
440 _Base::assign(__s);
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dstring102 : _Base(__s, __a) { }
132 { this->assign(__s); }
162 operator=(const _CharT* __s)
165 _M_base() = __s;
332 _M_base() += __s;
375 _Base::append(__s, __n);
381 append(const _CharT* __s)
384 _Base::append(__s);
454 _Base::assign(__s, __n);
460 assign(const _CharT* __s)
[all …]

12345678910