Searched refs:exponentValue (Results 1 – 3 of 3) sorted by relevance
89 float exponentValue = constantExponent->getConstantValue()->getFConst(); in visitAggregate() local92 if (exponentValue < -5.0f || exponentValue > 9.0f) in visitAggregate()98 if (std::abs(exponentValue - std::round(exponentValue)) > 0.0001f) in visitAggregate()104 int exponent = static_cast<int>(std::round(exponentValue)); in visitAggregate()
208 double exponentValue = 0.0; in lFloatConst() local246 exponentValue = 1.0; in lFloatConst()251 exponentValue *= expFactor; in lFloatConst()327 if (exponentValue == 0.0) in lFloatConst()330 ppToken->dval = (double)wholeNumber / exponentValue; in lFloatConst()332 ppToken->dval = (double)wholeNumber * exponentValue; in lFloatConst()