Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dformatfloat.c57 #define FPTYPE float macro
88 #define FPTYPE double macro
101 static const FPTYPE g_pos_pow[] = {
107 static const FPTYPE g_neg_pow[] = {
114 int mp_format_float(FPTYPE f, char *buf, size_t buf_size, char fmt, int prec, char sign) { in mp_format_float()
174 const FPTYPE *pos_pow = g_pos_pow; in mp_format_float()
175 const FPTYPE *neg_pow = g_neg_pow; in mp_format_float()
350 f -= (FPTYPE)d; in mp_format_float()

Completed in 2 milliseconds