Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/
Dprintf.c542 int total_dec_count = js_num_d; in write_float_point_num() local
546 while (total_dec_count < precision) in write_float_point_num()
548 ++total_dec_count; in write_float_point_num()
/DragonOS-0.1.8/kernel/src/libs/
Dprintk.c571 int total_dec_count = js_num_d; in write_float_point_num() local
575 while (total_dec_count < precision) in write_float_point_num()
577 ++total_dec_count; in write_float_point_num()