Home
last modified time | relevance | path

Searched refs:toSemantics (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h67 FixedPoint toSemantics(const llvm::FixedPointSemantics &Sem, in toSemantics() function
H A DFloating.h76 void toSemantics(const llvm::fltSemantics *Sem, llvm::RoundingMode RM, in toSemantics() function
H A DInterp.h2352 F.toSemantics(Sem, RM, &Result); in CastFP()
2363 FixedPoint Result = Source.toSemantics(TargetSemantics, &Overflow); in CastFixedPoint()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2570 APFloat::opStatus IEEEFloat::convert(const fltSemantics &toSemantics, in convert() argument
2581 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()
2583 shift = toSemantics.precision - fromSemantics.precision; in convert()
2587 &toSemantics != &semX87DoubleExtended && category == fcNaN && in convert()
2605 if (exponent + exponentChange < toSemantics.minExponent) in convert()
2606 exponentChange = toSemantics.minExponent - exponent; in convert()
2645 semantics = &toSemantics; in convert()