Home
last modified time | relevance | path

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

/freebsd/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 __…
H A Dryu.h137 return __d2fixed_buffered_n(_First, _Last, _Value, static_cast<uint32_t>(_Precision));
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp502 return __d2fixed_buffered_n(_First, _Last, __f, 0); in __to_chars()
755 return __d2fixed_buffered_n(_First, _Last, __f, 0); in __d2s_buffered_n()
H A Dd2fixed.cpp235 [[nodiscard]] to_chars_result __d2fixed_buffered_n(char* _First, char* const _Last, const double __… in __d2fixed_buffered_n() function