Lines Matching full:convert
33 * Convert number Q7/Q15/Q31 to Float or Double representation with shift.
40 * @brief Convert a Q7 fixed-point value to a floating-point (float32_t) value with a left shift.
49 * @brief Convert a Q15 fixed-point value to a floating-point (float32_t) value with a left shift.
58 * @brief Convert a Q31 fixed-point value to a floating-point (float32_t) value with a left shift.
67 * @brief Convert a Q7 fixed-point value to a floating-point (float64_t) value with a left shift.
76 * @brief Convert a Q15 fixed-point value to a floating-point (float64_t) value with a left shift.
85 * @brief Convert a Q31 fixed-point value to a floating-point (float64_t) value with a left shift.
101 * Convert number representation in Float or Double to Q31/Q15/Q7.
108 * @brief Convert a floating-point (float32_t) value to a Q7 fixed-point value with a right shift.
118 * @brief Convert a floating-point (float32_t) value to a Q15 fixed-point value with a right shift.
128 * @brief Convert a floating-point (float32_t) value to a Q31 fixed-point value with a right shift.
138 * @brief Convert a floating-point (float64_t) value to a Q7 fixed-point value with a right shift.
148 * @brief Convert a floating-point (float64_t) value to a Q15 fixed-point value with a right shift.
158 * @brief Convert a floating-point (float64_t) value to a Q31 fixed-point value with a right shift.