Home
last modified time | relevance | path

Searched refs:Round (Results 1 – 25 of 79) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp846 unsigned Round = 0; in runOnMachineFunction() local
849 LLVM_DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction()
850 (void) Round; in runOnMachineFunction()
859 RS << Round; in runOnMachineFunction()
864 LLVM_DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction()
872 ++Round; in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScaledNumber.h204 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local
205 return std::make_pair(Floor + Round, Round ? 1 : -1); in getLgImpl()
708 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded() argument
713 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round); in getRounded()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt158 - Decimal Shift/Unsigned-Shift/Shift-and-Round: bcds. bcdus. bcdsr.
196 - Round to Odd of QP Add/Divide/Multiply/Subtract/Square-Root:
245 - Round to Odd of QP (Negative) Multiply-{Add/Subtract}:
334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo
354 - (Round &) Convert DP <-> HP: xscvdphp xscvhpdp
365 - Round to Quad-Precision Integer: xsrqpi xsrqpix
372 - Round Quad-Precision to Double-Extended Precision (fp80): xsrqpxp
H A DPPCInstrVSX.td183 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /]
201 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /]
231 // [PO VRT VRA VRB XO RO], Round to Odd version of [PO VRT VRA VRB XO /]
243 // [PO VRT VRA VRB XO RO], Round to Odd version of [PO VRT VRA VRB XO /]
1482 // Round & Convert QP -> DP (dword[1] is set to zero)
1502 // (Round &) Convert DP <-> HP
1521 // Round to Quad-Precision Integer [with Inexact]
1525 // Round Quad-Precision to Double-Extended Precision (fp80)
3879 // Round to nearest, ties away from zero
3881 // Round towards Zero
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc86 // Round to nearest.
120 // Round to nearest
H A Dfp_div_impl.inc407 // Round
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfh.td371 // half->[u]int. Round-to-zero must be used.
397 // half->[u]int64. Round-to-zero must be used.
438 // half->[u]int. Round-to-zero must be used.
454 // half->[u]int64. Round-to-zero must be used.
H A DRISCVInstrInfoD.td374 // double->[u]int. Round-to-zero must be used.
418 // double->[u]int64. Round-to-zero must be used.
H A DRISCVInstrInfoF.td607 // float->[u]int. Round-to-zero must be used.
639 // float->[u]int64. Round-to-zero must be used.
/openbsd-src/sbin/iked/
H A Dsntrup761.c658 static void Round(Fq *out,const Fq *a) in Round() function
754 Round(c,hr); in Encrypt()
790 Round(A,aG); in KeyGen()
801 Round(B,bG); in Encrypt()
/openbsd-src/usr.bin/ssh/
H A Dsntrup761.c1936 static void Round(Fq *out, const Fq *a) {
1998 Round(c, hr);
658 static void Round(Fq *out,const Fq *a) Round() function
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dieee754-sf.S145 @ Round with MSB of r1. If halfway between two numbers, round towards
476 @ Round the result, merge final exponent.
652 @ Round the result, merge final exponent.
H A Dieee754-df.S193 @ Round with MSB of ip. If halfway between two numbers, round towards
672 @ Round the result, merge final exponent.
947 @ Round the result, merge final exponent.
/openbsd-src/regress/usr.bin/diff/
H A Dt8.2454 * - Round it up to NKMEMPAGES_MIN.
607 * Round up a size to how much malloc would actually allocate.
/openbsd-src/usr.bin/file/magdir/
H A Ddatabase86 # Round Robin Database Tool by Tobias Oetiker <oetiker@ee.ethz.ch>
/openbsd-src/gnu/gcc/gcc/config/mt/
H A DABI.txt159 sign- or zero-extended to this width. Round STARG up to a multiple of
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Dabi167 sign- or zero-extended to this width. Round STARG up to a multiple of
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td120 // Round to an integer (rounding towards zero).
H A DSystemZInstrDFP.td124 // Round to an integer, with the second operand (M3) specifying the rounding
H A DSystemZInstrFP.td378 // Round to an integer, with the second operand (modifier M3) specifying
/openbsd-src/gnu/llvm/libcxx/include/experimental/
H A Dmemory_resource95 // Round __s up to next multiple of __a.
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrInfo.td530 def RD_RZ : RD_VAL< 8>; // Round toward Zero
531 def RD_RP : RD_VAL< 9>; // Round toward Plus infinity
532 def RD_RM : RD_VAL<10>; // Round toward Minus infinity
533 def RD_RN : RD_VAL<11>; // Round to Nearest (ties to Even)
534 def RD_RA : RD_VAL<12>; // Round to Nearest (ties to Away)
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.history358 09/20 Magellan leaves Spain on the first Round the World passage, 1519
/openbsd-src/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc489 /* Round the size to multiple of 8 bytes. */
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc489 /* Round the size to multiple of 8 bytes. */

1234