Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/ryu/
H A Df2s.cpp151 struct __floating_decimal_32 { struct
156 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline __floating_decimal_32 __f2d(const uint32_t __ieeeMantiss… in __f2d() argument
289 __floating_decimal_32 __fd; in __f2d()
419 … to_chars_result __to_chars(char* const _First, char* const _Last, const __floating_decimal_32 __v, in __to_chars()
710 const __floating_decimal_32 __v = __f2d(__ieeeMantissa, __ieeeExponent); in __f2s_buffered_n()