Home | History | Annotate | Download | only in include

Lines Matching refs:result_e

261  * \param result_e pointer to an INT where the exponent of the result is stored into
267 INT *result_e
288 FIXP_DBL fDivNorm(FIXP_DBL num, FIXP_DBL denom, INT *result_e);
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
305 FIXP_DBL fDivNormHighPrec(FIXP_DBL L_num, FIXP_DBL L_denum, INT *result_e);
311 * \param result_e pointer to an INT to store the exponent of the result
315 FIXP_DBL CalcLog2(FIXP_DBL arg, INT arg_e, INT *result_e);
321 * \param result_e pointer to a INT where the exponent of the result will be stored into
324 FIXP_DBL f2Pow(const FIXP_DBL exp_m, const INT exp_e, INT *result_e);
341 * \param result_e pointer to a INT where the exponent of the result will be stored into
348 INT *result_e
372 * \param result_e pointer to a INT where the exponent of the result will be stored into.
375 FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e, INT *result_e);
382 * \param result_e pointer to a INT where the exponent of the result will be stored into
385 FIXP_DBL fPowInt(FIXP_DBL base_m, INT base_e, INT N, INT *result_e);
394 FIXP_DBL fLog2(FIXP_DBL x_m, INT x_e, INT *result_e);