Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 1 of 1) sorted by relevance

/lk-master/lib/libc/
A Dprintf.c164 __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() local
298 uint32_t exponent = (u.i >> 52) & 0x7ff; in double_to_hexstring() local

Completed in 3 milliseconds