Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/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-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp836 unsigned Round = 0; in runOnMachineFunction() local
839 LLVM_DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction()
848 RS << Round; in runOnMachineFunction()
853 LLVM_DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction()
861 ++Round; in runOnMachineFunction()
/freebsd-12.1/contrib/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.td2395 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /]
2596 // Round & Convert QP -> DP (dword[1] is set to zero)
2636 // Round to Floating-Point Integer Instructions
2638 // (Round &) Convert DP <-> HP
2667 // Round to Quad-Precision Integer [with Inexact]
2673 // Round to nearest, ties away from zero
2675 // Round towards Zero
2677 // Round towards +Inf
2679 // Round towards -Inf
2685 // Round Quad-Precision to Double-Extended Precision (fp80)
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc87 // Round to nearest
123 // Round to nearest
/freebsd-12.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-12.1/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-armv4.pl170 sub Round { subroutine
689 Round(@A,@T);
690 Round(@T,@A);
/freebsd-12.1/contrib/gcc/config/arm/
H A Dieee754-sf.S145 @ 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 Dieee754-df.S193 @ 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.
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat.txt57 Round-to-Integer Functions
285 Round-to-Integer Functions
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td119 // Round to an integer, with the second operand (M3) specifying the rounding
H A DSystemZInstrHFP.td121 // Round to an integer (rounding towards zero).
H A DSystemZInstrFP.td363 // Round to an integer, with the second operand (modifier M3) specifying
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dmemory_resource90 // Round __s up to next multiple of __a.
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td303 // double->[u]int. Round-to-zero must be used.
H A DRISCVInstrInfoF.td329 // float->[u]int. Round-to-zero must be used.
/freebsd-12.1/tools/test/testfloat/
H A Dtestfloat.txt63 Remainder and Round-to-Integer Functions
309 Remainder and Round-to-Integer Functions
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltinsNVPTX.def156 // Round
H A Darm_neon.td1021 // Round to Integral
1180 // Scalar Floating-point Round to Integral
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc468 /* Round the size to multiple of 8 bytes. */
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc468 /* Round the size to multiple of 8 bytes. */
/freebsd-12.1/usr.bin/calendar/calendars/
H A Dcalendar.history322 09/20 Magellan leaves Spain on the first Round the World passage, 1519
/freebsd-12.1/contrib/file/magic/Magdir/
H A Ddatabase94 # Round Robin Database Tool by Tobias Oetiker <[email protected]>
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp2105 SDValue Round = DAG.getNode(GetPromotionOpcode(OpVT, VT), DL, IVT, Op); in PromoteFloatRes_FP_ROUND() local
2107 return DAG.getNode(GetPromotionOpcode(VT, NVT), DL, NVT, Round); in PromoteFloatRes_FP_ROUND()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td1037 // Convert and Round Instructions

123