Searched refs:FPTYPE (Results 1 – 1 of 1) sorted by relevance
57 #define FPTYPE float macro88 #define FPTYPE double macro101 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