| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 205 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 D | RegAllocPBQP.cpp | 836 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 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 | 2395 // [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 D | fp_trunc_impl.inc | 87 // Round to nearest 123 // Round to nearest
|
| /freebsd-12.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-12.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-12.1/contrib/gcc/config/arm/ |
| H A D | ieee754-sf.S | 145 @ 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 D | ieee754-df.S | 193 @ 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 D | softfloat.txt | 57 Round-to-Integer Functions 285 Round-to-Integer Functions
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrDFP.td | 119 // Round to an integer, with the second operand (M3) specifying the rounding
|
| H A D | SystemZInstrHFP.td | 121 // Round to an integer (rounding towards zero).
|
| H A D | SystemZInstrFP.td | 363 // Round to an integer, with the second operand (modifier M3) specifying
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | memory_resource | 90 // Round __s up to next multiple of __a.
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoD.td | 303 // double->[u]int. Round-to-zero must be used.
|
| H A D | RISCVInstrInfoF.td | 329 // float->[u]int. Round-to-zero must be used.
|
| /freebsd-12.1/tools/test/testfloat/ |
| H A D | testfloat.txt | 63 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 D | BuiltinsNVPTX.def | 156 // Round
|
| H A D | arm_neon.td | 1021 // Round to Integral 1180 // Scalar Floating-point Round to Integral
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfData.inc | 468 /* Round the size to multiple of 8 bytes. */
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 468 /* Round the size to multiple of 8 bytes. */
|
| /freebsd-12.1/usr.bin/calendar/calendars/ |
| H A D | calendar.history | 322 09/20 Magellan leaves Spain on the first Round the World passage, 1519
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | database | 94 # Round Robin Database Tool by Tobias Oetiker <[email protected]>
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 2105 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 D | IntrinsicsPowerPC.td | 1037 // Convert and Round Instructions
|