• Home
  • Raw
  • Download

Lines Matching refs:__f

192     basic_ostream& operator<<(float __f);
193 basic_ostream& operator<<(double __f);
194 basic_ostream& operator<<(long double __f);
396 const _Fp& __f = use_facet<_Fp>(this->getloc());
397 if (__f.put(*this, *this, this->fill(), __n).failed())
423 const _Fp& __f = use_facet<_Fp>(this->getloc());
424 if (__f.put(*this, *this, this->fill(),
452 const _Fp& __f = use_facet<_Fp>(this->getloc());
453 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
479 const _Fp& __f = use_facet<_Fp>(this->getloc());
480 if (__f.put(*this, *this, this->fill(),
508 const _Fp& __f = use_facet<_Fp>(this->getloc());
509 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
534 const _Fp& __f = use_facet<_Fp>(this->getloc());
535 if (__f.put(*this, *this, this->fill(), __n).failed())
560 const _Fp& __f = use_facet<_Fp>(this->getloc());
561 if (__f.put(*this, *this, this->fill(), __n).failed())
586 const _Fp& __f = use_facet<_Fp>(this->getloc());
587 if (__f.put(*this, *this, this->fill(), __n).failed())
612 const _Fp& __f = use_facet<_Fp>(this->getloc());
613 if (__f.put(*this, *this, this->fill(), __n).failed())
638 const _Fp& __f = use_facet<_Fp>(this->getloc());
639 if (__f.put(*this, *this, this->fill(), static_cast<double>(__n)).failed())
664 const _Fp& __f = use_facet<_Fp>(this->getloc());
665 if (__f.put(*this, *this, this->fill(), __n).failed())
690 const _Fp& __f = use_facet<_Fp>(this->getloc());
691 if (__f.put(*this, *this, this->fill(), __n).failed())
716 const _Fp& __f = use_facet<_Fp>(this->getloc());
717 if (__f.put(*this, *this, this->fill(), __n).failed())