Searched refs:ExponentType (Results 1 – 3 of 3) sorted by relevance
126 typedef signed short ExponentType; typedef564 ExponentType exponent;
47 APFloat::ExponentType maxExponent;51 APFloat::ExponentType minExponent;297 D->exponent += static_cast<APFloat::ExponentType>((dot - p) - (dot > p)); in interpretDecimal()299 static_cast<APFloat::ExponentType>((p - D->firstSigDigit) in interpretDecimal()1135 assert((ExponentType) (exponent + bits) >= exponent); in shiftSignificandRight()
747 enum ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK }; enum749 MathPowStub(Isolate* isolate, ExponentType exponent_type) in MathPowStub()757 ExponentType exponent_type_;