| /freebsd-13.1/sys/contrib/openzfs/.github/ |
| H A D | codecov.yml | 8 round: nearest # Round to nearest precision point
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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() 858 RS << Round; in runOnMachineFunction() 863 LLVM_DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction() 871 ++Round; in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/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 | 199 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /] 217 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /] 1488 // Round & Convert QP -> DP (dword[1] is set to zero) 1508 // (Round &) Convert DP <-> HP 1527 // Round to Quad-Precision Integer [with Inexact] 1531 // Round Quad-Precision to Double-Extended Precision (fp80) 3804 // Round to nearest, ties away from zero 3806 // Round towards Zero 3808 // Round towards +Inf 3810 // Round towards -Inf [all …]
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/crypto/openssl/crypto/sha/ |
| H A D | keccak1600.c | 255 static void Round(uint64_t A[5][5], size_t i) in Round() function 371 Round(A, i); in KeccakF1600() 383 static void Round(uint64_t A[5][5], size_t i) in Round() function 514 Round(A, i); in KeccakF1600() 528 static void Round(uint64_t R[5][5], uint64_t A[5][5], size_t i) in Round() function 662 Round(T, A, i); in KeccakF1600() 663 Round(A, T, i + 1); in KeccakF1600()
|
| /freebsd-13.1/crypto/openssl/crypto/sha/asm/ |
| H A D | keccak1600-armv4.pl | 170 sub Round { subroutine 689 Round(@A,@T); 690 Round(@T,@A);
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | sntrup761.c | 662 static void Round(Fq *out,const Fq *a) in Round() function 758 Round(c,hr); in Encrypt() 794 Round(A,aG); in KeyGen() 805 Round(B,bG); in Encrypt()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | snps,dwmac.yaml | 174 * snps,tx-sched-wrr, Weighted Round Robin 176 * snps,tx-sched-dwrr, Deficit Weighted Round Robin
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoD.td | 330 // double->[u]int. Round-to-zero must be used. 364 // double->[u]int64. Round-to-zero must be used.
|
| H A D | RISCVInstrInfoZfh.td | 337 // half->[u]int. Round-to-zero must be used. 359 // half->[u]int64. Round-to-zero must be used.
|
| H A D | RISCVInstrInfoF.td | 378 // float->[u]int. Round-to-zero must be used. 406 // float->[u]int64. Round-to-zero must be used.
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat.txt | 57 Round-to-Integer Functions 285 Round-to-Integer Functions
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | memory_resource | 89 // Round __s up to next multiple of __a.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrDFP.td | 124 // Round to an integer, with the second operand (M3) specifying the rounding
|
| H A D | SystemZInstrHFP.td | 120 // Round to an integer (rounding towards zero).
|
| H A D | SystemZInstrFP.td | 377 // Round to an integer, with the second operand (modifier M3) specifying
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 521 def RD_RZ : RD_VAL< 8>; // Round toward Zero 522 def RD_RP : RD_VAL< 9>; // Round toward Plus infinity 523 def RD_RM : RD_VAL<10>; // Round toward Minus infinity 524 def RD_RN : RD_VAL<11>; // Round to Nearest (ties to Even) 525 def RD_RA : RD_VAL<12>; // Round to Nearest (ties to Away)
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testfloat.txt | 63 Remainder and Round-to-Integer Functions 309 Remainder and Round-to-Integer Functions
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsNVPTX.def | 176 // Round
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 488 /* Round the size to multiple of 8 bytes. */
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 488 /* Round the size to multiple of 8 bytes. */
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | database | 94 # Round Robin Database Tool by Tobias Oetiker <[email protected]>
|