Home
last modified time | relevance | path

Searched defs:__precision (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__format/
H A Dformatter_floating_point.h73 _LIBCPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __precision) { in __to_buffer() argument
113 _LIBCPP_HIDE_FROM_ABI constexpr size_t __float_buffer_size(int __precision) { in __float_buffer_size() argument
[all...]
H A Dformatter_output.h320 _LIBCPP_HIDE_FROM_ABI int __truncate(basic_string_view<_CharT>& __str, int __precision) { in __truncate() argument
/llvm-project/libcxx/src/
H A Dcharconv.cpp62 to_chars(char * __first,char * __last,float __value,chars_format __fmt,int __precision) to_chars() argument
67 to_chars(char * __first,char * __last,double __value,chars_format __fmt,int __precision) to_chars() argument
72 to_chars(char * __first,char * __last,long double __value,chars_format __fmt,int __precision) to_chars() argument
/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp235 const uint32_t __precision) { in __d2fixed_buffered_n()
425 uint32_t __precision) { in __d2exp_buffered_n()