Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/contrib/openzfs/.github/
H A Dcodecov.yml8 round: nearest # Round to nearest precision point
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp846 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 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.td199 // [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 Dfp_trunc_impl.inc86 // Round to nearest.
120 // Round to nearest
H A Dfp_div_impl.inc407 // Round
/freebsd-13.1/crypto/openssl/crypto/sha/
H A Dkeccak1600.c255 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 Dkeccak1600-armv4.pl170 sub Round { subroutine
689 Round(@A,@T);
690 Round(@T,@A);
/freebsd-13.1/crypto/openssh/
H A Dsntrup761.c662 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 Dsnps,dwmac.yaml174 * 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 DRISCVInstrInfoD.td330 // double->[u]int. Round-to-zero must be used.
364 // double->[u]int64. Round-to-zero must be used.
H A DRISCVInstrInfoZfh.td337 // half->[u]int. Round-to-zero must be used.
359 // half->[u]int64. Round-to-zero must be used.
H A DRISCVInstrInfoF.td378 // 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 Dsoftfloat.txt57 Round-to-Integer Functions
285 Round-to-Integer Functions
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource89 // Round __s up to next multiple of __a.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td124 // Round to an integer, with the second operand (M3) specifying the rounding
H A DSystemZInstrHFP.td120 // Round to an integer (rounding towards zero).
H A DSystemZInstrFP.td377 // Round to an integer, with the second operand (modifier M3) specifying
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td521 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 Dtestfloat.txt63 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 DBuiltinsNVPTX.def176 // Round
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc488 /* Round the size to multiple of 8 bytes. */
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc488 /* Round the size to multiple of 8 bytes. */
/freebsd-13.1/contrib/file/magic/Magdir/
H A Ddatabase94 # Round Robin Database Tool by Tobias Oetiker <[email protected]>

12