Searched defs:number_t_to_word32 (Results 1 – 2 of 2) sorted by relevance
185 void number_t_to_word32(number_t num_a, WORD32 *a) in number_t_to_word32() function
47 #define number_t_to_word32(num_a, a) *a = (WORD32)num_a macro