Searched defs:exponent (Results 1 – 1 of 1) sorted by relevance
164 __NO_INLINE static size_t exponent_to_string(char *buf, int32_t exponent) { in exponent_to_string()199 uint32_t exponent = (du.i >> 52) & 0x7ff; in double_to_string() local298 uint32_t exponent = (u.i >> 52) & 0x7ff; in double_to_hexstring() local
Completed in 3 milliseconds