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);
286 opStatus convertToInteger(integerPart *, unsigned int, bool,
291 opStatus convertFromSignExtendedInteger(const integerPart *, unsigned int,
293 opStatus convertFromZeroExtendedInteger(const integerPart *, unsigned int,
376 integerPart *significandParts();
377 const integerPart *significandParts() const;
381 integerPart addSignificand(const APFloat &);
382 integerPart subtractSignificand(const APFloat &, integerPart);
409 opStatus convertToSignExtendedInteger(integerPart *, unsigned int, bool
    [all...]
APInt.h 39 typedef uint64_t integerPart;
43 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 335 lostFractionThroughTruncation(const integerPart *parts,
357 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits)
404 static integerPart
405 ulpsFromBoundary(const integerPart *parts, unsigned int bits, bool isNearest)
408 integerPart part, boundary;
416 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits));
419 boundary = (integerPart) 1 << (partBits - 1);
433 return ~(integerPart) 0; /* A lot. */
439 return ~(integerPart) 0; /* A lot. */
444 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 668 llvm::integerPart hexDigit
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1668 milliseconds