Lines Matching full:floating
35 * There are separate functions for floating-point, Q7, Q15, and Q31 data types.
40 * @brief Convert a Q7 fixed-point value to a floating-point (float32_t) value with a left shift.
44 * @return The converted floating-point (float32_t) value.
49 * @brief Convert a Q15 fixed-point value to a floating-point (float32_t) value with a left shift.
53 * @return The converted floating-point (float32_t) value.
58 * @brief Convert a Q31 fixed-point value to a floating-point (float32_t) value with a left shift.
62 * @return The converted floating-point (float32_t) value.
67 * @brief Convert a Q7 fixed-point value to a floating-point (float64_t) value with a left shift.
71 * @return The converted floating-point (float64_t) value.
76 * @brief Convert a Q15 fixed-point value to a floating-point (float64_t) value with a left shift.
80 * @return The converted floating-point (float64_t) value.
85 * @brief Convert a Q31 fixed-point value to a floating-point (float64_t) value with a left shift.
89 * @return The converted floating-point (float64_t) value.
103 * There are separate functions for floating-point, Q7, Q15, and Q31 data types.
108 * @brief Convert a floating-point (float32_t) value to a Q7 fixed-point value with a right shift.
110 * @param src The input floating-point (float32_t) value.
118 * @brief Convert a floating-point (float32_t) value to a Q15 fixed-point value with a right shift.
120 * @param src The input floating-point (float32_t) value.
128 * @brief Convert a floating-point (float32_t) value to a Q31 fixed-point value with a right shift.
130 * @param src The input floating-point (float32_t) value.
138 * @brief Convert a floating-point (float64_t) value to a Q7 fixed-point value with a right shift.
140 * @param src The input floating-point (float64_t) value.
148 * @brief Convert a floating-point (float64_t) value to a Q15 fixed-point value with a right shift.
150 * @param src The input floating-point (float64_t) value.
158 * @brief Convert a floating-point (float64_t) value to a Q31 fixed-point value with a right shift.
160 * @param src The input floating-point (float64_t) value.