Lines Matching full:brief
102 * \brief deprecated. Use fLog2() instead.
241 * \brief Divide two FIXP_DBL values with given precision.
256 * \brief multiply two values with normalization, thus max precision.
283 * \brief Divide 2 FIXP_DBL values with normalization of input values.
291 * \brief Divide 2 FIXP_DBL values with normalization of input values.
300 * \brief Divide 2 FIXP_DBL values with normalization of input values.
308 * \brief Calculate log(argument)/log(2) (logarithm with base 2). deprecated. Use fLog2() instead.
318 * \brief return 2 ^ (exp * 2^exp_e)
327 * \brief return 2 ^ (exp_m * 2^exp_e). This version returns only the mantissa with implicit exponent of zero.
335 * \brief return x ^ (exp * 2^exp_e), where log2(x) = baseLd_m * 2^(baseLd_e). This saves
352 * \brief return x ^ (exp * 2^exp_e), where log2(x) = baseLd_m * 2^(baseLd_e). This saves
367 * \brief return (base * 2^base_e) ^ (exp * 2^exp_e). Use fLdPow() instead whenever possible.
378 * \brief return (base * 2^base_e) ^ N
388 * \brief calculate logarithm of base 2 of x_m * 2^(x_e)
397 * \brief calculate logarithm of base 2 of x_m * 2^(x_e)
405 * \brief Add with saturation of the result.
420 * \brief Add with saturation of the result.
452 * \brief Calculate the value of 1/i where i is a integer value. It supports