Searched refs:convert_fix_to_float (Results 1 – 3 of 3) sorted by relevance
68 void convert_fix_to_float(number_t a, float *a_f) in convert_fix_to_float() function74 #pragma CODE_SECTION(convert_fix_to_float, "itt_varq_l1pram");
43 void convert_fix_to_float(number_t a, float *a_f);
51 #define convert_fix_to_float(a, a_f) *a_f = (float) a macro