Searched refs:floating_decimal_32 (Results 1 – 2 of 2) sorted by relevance
32 typedef struct floating_decimal_32 { struct38 } floating_decimal_32; argument40 static inline floating_decimal_32 f2d(const uint32_t ieeeMantissa, const uint32_t ieeeExponent, con… in f2d()214 floating_decimal_32 fd; in f2d()221 static inline int to_chars(const floating_decimal_32 v, char* const result) { in to_chars()297 floating_decimal_32 floating_to_fd32(float f) { in floating_to_fd32()319 const floating_decimal_32 v = f2d(ieeeMantissa, ieeeExponent, ieeeSign); in floating_to_fd32()
137 using shortest_scientific_t = ryu::floating_decimal_32;539 get_mantissa_length(const ryu::floating_decimal_32 fd) in get_mantissa_length()