Searched refs:convertFromString (Results 1 – 4 of 4) sorted by relevance
329 opStatus convertFromString(StringRef, roundingMode);
928 return Result.convertFromString(Str, APFloat::rmNearestTiesToEven); in GetFloatValue()
801 convertFromString(text, rmNearestTiesToEven); in APFloat()2611 APFloat::convertFromString(StringRef str, roundingMode rounding_mode) in convertFromString() function in APFloat
2325 } else if (Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) == in parseDirectiveRealValue()