Searched refs:initFromAPInt (Results 1 – 2 of 2) sorted by relevance
609 void initFromAPInt(const fltSemantics *Sem, const APInt &api);
3332 APFloat::initFromAPInt(const fltSemantics* Sem, const APInt& api) in initFromAPInt() function in APFloat3449 initFromAPInt(&Sem, API); in APFloat()3453 initFromAPInt(&IEEEsingle, APInt::floatToBits(f)); in APFloat()3457 initFromAPInt(&IEEEdouble, APInt::doubleToBits(d)); in APFloat()