Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/libc/
Dprintf.c377 __NO_INLINE static char *double_to_hexstring(char *buf, size_t len, double d, uint flag) in double_to_hexstring() function
697 s = double_to_hexstring(num_buffer, sizeof(num_buffer), d, flags); in _printf_engine_internal()