Searched refs:__units (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | money.h | 731 put(iter_type __s, bool __intl, ios_base& __iob, char_type __fl, long double __units) const { in put() argument 732 return do_put(__s, __intl, __iob, __fl, __units); in put() 745 …ype do_put(iter_type __s, bool __intl, ios_base& __iob, char_type __fl, long double __units) const; 755 iter_type __s, bool __intl, ios_base& __iob, char_type __fl, long double __units) const { in do_put() argument 762 int __n = snprintf(__bb, __bs, "%.0Lf", __units); in do_put() 767 __n = __locale::__asprintf(&__bb, _LIBCPP_GET_C_LOCALE, "%.0Lf", __units); in do_put()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | locale | 2899 put(iter_type __s, bool __intl, ios_base& __iob, char_type __fl, long double __units) const { 2900 return do_put(__s, __intl, __iob, __fl, __units); 2913 …ype do_put(iter_type __s, bool __intl, ios_base& __iob, char_type __fl, long double __units) const; 2923 iter_type __s, bool __intl, ios_base& __iob, char_type __fl, long double __units) const { 2930 int __n = snprintf(__bb, __bs, "%.0Lf", __units); 2935 __n = __libcpp_asprintf_l(&__bb, _LIBCPP_GET_C_LOCALE, "%.0Lf", __units);
|