reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1864 fs = MagicConstant.convertFromAPInt(IntegerConstant, false, 1868 if (fs != opOK) 1869 return fs; 1874 fs = add(MagicConstant, rounding_mode); 1875 if (fs != opOK && fs != opInexact) 1875 if (fs != opOK && fs != opInexact) 1876 return fs; 1878 fs = subtract(MagicConstant, rounding_mode); 1884 return fs;