Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dformatfloat.h32 int mp_format_float(mp_float_t f, char *buf, size_t bufSize, char fmt, int prec, char sign);
A Dobjcomplex.c60 mp_format_float(o->imag, buf, sizeof(buf), 'g', precision, '\0'); in complex_print()
63 mp_format_float(o->real, buf, sizeof(buf), 'g', precision, '\0'); in complex_print()
68 mp_format_float(o->imag, buf, sizeof(buf), 'g', precision, '\0'); in complex_print()
A Dformatfloat.c114 int mp_format_float(FPTYPE f, char *buf, size_t buf_size, char fmt, int prec, char sign) { in mp_format_float() function
A Dobjfloat.c111 mp_format_float(o_val, buf, sizeof(buf), 'g', precision, '\0'); in float_print()
A Dmpprint.c355 int len = mp_format_float(f, buf, sizeof(buf), fmt, prec, sign); in mp_print_float()

Completed in 8 milliseconds