• Home
  • Raw
  • Download

Lines Matching refs:__f

215     basic_ostream& operator<<(float __f);
216 basic_ostream& operator<<(double __f);
217 basic_ostream& operator<<(long double __f);
382 const _Fp& __f = use_facet<_Fp>(this->getloc());
383 if (__f.put(*this, *this, this->fill(), __n).failed())
409 const _Fp& __f = use_facet<_Fp>(this->getloc());
410 if (__f.put(*this, *this, this->fill(),
438 const _Fp& __f = use_facet<_Fp>(this->getloc());
439 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
465 const _Fp& __f = use_facet<_Fp>(this->getloc());
466 if (__f.put(*this, *this, this->fill(),
494 const _Fp& __f = use_facet<_Fp>(this->getloc());
495 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
520 const _Fp& __f = use_facet<_Fp>(this->getloc());
521 if (__f.put(*this, *this, this->fill(), __n).failed())
546 const _Fp& __f = use_facet<_Fp>(this->getloc());
547 if (__f.put(*this, *this, this->fill(), __n).failed())
572 const _Fp& __f = use_facet<_Fp>(this->getloc());
573 if (__f.put(*this, *this, this->fill(), __n).failed())
598 const _Fp& __f = use_facet<_Fp>(this->getloc());
599 if (__f.put(*this, *this, this->fill(), __n).failed())
624 const _Fp& __f = use_facet<_Fp>(this->getloc());
625 if (__f.put(*this, *this, this->fill(), static_cast<double>(__n)).failed())
650 const _Fp& __f = use_facet<_Fp>(this->getloc());
651 if (__f.put(*this, *this, this->fill(), __n).failed())
676 const _Fp& __f = use_facet<_Fp>(this->getloc());
677 if (__f.put(*this, *this, this->fill(), __n).failed())
702 const _Fp& __f = use_facet<_Fp>(this->getloc());
703 if (__f.put(*this, *this, this->fill(), __n).failed())