Searched defs:Exponent (Results 1 – 13 of 13) sorted by relevance
19 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
393 static cmsUInt32Number Exponent[64] = { variable
207 Exponent = '[eE][-+]?[0-9]+' variable
78 int Exponent() const { in Exponent() function
575 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() local580 ConstantInt *Exponent = in emitBump() local
59 Exponent = r'[eE][-+]?\d+' variable
62 Exponent = r'[eE][-+]?\d+' variable
716 const char *Exponent = s; in ParseDecimalOrOctalCommon() local819 const char *Exponent = s; in ParseNumberStartingWithZero() local
46 public static final int Exponent=18; field in JavaLexer
191 public static final int Exponent=18; field in JavaParser
3113 SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias); in expandFP_TO_SINT() local
807 Value *Exponent = EmitScalarExpr(E->getArg(1)); in EmitBuiltinExpr() local1637 Value *Exponent = EmitScalarExpr(E->getArg(1)); in EmitBuiltinExpr() local
1479 std::error_code BitcodeReader::parseAlignmentValue(uint64_t Exponent, in parseAlignmentValue()