Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp885 const integerPart HighBitMask = ~integerPart(0) >> NumHighBits; in isSignificandAllZeros()
977 integerPart carry; in incrementSignificand()
988 integerPart *parts; in addSignificand()
1002 integerPart *parts; in subtractSignificand()
1021 integerPart scratch[4]; in multiplySignificand()
1157 integerPart scratch[4]; in divideSignificand()
1520 integerPart carry; in addOrSubtractSignificand()
2284 const integerPart *src; in convertToSignExtendedInteger()
2429 integerPart *dst; in convertFromUnsignedParts()
2479 integerPart *copy; in convertFromSignExtendedInteger()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h144 typedef APInt::WordType integerPart; typedef
253 IEEEFloat(const fltSemantics &, integerPart);
483 integerPart *significandParts();
484 const integerPart *significandParts() const;
492 integerPart addSignificand(const IEEEFloat &);
493 integerPart subtractSignificand(const IEEEFloat &, integerPart);
576 integerPart part;
577 integerPart *parts;
616 DoubleAPFloat(const fltSemantics &S, integerPart);
667 opStatus convertToInteger(MutableArrayRef<integerPart> Input,
[all …]