reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1692 if (AllowApprox && match(Expo, m_APFloat(ExpoF))) { 1699 APFloat LimF(ExpoF->getSemantics(), 33.0), 1700 ExpoA(abs(*ExpoF)); 1735 if (ExpoF->isNegative()) 1743 if (ExpoF->isInteger() && 1744 ExpoF->convertToInteger(IntExpo, APFloat::rmTowardZero, &Ignored) ==