Searched refs:fixed16_to_double (Results 1 – 1 of 1) sorted by relevance
3321 #define fixed16_to_double(x) (((double) x) / ((double) (1 << 16))) macro3322 #define fixed16_to_double_to_cpu(x) fixed16_to_double(le32_to_cpu(x))