Searched refs:__d2fixed_buffered_n (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/src/include/ryu/
H A Dd2fixed.h53 [[nodiscard]] to_chars_result __d2fixed_buffered_n(char* _First, char* const _Last, const double __d, const uint32_t __precision);
H A Dryu.h137 return __d2fixed_buffered_n(_First, _Last, _Value, static_cast<uint32_t>(_Precision));
/freebsd-current/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp501 return __d2fixed_buffered_n(_First, _Last, __f, 0);
751 // exponents here and skipping Ryu. Calling __d2fixed_buffered_n() with precision 0 is valid for all integers
754 return __d2fixed_buffered_n(_First, _Last, __f, 0);
H A Dd2fixed.cpp234 [[nodiscard]] to_chars_result __d2fixed_buffered_n(char* _First, char* const _Last, const double __d, function

Completed in 98 milliseconds