Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8998-sony-xperia-yoshino-poplar.dts29 /* Note: Round-down from 2850000 to be a multiple of PLDO step-size 8000 */
35 /* Note: Round-down from 2700000 to be a multiple of PLDO step-size 8000 */
H A Dsdm845-sony-xperia-tama-akatsuki.dts67 /* Note: Round-down from 2700000 to be a multiple of PLDO step-size 8000 */
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/
H A Dqcom,spmi-rradc.yaml7 title: Qualcomm's SPMI PMIC Round Robin ADC
13 The Qualcomm SPMI Round Robin ADC (RRADC) provides interface to clients to
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfbfmin.td66 // bf16->[u]int. Round-to-zero must be used for the f32->int step, the
77 // bf16->[u]int64. Round-to-zero must be used for the f32->int step, the
H A DRISCVInstrInfoZfh.td465 // half->[u]int. Round-to-zero must be used.
485 // half->[u]int. Round-to-zero must be used.
511 // half->[u]int64. Round-to-zero must be used.
541 // half->[u]int64. Round-to-zero must be used.
601 // half->[u]int. Round-to-zero must be used.
617 // half->[u]int. Round-to-zero must be used.
633 // half->[u]int64. Round-to-zero must be used.
651 // half->[u]int64. Round-to-zero must be used.
H A DRISCVInstrInfoD.td545 // double->[u]int. Round-to-zero must be used.
566 // double->[u]int. Round-to-zero must be used.
605 // double->[u]int64. Round-to-zero must be used.
642 // double->[u]int64. Round-to-zero must be used.
H A DRISCVInstrInfoF.td696 // float->[u]int. Round-to-zero must be used.
716 // float->[u]int. Round-to-zero must be used.
746 // float->[u]int64. Round-to-zero must be used.
780 // float->[u]int64. Round-to-zero must be used.
H A DRISCVFeatures.td635 "'Zvkned' (Vector AES Encryption & Decryption (Single Round))">;
638 "'Zvkned' (Vector AES Encryption & Decryption (Single Round))">;
/freebsd-14.2/sys/contrib/openzfs/.github/
H A Dcodecov.yml8 round: nearest # Round to nearest precision point
/freebsd-14.2/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()
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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h205 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local
206 return std::make_pair(Floor + Round, Round ? 1 : -1); in getLgImpl()
709 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded() argument
714 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round); in getRounded()
/freebsd-14.2/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.td181 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /]
199 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /]
1480 // Round & Convert QP -> DP (dword[1] is set to zero)
1504 // (Round &) Convert DP <-> HP
1523 // Round to Quad-Precision Integer [with Inexact]
1527 // Round Quad-Precision to Double-Extended Precision (fp80)
3898 // Round to nearest, ties away from zero
3900 // Round towards Zero
3902 // Round towards +Inf
3904 // Round towards -Inf
[all …]
/freebsd-14.2/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl21 # Round a BigFloat to 128-bit long double and format it as a C99 hex
44 # Round a BigFloat to 128-bit long double and return it still as a
/freebsd-14.2/crypto/openssl/crypto/sha/
H A Dkeccak1600.c262 static void Round(uint64_t A[5][5], size_t i) in Round() function
378 Round(A, i); in KeccakF1600()
390 static void Round(uint64_t A[5][5], size_t i) in Round() function
521 Round(A, i); in KeccakF1600()
535 static void Round(uint64_t R[5][5], uint64_t A[5][5], size_t i) in Round() function
669 Round(T, A, i); in KeccakF1600()
670 Round(A, T, i + 1); in KeccakF1600()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc94 // Round to nearest.
139 // Round to nearest
/freebsd-14.2/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-armv4.pl172 sub Round { subroutine
691 Round(@A,@T);
692 Round(@T,@A);
/freebsd-14.2/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-14.2/lib/libc/softfloat/
H A Dsoftfloat.txt56 Round-to-Integer Functions
284 Round-to-Integer Functions
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dsnps,dwmac.yaml317 description: Weighted Round Robin
323 description: Deficit Weighted Round Robin
/freebsd-14.2/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).
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp673 SDValue Round = in PromoteSTRICT() local
678 Results.push_back(Round.getValue(0)); in PromoteSTRICT()
679 Results.push_back(Round.getValue(1)); in PromoteSTRICT()
H A DLegalizeFloatTypes.cpp2645 SDValue Round = DAG.getNode(GetPromotionOpcode(OpVT, VT), DL, IVT, Op); in PromoteFloatRes_FP_ROUND() local
2647 return DAG.getNode(GetPromotionOpcode(VT, NVT), DL, NVT, Round); in PromoteFloatRes_FP_ROUND()
2663 SDValue Round = DAG.getNode(GetPromotionOpcodeStrict(OpVT, VT), DL, in PromoteFloatRes_STRICT_FP_ROUND() local
2668 DAG.getVTList(NVT, MVT::Other), Round.getValue(1), Round); in PromoteFloatRes_STRICT_FP_ROUND()
/freebsd-14.2/contrib/llvm-project/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)

12