Lines Matching defs:fs
2929 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive);
2930 if (fs == APFloat::opOK || fs == APFloat::opInexact)
2935 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero);
2936 if (fs == APFloat::opOK || fs == APFloat::opInexact)
2941 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative);
2942 if (fs == APFloat::opOK || fs == APFloat::opInexact)
7025 int FS = MFI->getObjectSize(FI);
7027 if (FS != BFS || FS != (int)Bytes) return false;