| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegAllocPBQP.cpp | 846 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 D | ScaledNumber.h | 204 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 D | README_P9.txt | 158 - 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 D | PPCInstrVSX.td | 183 // [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 D | fp_trunc_impl.inc | 86 // Round to nearest. 120 // Round to nearest
|
| H A D | fp_div_impl.inc | 407 // Round
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZfh.td | 371 // 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 D | RISCVInstrInfoD.td | 374 // double->[u]int. Round-to-zero must be used. 418 // double->[u]int64. Round-to-zero must be used.
|
| H A D | RISCVInstrInfoF.td | 607 // 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 D | sntrup761.c | 658 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 D | sntrup761.c | 1936 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 D | ieee754-sf.S | 145 @ 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 D | ieee754-df.S | 193 @ 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 D | t8.2 | 454 * - 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 D | database | 86 # Round Robin Database Tool by Tobias Oetiker <oetiker@ee.ethz.ch>
|
| /openbsd-src/gnu/gcc/gcc/config/mt/ |
| H A D | ABI.txt | 159 sign- or zero-extended to this width. Round STARG up to a multiple of
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | abi | 167 sign- or zero-extended to this width. Round STARG up to a multiple of
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 120 // Round to an integer (rounding towards zero).
|
| H A D | SystemZInstrDFP.td | 124 // Round to an integer, with the second operand (M3) specifying the rounding
|
| H A D | SystemZInstrFP.td | 378 // Round to an integer, with the second operand (modifier M3) specifying
|
| /openbsd-src/gnu/llvm/libcxx/include/experimental/ |
| H A D | memory_resource | 95 // Round __s up to next multiple of __a.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 530 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 D | calendar.history | 358 09/20 Magellan leaves Spain on the first Round the World passage, 1519
|
| /openbsd-src/gnu/llvm/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 489 /* Round the size to multiple of 8 bytes. */
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 489 /* Round the size to multiple of 8 bytes. */
|