Searched refs:fixed16_to_double (Results 1 – 2 of 2) sorted by relevance
1698 #define fixed16_to_double(x) (((double) x) / ((double) (1 << 16))) macro1699 #define fixed16_to_double_to_cpu(x) fixed16_to_double(le32_to_cpu(x))
3605 #define fixed16_to_double(x) (((double) x) / ((double) (1 << 16))) macro3606 #define fixed16_to_double_to_cpu(x) fixed16_to_double(le32_to_cpu(x))