Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dprintf.c250 static char *double_to_hexstring(char *buf, size_t len, double d, uint flag) in double_to_hexstring() function
556 s = double_to_hexstring(num_buffer, sizeof(num_buffer), d, flags); in printf_engine()
/AliOS-Things-master/components/debug/src/
A Ddebug_print.c315 static char *double_to_hexstring(char *buf, size_t len, double d, uint32_t flag) in double_to_hexstring() function
608 s = double_to_hexstring(num_buffer, sizeof(num_buffer), d, flags); in print_driver()

Completed in 6 milliseconds