Home
last modified time | relevance | path

Searched refs:extendedSemantics (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/lib/Support/
HDAPFloat.cpp946 fltSemantics extendedSemantics; in multiplySignificand() local
960 extendedSemantics = *semantics; in multiplySignificand()
961 extendedSemantics.precision = extendedPrecision; in multiplySignificand()
967 semantics = &extendedSemantics; in multiplySignificand()
970 status = extendedAddend.convert(extendedSemantics, rmTowardZero, &ignored); in multiplySignificand()
2886 fltSemantics extendedSemantics = *semantics; in convertPPCDoubleDoubleAPFloatToAPInt() local
2887 extendedSemantics.minExponent = IEEEdouble.minExponent; in convertPPCDoubleDoubleAPFloatToAPInt()
2889 fs = extended.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
2904 fs = u.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()