Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h37 typedef uint64_t integerPart; typedef
41 host_char_bit * static_cast<unsigned int>(sizeof(integerPart));
340 return VAL == ~integerPart(0) >> (APINT_BITS_PER_WORD - BitWidth); in isAllOnesValue()
1605 static void tcSet(integerPart *, integerPart, unsigned int);
1608 static void tcAssign(integerPart *, const integerPart *, unsigned int);
1611 static bool tcIsZero(const integerPart *, unsigned int);
1614 static int tcExtractBit(const integerPart *, unsigned int bit);
1620 static void tcExtract(integerPart *, unsigned int dstCount,
1621 const integerPart *, unsigned int srcBits,
1625 static void tcSetBit(integerPart *, unsigned int bit);
[all …]
DAPFloat.h196 APFloat(const fltSemantics &, integerPart);
362 opStatus convertToInteger(integerPart *, unsigned int, bool, roundingMode,
366 opStatus convertFromSignExtendedInteger(const integerPart *, unsigned int,
368 opStatus convertFromZeroExtendedInteger(const integerPart *, unsigned int,
533 integerPart *significandParts();
534 const integerPart *significandParts() const;
542 integerPart addSignificand(const APFloat &);
543 integerPart subtractSignificand(const APFloat &, integerPart);
594 opStatus convertToSignExtendedInteger(integerPart *, unsigned int, bool,
596 opStatus convertFromUnsignedParts(const integerPart *, unsigned int,
[all …]
/external/llvm/lib/Support/
DAPInt.cpp698 integerPart MSWMask; in countLeadingZerosSlowCase()
699 if (BitsInMSW) MSWMask = (integerPart(1) << BitsInMSW) - 1; in countLeadingZerosSlowCase()
701 MSWMask = ~integerPart(0); in countLeadingZerosSlowCase()
706 integerPart MSW = pVal[i-1] & MSWMask; in countLeadingZerosSlowCase()
2297 static inline integerPart
2302 return ~(integerPart) 0 >> (integerPartWidth - bits); in lowBitMask()
2306 static inline integerPart
2307 lowHalf(integerPart part) in lowHalf()
2313 static inline integerPart
2314 highHalf(integerPart part) in highHalf()
[all …]
DAPFloat.cpp343 lostFractionThroughTruncation(const integerPart *parts, in lostFractionThroughTruncation()
365 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits) in shiftRight()
412 static integerPart
413 ulpsFromBoundary(const integerPart *parts, unsigned int bits, bool isNearest) in ulpsFromBoundary()
416 integerPart part, boundary; in ulpsFromBoundary()
424 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits)); in ulpsFromBoundary()
427 boundary = (integerPart) 1 << (partBits - 1); in ulpsFromBoundary()
441 return ~(integerPart) 0; /* A lot. */ in ulpsFromBoundary()
447 return ~(integerPart) 0; /* A lot. */ in ulpsFromBoundary()
452 return ~(integerPart) 0; /* A lot. */ in ulpsFromBoundary()
[all …]
/external/llvm/unittests/ADT/
DAPIntTest.cpp816 integerPart singleWord = ~integerPart(0) << (integerPartWidth - 1); in TEST()
817 integerPart carry = APInt::tcDecrement(&singleWord, 1); in TEST()
818 EXPECT_EQ(carry, integerPart(0)); in TEST()
819 EXPECT_EQ(singleWord, ~integerPart(0) >> 1); in TEST()
824 integerPart singleWord = 0; in TEST()
825 integerPart carry = APInt::tcDecrement(&singleWord, 1); in TEST()
826 EXPECT_EQ(carry, integerPart(1)); in TEST()
827 EXPECT_EQ(singleWord, ~integerPart(0)); in TEST()
834 integerPart test[4] = {0x1, 0x1, 0x1, 0x1}; in TEST()
835 integerPart expected[4] = {0x0, 0x1, 0x1, 0x1}; in TEST()
[all …]
/external/clang/lib/AST/
DItaniumMangle.cpp709 llvm::integerPart hexDigit in mangleFloat()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2956 integerPart x[2]; in getNode()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...