HomeSort by relevance Sort by last modified time
    Searched refs:integerPart (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/ADT/
APFloat.h 184 APFloat(const fltSemantics &, integerPart);
285 opStatus convertToInteger(integerPart *, unsigned int, bool,
290 opStatus convertFromSignExtendedInteger(const integerPart *, unsigned int,
292 opStatus convertFromZeroExtendedInteger(const integerPart *, unsigned int,
374 integerPart *significandParts();
375 const integerPart *significandParts() const;
379 integerPart addSignificand(const APFloat &);
380 integerPart subtractSignificand(const APFloat &, integerPart);
407 opStatus convertToSignExtendedInteger(integerPart *, unsigned int, bool
    [all...]
APInt.h 38 typedef uint64_t integerPart;
42 static_cast<unsigned int>(sizeof(integerPart));
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 685 integerPart MSWMask;
686 if (BitsInMSW) MSWMask = (integerPart(1) << BitsInMSW) - 1;
688 MSWMask = ~integerPart(0);
693 integerPart MSW = pVal[i-1] & MSWMask;
    [all...]
APFloat.cpp 353 lostFractionThroughTruncation(const integerPart *parts,
375 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits)
422 static integerPart
423 ulpsFromBoundary(const integerPart *parts, unsigned int bits, bool isNearest)
426 integerPart part, boundary;
434 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits));
437 boundary = (integerPart) 1 << (partBits - 1);
451 return ~(integerPart) 0; /* A lot. */
457 return ~(integerPart) 0; /* A lot. */
462 return ~(integerPart) 0; /* A lot. *
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
NumberPrototype.cpp 251 double integerPart = floor(x);
256 double d = integerPart;
268 d = x - integerPart;
  /external/clang/lib/AST/
ItaniumMangle.cpp 677 llvm::integerPart hexDigit
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 786 milliseconds