Searched refs:convertFromString (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 308 Expected<opStatus> convertFromString(StringRef, roundingMode); 664 Expected<opStatus> convertFromString(StringRef, roundingMode); 1131 Expected<opStatus> convertFromString(StringRef, roundingMode);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringRef.cpp | 582 auto StatusOrErr = F.convertFromString(*this, APFloat::rmNearestTiesToEven); in getAsDouble()
|
| H A D | APFloat.cpp | 2884 IEEEFloat::convertFromString(StringRef str, roundingMode rounding_mode) { in convertFromString() function in llvm::detail::IEEEFloat 4656 Expected<APFloat::opStatus> DoubleAPFloat::convertFromString(StringRef S, in convertFromString() function in llvm::detail::DoubleAPFloat 4660 auto Ret = Tmp.convertFromString(S, RM); in convertFromString() 4805 Expected<APFloat::opStatus> APFloat::convertFromString(StringRef Str, in convertFromString() function in llvm::APFloat 4807 APFLOAT_DISPATCH_ON_SEMANTICS(convertFromString(Str, RM)); in convertFromString() 4820 auto StatusOrErr = convertFromString(S, rmNearestTiesToEven); in APFloat()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 683 f.convertFromString(value_str, APFloat::rmNearestTiesToEven)) { in SetValueFromCString()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1092 Result.convertFromString(Str, APFloat::rmNearestTiesToEven); in GetFloatValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1355 RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero); in isExactFPImm() 2960 RealVal.convertFromString(Tok.getString(), APFloat::rmTowardZero); in tryParseFPImm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3252 Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) in parseRealValue()
|
| H A D | MasmParser.cpp | 3914 Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) in parseRealValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 2764 if (errorToBool(RealVal.convertFromString(Num, roundMode).takeError())) { in parseImm()
|