Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds