Lines Matching full:right
108 * @brief Convert a floating-point (float32_t) value to a Q7 fixed-point value with a right shift.
111 * @param m The number of bits to right shift the input value (0 to 7).
118 * @brief Convert a floating-point (float32_t) value to a Q15 fixed-point value with a right shift.
121 * @param m The number of bits to right shift the input value (0 to 15).
128 * @brief Convert a floating-point (float32_t) value to a Q31 fixed-point value with a right shift.
131 * @param m The number of bits to right shift the input value (0 to 31).
138 * @brief Convert a floating-point (float64_t) value to a Q7 fixed-point value with a right shift.
141 * @param m The number of bits to right shift the input value (0 to 7).
148 * @brief Convert a floating-point (float64_t) value to a Q15 fixed-point value with a right shift.
151 * @param m The number of bits to right shift the input value (0 to 15).
158 * @brief Convert a floating-point (float64_t) value to a Q31 fixed-point value with a right shift.
161 * @param m The number of bits to right shift the input value (0 to 31).