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

  /external/llvm/include/llvm/ADT/
APFloat.h 126 typedef signed short ExponentType;
561 ExponentType exponent;
  /external/v8/src/
code-stubs.h 470 enum ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK};
472 explicit MathPowStub(ExponentType exponent_type)
480 ExponentType exponent_type_;
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp 47 APFloat::ExponentType maxExponent;
51 APFloat::ExponentType minExponent;
297 D->exponent += static_cast<APFloat::ExponentType>((dot - p) - (dot > p));
299 static_cast<APFloat::ExponentType>((p - D->firstSigDigit)
1117 assert((ExponentType) (exponent + bits) >= exponent);
    [all...]
  /external/chromium_org/v8/src/
code-stubs.h 787 enum ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK };
789 explicit MathPowStub(ExponentType exponent_type)
797 ExponentType exponent_type_;
    [all...]

Completed in 704 milliseconds