Lines Matching full:mantissa
167 * \param a_m mantissa of the first input value.
169 * \param b_m mantissa of the second input value.
283 * \param op_m mantissa of input value.
285 * \return mantissa of the result
363 * \param op mantissa of the input value.
364 * \return mantissa of the result with implicit exponent of 31
384 * \param op_m mantissa of the input value.
387 * \return mantissa of the result
428 * \return mantissa of the product f1*f2
435 * \param f1_m mantissa of factor 1
436 * \param f2_m mantissa of factor 2
437 * \return mantissa of the result with exponent equal to 0
452 * mantissa of the result.
453 * \param f1_m mantissa of factor 1
455 * \param f2_m mantissa of factor 2
457 * \param result_e exponent for the returned mantissa of the result
458 * \return mantissa of the result with exponent equal to result_e
606 * \brief Adjust mantissa to exponent -1
607 * \param a_m mantissa of value to be adjusted
609 * \return adjusted mantissa
623 * \param a_m mantissa of first summand
625 * \param a_m mantissa of second summand
629 * \return mantissa of result
686 * \param exp_m mantissa of the exponent to 2.0f
690 * \return mantissa of the result
695 * \brief return 2 ^ (exp_m * 2^exp_e). This version returns only the mantissa
697 * \param exp_m mantissa of the exponent to 2.0f
699 * \return mantissa of the result
707 * \param baseLd_m mantissa of log2() of x.
709 * \param exp_m mantissa of the exponent to 2.0f
713 * \return mantissa of the result
723 * \param baseLd_m mantissa of log2() of x.
725 * \param exp_m mantissa of the exponent to 2.0f
727 * \return mantissa of the result
734 * \param base_m mantissa of the base.
736 * \param exp_m mantissa of power to be calculated of the base.
740 * \return mantissa of the result.
747 * \param base_m mantissa of the base
752 * \return mantissa of the result
761 * \param arg mantissa of the argument
764 * \return the mantissa of the result.
771 * \param x_m mantissa of the input value.
774 * \return mantissa of the result.
841 * \param x_m mantissa of the input value.
843 * \return mantissa of the result with implicit exponent of LD_DATA_SHIFT.