Searched defs:__precision (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | formatter_floating_point.h | 73 … char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __precision) { in __to_buffer() 113 _LIBCPP_HIDE_FROM_ABI constexpr size_t __float_buffer_size(int __precision) { in __float_buffer_size()
|
H A D | formatter_output.h | 320 _LIBCPP_HIDE_FROM_ABI int __truncate(basic_string_view<_CharT>& __str, int __precision) { in __truncate()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | charconv.cpp | 71 to_chars(char * __first,char * __last,float __value,chars_format __fmt,int __precision) to_chars() argument 76 to_chars(char * __first,char * __last,double __value,chars_format __fmt,int __precision) to_chars() argument 81 to_chars(char * __first,char * __last,long double __value,chars_format __fmt,int __precision) to_chars() argument
|
/freebsd/contrib/llvm-project/libcxx/src/ryu/ |
H A D | d2fixed.cpp | 235 const uint32_t __precision) { in __d2fixed_buffered_n() argument 425 __d2exp_buffered_n(char * _First,char * const _Last,const double __d,uint32_t __precision) __d2exp_buffered_n() argument [all...] |