Lines Matching refs:__f
216 basic_ostream& operator<<(float __f);
217 basic_ostream& operator<<(double __f);
218 basic_ostream& operator<<(long double __f);
379 const _Fp& __f = use_facet<_Fp>(this->getloc());
380 if (__f.put(*this, *this, this->fill(), __n).failed())
406 const _Fp& __f = use_facet<_Fp>(this->getloc());
407 if (__f.put(*this, *this, this->fill(),
435 const _Fp& __f = use_facet<_Fp>(this->getloc());
436 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
462 const _Fp& __f = use_facet<_Fp>(this->getloc());
463 if (__f.put(*this, *this, this->fill(),
491 const _Fp& __f = use_facet<_Fp>(this->getloc());
492 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
517 const _Fp& __f = use_facet<_Fp>(this->getloc());
518 if (__f.put(*this, *this, this->fill(), __n).failed())
543 const _Fp& __f = use_facet<_Fp>(this->getloc());
544 if (__f.put(*this, *this, this->fill(), __n).failed())
569 const _Fp& __f = use_facet<_Fp>(this->getloc());
570 if (__f.put(*this, *this, this->fill(), __n).failed())
595 const _Fp& __f = use_facet<_Fp>(this->getloc());
596 if (__f.put(*this, *this, this->fill(), __n).failed())
621 const _Fp& __f = use_facet<_Fp>(this->getloc());
622 if (__f.put(*this, *this, this->fill(), static_cast<double>(__n)).failed())
647 const _Fp& __f = use_facet<_Fp>(this->getloc());
648 if (__f.put(*this, *this, this->fill(), __n).failed())
673 const _Fp& __f = use_facet<_Fp>(this->getloc());
674 if (__f.put(*this, *this, this->fill(), __n).failed())
699 const _Fp& __f = use_facet<_Fp>(this->getloc());
700 if (__f.put(*this, *this, this->fill(), __n).failed())