Searched refs:convertFromString (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 287 opStatus convertFromString(StringRef, roundingMode); 636 opStatus convertFromString(StringRef, roundingMode); 1093 opStatus convertFromString(StringRef, roundingMode);
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | APFloat.cpp | 2573 IEEEFloat::opStatus IEEEFloat::convertFromString(StringRef str, in convertFromString() function in llvm::detail::IEEEFloat 4280 APFloat::opStatus DoubleAPFloat::convertFromString(StringRef S, in convertFromString() function in llvm::detail::DoubleAPFloat 4284 auto Ret = Tmp.convertFromString(S, RM); in convertFromString() 4427 APFloat::opStatus APFloat::convertFromString(StringRef Str, roundingMode RM) { in convertFromString() function in llvm::APFloat 4428 APFLOAT_DISPATCH_ON_SEMANTICS(convertFromString(Str, RM)); in convertFromString() 4441 convertFromString(S, rmNearestTiesToEven); in APFloat()
|
| H A D | StringRef.cpp | 587 F.convertFromString(*this, APFloat::rmNearestTiesToEven); in getAsDouble()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1052 return Result.convertFromString(Str, APFloat::rmNearestTiesToEven); in GetFloatValue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1238 if (RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero) != in isExactFPImm() 2592 RealVal.convertFromString(Tok.getString(), APFloat::rmTowardZero); in tryParseFPImm()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3083 } else if (Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) == in parseRealValue()
|