Searched defs:__precision (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/libcxx/src/ |
H A D | charconv.cpp | 71 …_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __precision) { in to_chars() 76 …result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __precision) { in to_chars() 81 …t to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int __precision) { in to_chars()
|
/openbsd/gnu/llvm/libcxx/include/__format/ |
H A D | formatter_floating_point.h | 65 … char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __precision) { in __to_buffer() 105 _LIBCPP_HIDE_FROM_ABI constexpr size_t __float_buffer_size(int __precision) { in __float_buffer_size()
|
H A D | formatter_output.h | 361 _LIBCPP_HIDE_FROM_ABI int __truncate(basic_string_view<_CharT>& __str, int __precision) { in __truncate()
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | random.tcc | 801 const std::streamsize __precision = __os.precision(); in operator <<() local 848 const std::streamsize __precision = __os.precision(); in operator <<() local 1011 const std::streamsize __precision = __os.precision(); in operator <<() local 1249 const std::streamsize __precision = __os.precision(); in operator <<() local 1294 const std::streamsize __precision = __os.precision(); in operator <<() local 1336 const std::streamsize __precision = __os.precision(); in operator <<() local 1400 const std::streamsize __precision = __os.precision(); in operator <<() local 1533 const std::streamsize __precision = __os.precision(); in operator <<() local
|
/openbsd/gnu/llvm/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()
|