Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3565 return convertIEEEFloatToAPInt<semIEEEdouble>(); in convertDoubleAPFloatToAPInt()
3725 IEEEFloat v(semIEEEdouble, APInt(64, i2)); in initFromPPCDoubleDoubleAPInt()
3822 initFromIEEEAPInt<semIEEEdouble>(api); in initFromDoubleAPInt()
3870 if (Sem == &semIEEEdouble) in initFromAPInt()
4564 Floats(new APFloat[2]{APFloat(semIEEEdouble), APFloat(semIEEEdouble)}) { in DoubleAPFloat()
4594 assert(&Floats[0].getSemantics() == &semIEEEdouble);
4742 assert(&A.getSemantics() == &semIEEEdouble); in addWithSpecial()
4743 assert(&AA.getSemantics() == &semIEEEdouble); in addWithSpecial()
4744 assert(&C.getSemantics() == &semIEEEdouble); in addWithSpecial()
4745 assert(&CC.getSemantics() == &semIEEEdouble); in addWithSpecial()
[all …]