Home
last modified time | relevance | path

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

12

/freebsd/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.dts235 /* Note: Round-down from 2700000 to be a multiple of PLDO step-size 8000 */
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp847 unsigned Round = 0; in runOnMachineFunction() local
850 LLVM_DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction()
851 (void) Round; in runOnMachineFunction()
860 RS << Round; in runOnMachineFunction()
865 LLVM_DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction()
873 ++Round; in runOnMachineFunction()
/freebsd/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/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 /]
229 // [PO VRT VRA VRB XO RO], Round to Odd version of [PO VRT VRA VRB XO /]
241 // [PO VRT VRA VRB XO RO], Round to Odd version of [PO VRT VRA 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
[all …]
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/RISCV/
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.td531 // double->[u]int. Round-to-zero must be used.
552 // double->[u]int. Round-to-zero must be used.
591 // double->[u]int64. Round-to-zero must be used.
628 // 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.td767 "'Zvkned' (Vector AES Encryption & Decryption (Single Round))">,
771 "'Zvkned' (Vector AES Encryption & Decryption (Single Round))">;
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-armv4.pl172 sub Round { subroutine
691 Round(@A,@T);
692 Round(@T,@A);
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt56 Round-to-Integer Functions
284 Round-to-Integer Functions
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource
/freebsd/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.td369 // Round to an integer, with the second operand (modifier M3) specifying
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp655 SDValue Round = in PromoteSTRICT() local
660 Results.push_back(Round.getValue(0)); in PromoteSTRICT()
661 Results.push_back(Round.getValue(1)); in PromoteSTRICT()
H A DLegalizeFloatTypes.cpp2853 SDValue Round = DAG.getNode(GetPromotionOpcode(OpVT, VT), DL, IVT, Op); in PromoteFloatRes_FP_ROUND() local
2855 return DAG.getNode(GetPromotionOpcode(VT, NVT), DL, NVT, Round); in PromoteFloatRes_FP_ROUND()
2871 SDValue Round = DAG.getNode(GetPromotionOpcodeStrict(OpVT, VT), DL, in PromoteFloatRes_STRICT_FP_ROUND() local
2876 DAG.getVTList(NVT, MVT::Other), Round.getValue(1), Round); in PromoteFloatRes_STRICT_FP_ROUND()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td310 def Round : DXILOpMapping<26, unary, int_roundeven,
/freebsd/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)
/freebsd/crypto/openssh/
H A Dsntrup761.c1941 static void Round(Fq *out, const Fq *a) { in Round() function
2003 Round(c, hr); in Encrypt()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc407 // Round
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc549 /* Round the size to multiple of 8 bytes. */

12