Lines Matching full:left
40 * @brief Convert a Q7 fixed-point value to a floating-point (float32_t) value with a left shift.
43 * @param m The number of bits to left shift the input value (0 to 7).
49 * @brief Convert a Q15 fixed-point value to a floating-point (float32_t) value with a left shift.
52 * @param m The number of bits to left shift the input value (0 to 15).
58 * @brief Convert a Q31 fixed-point value to a floating-point (float32_t) value with a left shift.
61 * @param m The number of bits to left shift the input value (0 to 31).
67 * @brief Convert a Q7 fixed-point value to a floating-point (float64_t) value with a left shift.
70 * @param m The number of bits to left shift the input value (0 to 7).
76 * @brief Convert a Q15 fixed-point value to a floating-point (float64_t) value with a left shift.
79 * @param m The number of bits to left shift the input value (0 to 15).
85 * @brief Convert a Q31 fixed-point value to a floating-point (float64_t) value with a left shift.
88 * @param m The number of bits to left shift the input value (0 to 31).