Home | History | Annotate | Download | only in include

Lines Matching full:exponent

144   /* Correct odd exponent. */
155 /* Write back exponent */
261 * \param result_e pointer to an INT where the exponent of the result is stored into
286 * \return num/denum with exponent = 0
294 * \param result_e pointer to an INT where the exponent of the result is stored into
295 * \return num/denum with exponent = *result_e
303 * \return num/denum with exponent = 0
310 * \param arg_e exponent of the argument
311 * \param result_e pointer to an INT to store the exponent of the result
319 * \param exp_m mantissa of the exponent to 2.0f
320 * \param exp_e exponent of the exponent to 2.0f
321 * \param result_e pointer to a INT where the exponent of the result will be stored into
327 * \brief return 2 ^ (exp_m * 2^exp_e). This version returns only the mantissa with implicit exponent of zero.
328 * \param exp_m mantissa of the exponent to 2.0f
329 * \param exp_e exponent of the exponent to 2.0f
338 * \param ldx_e exponent of log2() of x.
339 * \param exp_m mantissa of the exponent to 2.0f
340 * \param exp_e exponent of the exponent to 2.0f
341 * \param result_e pointer to a INT where the exponent of the result will be stored into
354 * does not return an exponent, which is implicitly 0.
356 * \param ldx_e exponent of log2() of x.
357 * \param exp_m mantissa of the exponent to 2.0f
358 * \param exp_e exponent of the exponent to 2.0f
369 * \param base_e exponent of the base.
371 * \param exp_e exponent of power to be calculated of the base.
372 * \param result_e pointer to a INT where the exponent of the result will be stored into.
380 * \param base_e exponent of the base
382 * \param result_e pointer to a INT where the exponent of the result will be stored into
390 * \param x_e exponent of the input value.
391 * \param pointer to an INT where the exponent of the result is returned into.
399 * \param x_e exponent of the input value.
400 * \return mantissa of the result with implicit exponent of LD_DATA_SHIFT.