Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h59 Value *Rounded = B.CreateAdd(Result, LowBits); in Convert() local
60 Result = B.CreateSelect(IsNegative, Rounded, Result); in Convert()
/freebsd/contrib/gdtoa/
H A DREADME18 David M. Gay, "Correctly Rounded Binary-Decimal and
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td1354 // Signed/Unsigned Saturating Rounded Shift Right Narrow (Immediate)
1358 // Signed Saturating Rounded Shift Right Unsigned Narrow (Immediate)
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok1879 Rolf O. E. Lagerloef Interpolation with Rounded Ramp
H A Dfunstack.in14141 title = "Interpolation with Rounded Ramp Functions",
14152 …atives and is a composition of ramp functions with smoothed bends called Rounded Ramp Functions. H…
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4817 SDValue Rounded = in LowerINT_TO_FP() local
4822 SDValue RoundedBits = DAG.getNode(ISD::BITCAST, DL, MVT::i64, Rounded); in LowerINT_TO_FP()
4847 {Rounded.getValue(1), Adjusted, in LowerINT_TO_FP()