Home | History | Annotate | Download | only in glsl

Lines Matching full:mantissa

801     * \param m_rval is the unshifted mantissa bits of f_rval
839 * mantissa: 0:9
841 * Let f16 be a float16 value. The sign, exponent, and mantissa
856 * mantissa: 0:22
858 * Let f32 be a float32 value. The sign, exponent, and mantissa
887 * with an even mantissa. This rounding behavior has several benefits:
966 /* The addition below handles the case where the mantissa rounds
1041 /* Get f32's unshifted mantissa bits.
1049 /* Set f16's exponent and mantissa bits.
1090 * \param m_rval is the unshifted mantissa bits of a float16
1120 * mantissa: 0:9
1122 * Let f16 be a float16 value. The sign, exponent, and mantissa
1137 * mantissa: 0:22
1139 * Let f32 be a float32 value. The sign, exponent, and mantissa
1262 /* Get f16's unshifted mantissa bits.
1270 /* Set f32's exponent and mantissa bits.