Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_floating_point.h72 __to_buffer(char * __first,char * __last,_Tp __value,chars_format __fmt,int __precision) __to_buffer() argument
112 __float_buffer_size(int __precision) __float_buffer_size() argument
[all...]
H A Dformatter_output.h318 __truncate(basic_string_view<_CharT> & __str,int __precision) __truncate() argument
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dcharconv.cpp62 …_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __precision) { in to_chars()
67 …result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __precision) { in to_chars()
72 …t to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int __precision) { in to_chars()
/freebsd-src/contrib/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()