Home
last modified time | relevance | path

Searched refs:convertFromString (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h354 Expected<opStatus> convertFromString(StringRef, roundingMode);
735 Expected<opStatus> convertFromString(StringRef, roundingMode);
1209 Expected<opStatus> convertFromString(StringRef, roundingMode);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp599 auto StatusOrErr = F.convertFromString(*this, APFloat::rmNearestTiesToEven); in getAsDouble()
H A DAPFloat.cpp3191 IEEEFloat::convertFromString(StringRef str, roundingMode rounding_mode) { in convertFromString() function in llvm::detail::IEEEFloat
4995 Expected<APFloat::opStatus> DoubleAPFloat::convertFromString(StringRef S, in convertFromString() function in llvm::detail::DoubleAPFloat
4999 auto Ret = Tmp.convertFromString(S, RM); in convertFromString()
5163 Expected<APFloat::opStatus> APFloat::convertFromString(StringRef Str, in convertFromString() function in llvm::APFloat
5165 APFLOAT_DISPATCH_ON_SEMANTICS(convertFromString(Str, RM)); in convertFromString()
5178 auto StatusOrErr = convertFromString(S, rmNearestTiesToEven); in APFloat()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp684 f.convertFromString(value_str, APFloat::rmNearestTiesToEven)) { in SetValueFromCString()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1504 Result.convertFromString(Str, APFloat::rmNearestTiesToEven); in GetFloatValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1938 RealVal.convertFromString(Tok.getString(), APFloat::rmTowardZero); in parseFPImm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1491 RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero); in isExactFPImm()
3305 RealVal.convertFromString(Tok.getString(), APFloat::rmTowardZero); in tryParseFPImm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3279 Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) in parseRealValue()
H A DMasmParser.cpp3860 Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) in parseRealValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3029 if (errorToBool(RealVal.convertFromString(Num, roundMode).takeError())) in parseImm()