Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h287 opStatus convertFromString(StringRef, roundingMode);
636 opStatus convertFromString(StringRef, roundingMode);
1093 opStatus convertFromString(StringRef, roundingMode);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp2573 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 DStringRef.cpp587 F.convertFromString(*this, APFloat::rmNearestTiesToEven); in getAsDouble()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1052 return Result.convertFromString(Str, APFloat::rmNearestTiesToEven); in GetFloatValue()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1238 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 DAsmParser.cpp3083 } else if (Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) == in parseRealValue()