Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPFloat.h303 Expected<opStatus> convertFromString(StringRef, roundingMode);
653 Expected<opStatus> convertFromString(StringRef, roundingMode);
1113 Expected<opStatus> convertFromString(StringRef, roundingMode);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp2648 IEEEFloat::convertFromString(StringRef str, roundingMode rounding_mode) { in convertFromString() function in llvm::detail::IEEEFloat
4357 Expected<APFloat::opStatus> DoubleAPFloat::convertFromString(StringRef S, in convertFromString() function in llvm::detail::DoubleAPFloat
4361 auto Ret = Tmp.convertFromString(S, RM); in convertFromString()
4505 Expected<APFloat::opStatus> APFloat::convertFromString(StringRef Str, in convertFromString() function in llvm::APFloat
4507 APFLOAT_DISPATCH_ON_SEMANTICS(convertFromString(Str, RM)); in convertFromString()
4520 auto StatusOrErr = convertFromString(S, rmNearestTiesToEven); in APFloat()
HDStringRef.cpp591 auto StatusOrErr = F.convertFromString(*this, APFloat::rmNearestTiesToEven); in getAsDouble()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDLiteralSupport.cpp1055 Result.convertFromString(Str, APFloat::rmNearestTiesToEven); in GetFloatValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp1225 RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero); in isExactFPImm()
2582 RealVal.convertFromString(Tok.getString(), APFloat::rmTowardZero); in tryParseFPImm()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp3134 Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) in parseRealValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp2366 if (errorToBool(RealVal.convertFromString(Num, roundMode).takeError())) { in parseImm()