Home
last modified time | relevance | path

Searched refs:__f (Results 1 – 25 of 150) sorted by relevance

123456

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Diomanip102 __is.setf(__f._M_mask);
110 __os.setf(__f._M_mask);
134 __f._M_base == 10 ? ios_base::dec :
135 __f._M_base == 16 ? ios_base::hex :
171 __is.fill(__f._M_c);
179 __os.fill(__f._M_c);
201 __is.precision(__f._M_n);
209 __os.precision(__f._M_n);
231 __is.width(__f._M_n);
239 __os.width(__f._M_n);
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Diomanip103 __is.setf(__f._M_mask);
111 __os.setf(__f._M_mask);
172 __is.fill(__f._M_c);
180 __os.fill(__f._M_c);
202 __is.precision(__f._M_n);
210 __os.precision(__f._M_n);
232 __is.width(__f._M_n);
240 __os.width(__f._M_n);
277 __is, __err, __f._M_mon);
379 __f._M_tmb, __f._M_fmt, __fmt_end).failed())
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Duniform_int_dist.h178 { this->__generate(__f, __t, __urng, _M_param); } in _GLIBCXX_VISIBILITY()
186 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY()
190 __generate(result_type* __f, result_type* __t, in _GLIBCXX_VISIBILITY()
193 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY()
310 while (__f != __t) in _GLIBCXX_VISIBILITY()
313 *__f++ = (__ret & __urange) + __param.a(); in _GLIBCXX_VISIBILITY()
322 while (__f != __t) in _GLIBCXX_VISIBILITY()
327 *__f++ = __ret / __scaling + __param.a(); in _GLIBCXX_VISIBILITY()
349 while (__f != __t) in _GLIBCXX_VISIBILITY()
359 *__f++ = __ret; in _GLIBCXX_VISIBILITY()
[all …]
H A Dinvoke.h59 __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) in _GLIBCXX_VISIBILITY()
60 { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
64 __invoke_impl(__invoke_memfun_ref, _MemFun&& __f, _Tp&& __t, in _GLIBCXX_VISIBILITY()
66 { return (__invfwd<_Tp>(__t).*__f)(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
70 __invoke_impl(__invoke_memfun_deref, _MemFun&& __f, _Tp&& __t, in _GLIBCXX_VISIBILITY()
73 return ((*std::forward<_Tp>(__t)).*__f)(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()
78 __invoke_impl(__invoke_memobj_ref, _MemPtr&& __f, _Tp&& __t) in _GLIBCXX_VISIBILITY()
79 { return __invfwd<_Tp>(__t).*__f; } in _GLIBCXX_VISIBILITY()
83 __invoke_impl(__invoke_memobj_deref, _MemPtr&& __f, _Tp&& __t) in _GLIBCXX_VISIBILITY()
84 { return (*std::forward<_Tp>(__t)).*__f; } in _GLIBCXX_VISIBILITY()
H A Drandom.h436 _UIntType __c, size_t __l, _UIntType __f> in _GLIBCXX_VISIBILITY()
627 _UIntType __c, size_t __l, _UIntType __f> in _GLIBCXX_VISIBILITY()
1843 __generate(result_type* __f, result_type* __t, in _GLIBCXX_VISIBILITY()
2065 __generate(result_type* __f, result_type* __t, in _GLIBCXX_VISIBILITY()
2273 __generate(result_type* __f, result_type* __t, in _GLIBCXX_VISIBILITY()
3126 { this->__generate_impl(__f, __t, __urng); } in _GLIBCXX_VISIBILITY()
3140 { this->__generate_impl(__f, __t, __urng); } in _GLIBCXX_VISIBILITY()
3345 { this->__generate_impl(__f, __t, __urng); } in _GLIBCXX_VISIBILITY()
3359 { this->__generate_impl(__f, __t, __urng); } in _GLIBCXX_VISIBILITY()
4222 { this->__generate_impl(__f, __t, __urng); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dstd_function.h219 _M_init_functor(_Any_data& __functor, _Functor&& __f) in _GLIBCXX_VISIBILITY()
225 { return static_cast<bool>(__f); } in _GLIBCXX_VISIBILITY()
522 operator=(_Functor&& __f) in _GLIBCXX_VISIBILITY()
531 operator=(reference_wrapper<_Functor> __f) noexcept in _GLIBCXX_VISIBILITY()
533 function(__f).swap(*this); in _GLIBCXX_VISIBILITY()
667 function(_Functor __f) in _GLIBCXX_VISIBILITY()
672 if (_My_handler::_M_not_empty_function(__f)) in _GLIBCXX_VISIBILITY()
746 { return !static_cast<bool>(__f); } in _GLIBCXX_VISIBILITY()
752 { return !static_cast<bool>(__f); } in _GLIBCXX_VISIBILITY()
764 { return static_cast<bool>(__f); } in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.tcc195 _UIntType __f>
204 _UIntType __f>
213 _UIntType __f>
222 _UIntType __f>
231 _UIntType __f>
240 _UIntType __f>
249 _UIntType __f>
258 _UIntType __f>
267 _UIntType __f>
276 _UIntType __f>
[all …]
H A Dboost_concept_check.h321 _Func __f; in _GLIBCXX_VISIBILITY()
331 _Func __f; in _GLIBCXX_VISIBILITY()
340 _Func __f; in _GLIBCXX_VISIBILITY()
348 __f(__arg); // require operator() in _GLIBCXX_VISIBILITY()
350 _Func __f; in _GLIBCXX_VISIBILITY()
360 _Func __f; in _GLIBCXX_VISIBILITY()
372 _Func __f; in _GLIBCXX_VISIBILITY()
383 _Func __f; in _GLIBCXX_VISIBILITY()
393 _Func __f; in _GLIBCXX_VISIBILITY()
402 __const_constraints(__f); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/include/xlocale/
H A D_ctype.h72 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
74 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
77 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __maskrune_l() argument
82 runes->__runetype[__c]) & __f; in __maskrune_l()
86 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __istype_l() argument
88 return (!!__maskrune_l(__c, __f, __loc)); in __istype_l()
99 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
102 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbmaskrune_l() argument
107 runes->__runetype[__c] & __f; in __sbmaskrune_l()
111 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbistype_l() argument
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/impl/
H A Dprofiler_trace.h296 __write(FILE* __f) in __write() argument
303 std::fprintf(__f, "|"); in __write()
305 std::fprintf(__f, "|"); in __write()
330 __cont->__write(__f); in __trace_report()
373 __log_magnitude(float __f) in __log_magnitude() argument
379 if (__f < 0) in __log_magnitude()
381 __f = -__f; in __log_magnitude()
388 __f /= 10.0; in __log_magnitude()
424 __warn(FILE* __f) in __warn()
425 { __file = __f; } in __warn()
[all …]
H A Dprofiler_list_to_slist.h64 __write(FILE* __f) const in __write() argument
65 { std::fprintf(__f, "%s\n", _M_rewind ? "invalid" : "valid"); } in __write()
124 __trace_list_to_slist_report(FILE* __f, __warning_vector_t& __warnings) in __trace_list_to_slist_report() argument
125 { __trace_report(_GLIBCXX_PROFILE_DATA(_S_list_to_slist), __f, __warnings); } in __trace_list_to_slist_report()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h50 __generate(typename normal_distribution<double>::result_type* __f, in _GLIBCXX_VISIBILITY()
57 if (__f == __t) in _GLIBCXX_VISIBILITY()
63 *__f++ = _M_saved * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
65 if (__f == __t) in _GLIBCXX_VISIBILITY()
80 while (__f + 1 < __t) in _GLIBCXX_VISIBILITY()
189 _mm_storeu_pd(__f, __x); in _GLIBCXX_VISIBILITY()
190 __f += 2; in _GLIBCXX_VISIBILITY()
193 if (__f != __t) in _GLIBCXX_VISIBILITY()
211 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/
H A Dprofiler_trace.h312 __write(FILE* __f) in __write() argument
318 std::fprintf(__f, __id); in __write()
319 std::fprintf(__f, "|"); in __write()
321 std::fprintf(__f, "|"); in __write()
365 __log_magnitude(float __f) in __log_magnitude() argument
371 if (__f < 0) in __log_magnitude()
373 __f = -__f; in __log_magnitude()
380 __f /= 10.0; in __log_magnitude()
416 __warn(FILE* __f) in __warn()
417 { __file = __f; } in __warn()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dhash_set144 { _M_ht.insert_unique(__f, __l); }
149 { _M_ht.insert_unique(__f, __l); }
155 { _M_ht.insert_unique(__f, __l); }
162 { _M_ht.insert_unique(__f, __l); }
234 erase(iterator __f, iterator __l)
235 { _M_ht.erase(__f, __l); }
345 { _M_ht.insert_equal(__f, __l); }
350 { _M_ht.insert_equal(__f, __l); }
401 { _M_ht.insert_equal(__f,__l); }
428 erase(iterator __f, iterator __l)
[all …]
H A Dhash_map142 { _M_ht.insert_unique(__f, __l); }
147 { _M_ht.insert_unique(__f, __l); }
153 { _M_ht.insert_unique(__f, __l); }
160 { _M_ht.insert_unique(__f, __l); }
206 { _M_ht.insert_unique(__f, __l); }
245 erase(iterator __f, iterator __l)
246 { _M_ht.erase(__f, __l); }
361 { _M_ht.insert_equal(__f, __l); }
425 { _M_ht.insert_equal(__f,__l); }
460 erase(iterator __f, iterator __l)
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dhash_set143 { _M_ht.insert_unique(__f, __l); }
148 { _M_ht.insert_unique(__f, __l); }
154 { _M_ht.insert_unique(__f, __l); }
161 { _M_ht.insert_unique(__f, __l); }
233 erase(iterator __f, iterator __l)
234 { _M_ht.erase(__f, __l); }
344 { _M_ht.insert_equal(__f, __l); }
349 { _M_ht.insert_equal(__f, __l); }
400 { _M_ht.insert_equal(__f,__l); }
427 erase(iterator __f, iterator __l)
[all …]
H A Dhash_map141 { _M_ht.insert_unique(__f, __l); }
146 { _M_ht.insert_unique(__f, __l); }
152 { _M_ht.insert_unique(__f, __l); }
159 { _M_ht.insert_unique(__f, __l); }
205 { _M_ht.insert_unique(__f, __l); }
244 erase(iterator __f, iterator __l)
245 { _M_ht.erase(__f, __l); }
360 { _M_ht.insert_equal(__f, __l); }
424 { _M_ht.insert_equal(__f,__l); }
459 erase(iterator __f, iterator __l)
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_function.h697 mem_fun(_Ret (_Tp::*__f)()) in _GLIBCXX_VISIBILITY()
698 { return mem_fun_t<_Ret, _Tp>(__f); } in _GLIBCXX_VISIBILITY()
702 mem_fun(_Ret (_Tp::*__f)() const) in _GLIBCXX_VISIBILITY()
703 { return const_mem_fun_t<_Ret, _Tp>(__f); } in _GLIBCXX_VISIBILITY()
707 mem_fun_ref(_Ret (_Tp::*__f)()) in _GLIBCXX_VISIBILITY()
708 { return mem_fun_ref_t<_Ret, _Tp>(__f); } in _GLIBCXX_VISIBILITY()
712 mem_fun_ref(_Ret (_Tp::*__f)() const) in _GLIBCXX_VISIBILITY()
717 mem_fun(_Ret (_Tp::*__f)(_Arg)) in _GLIBCXX_VISIBILITY()
722 mem_fun(_Ret (_Tp::*__f)(_Arg) const) in _GLIBCXX_VISIBILITY()
727 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) in _GLIBCXX_VISIBILITY()
[all …]
H A Dboost_concept_check.h319 _Func __f; in _GLIBCXX_VISIBILITY()
329 _Func __f; in _GLIBCXX_VISIBILITY()
338 _Func __f; in _GLIBCXX_VISIBILITY()
346 __f(__arg); // require operator() in _GLIBCXX_VISIBILITY()
348 _Func __f; in _GLIBCXX_VISIBILITY()
358 _Func __f; in _GLIBCXX_VISIBILITY()
370 _Func __f; in _GLIBCXX_VISIBILITY()
381 _Func __f; in _GLIBCXX_VISIBILITY()
391 _Func __f; in _GLIBCXX_VISIBILITY()
400 __const_constraints(__f); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.h3142 tree_check_failed (__t, __f, __l, __g, __c, 0); in tree_check()
3151 tree_not_check_failed (__t, __f, __l, __g, __c, 0); in tree_not_check()
3327 const char *__f, int __l, const char *__g) in tree_int_cst_elt_check() argument
3333 __f, __l, __g); in tree_int_cst_elt_check()
3339 const char *__f, int __l, const char *__g) in tree_int_cst_elt_check() argument
3345 __f, __l, __g); in tree_int_cst_elt_check()
3361 tree_check_failed (__t, __f, __l, __g, TREE_VEC, 0); in tree_vec_elt_check()
3398 tree_check_failed (__t, __f, __l, __g, __c, 0); in tree_check()
3407 tree_not_check_failed (__t, __f, __l, __g, __c, 0); in tree_not_check()
3651 tree_check_failed (__t, __f, __l, __g, __code, 0); in tree_operand_check_code()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drandom.tcc449 while (__f != __t) in __generate_impl()
646 while (__f != __t) in __generate_impl()
732 while (__f != __t) in __generate_impl()
809 while (__f != __t) in __generate_impl()
874 while (__f != __t) in __generate_impl()
966 while (__f != __t) in __generate_impl()
1037 while (__f != __t) in __generate_impl()
1140 while (__f != __t) in __generate_impl()
1209 while (__f != __t) in __generate_impl()
1270 result_type __f; in operator ()() local
[all …]
H A Drandom549 __generate(result_type* __f, result_type* __t,
1113 __generate(result_type* __f, result_type* __t,
1340 __generate(result_type* __f, result_type* __t,
1581 __generate(result_type* __f, result_type* __t,
1830 __generate(result_type* __f, result_type* __t,
2067 __generate(result_type* __f, result_type* __t,
2306 __generate(result_type* __f, result_type* __t,
2572 __generate(result_type* __f, result_type* __t,
2810 __generate(result_type* __f, result_type* __t,
3070 __generate(result_type* __f, result_type* __t,
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dunordered_set.h76 __unordered_set(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(), in _GLIBCXX_VISIBILITY()
126 __unordered_multiset(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
131 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(), in _GLIBCXX_VISIBILITY()
194 unordered_set(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
199 : _Base(__f, __l, __n, __hf, __eql, __a) in _GLIBCXX_VISIBILITY()
244 unordered_multiset(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
249 : _Base(__f, __l, __n, __hf, __eql, __a) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dunordered_set.h76 __unordered_set(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(), in _GLIBCXX_VISIBILITY()
126 __unordered_multiset(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
131 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(), in _GLIBCXX_VISIBILITY()
194 unordered_set(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
199 : _Base(__f, __l, __n, __hf, __eql, __a) in _GLIBCXX_VISIBILITY()
244 unordered_multiset(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY()
249 : _Base(__f, __l, __n, __hf, __eql, __a) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dpar_loop.h68 _Op __o, _Fu& __f, _Red __r, in __for_each_template_random_access_ed() argument
102 __reduct = new _Result(__f(__o, __begin + __start)); in __for_each_template_random_access_ed()
110 *__reduct = __r(*__reduct, __f(__o, __begin + __start)); in __for_each_template_random_access_ed()
128 __f._M_finish_iterator = __begin + __length; in __for_each_template_random_access_ed()

123456