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 | 74 … char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __precision) { in __to_buffer() 114 _LIBCPP_HIDE_FROM_ABI constexpr size_t __float_buffer_size(int __precision) { in __float_buffer_size()
|
| H A D | formatter_output.h | 302 _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 | 63 …_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __precision) { in to_chars() 68 …result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __precision) { in to_chars() 73 …t to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int __precision) { in to_chars()
|
| /freebsd/contrib/llvm-project/libcxx/src/ryu/ |
| H A D | d2fixed.cpp | 236 const uint32_t __precision) { in __d2fixed_buffered_n() 426 uint32_t __precision) { in __d2exp_buffered_n()
|