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