Searched defs:convert_fix_to_float (Results 1 – 2 of 2) sorted by relevance
68 void convert_fix_to_float(number_t a, float *a_f) in convert_fix_to_float() function
51 #define convert_fix_to_float(a, a_f) *a_f = (float) a macro