Lines Matching full:convert
901 status = extendedAddend.convert(extendedSemantics, rmTowardZero, &ignored);
1848 /// APFloat::convert - convert a value of one floating point type to another.
1856 APFloat::convert(const fltSemantics &toSemantics,
1935 /* Convert a floating point number to an integer according to the
2104 /* Convert an unsigned integer SRC to a floating point number,
2155 /* Convert a two's complement integer SRC to a floating point number,
2443 /* Convert to binary efficiently - we do almost all multiplication
2649 /* Convert as much of "part" to hexdigits as we can. */
2754 // Convert number to double. To avoid spurious underflows, we re-
2763 fs = extended.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo);
2768 fs = u.convert(IEEEdouble, rmNearestTiesToEven, &losesInfo);
2774 // just set the second double to zero. Otherwise, re-convert back to
2776 // convert exactly to double.
2778 fs = u.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo);
2784 fs = v.convert(IEEEdouble, rmNearestTiesToEven, &losesInfo);
3014 // Get the first double and convert to our format.
3016 fs = convert(PPCDoubleDouble, rmNearestTiesToEven, &losesInfo);
3023 fs = v.convert(PPCDoubleDouble, rmNearestTiesToEven, &losesInfo);