Searched defs:Round (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
H A D | keccak1600-armv4.pl | 172 sub Round { subroutine
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
H A D | keccak1600-armv4.pl | 170 sub Round { subroutine
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/ |
H A D | keccak1600.c | 262 static void Round(uint64_t A[5][5], size_t i) in Round() function 390 static void Round(uint64_t A[5][5], size_t i) in Round() function 535 static void Round(uint64_t R[5][5], uint64_t A[5][5], size_t i) in Round() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/ |
H A D | keccak1600.c | 255 static void Round(uint64_t A[5][5], size_t i) in Round() function 383 static void Round(uint64_t A[5][5], size_t i) in Round() function 528 static void Round(uint64_t R[5][5], uint64_t A[5][5], size_t i) in Round() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 204 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local 708 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 846 unsigned Round = 0; in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 2451 SDValue Round = DAG.getNode(GetPromotionOpcode(OpVT, VT), DL, IVT, Op); in PromoteFloatRes_FP_ROUND() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 2173 SDValue Round = getRVVFPExtendOrRound(IntermediateRound, VT, ContainerVT, in LowerOperation() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 8457 SDValue Round = DAG.getNode(ISD::AND, dl, MVT::i64, in LowerINT_TO_FP() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 25568 auto Round = cast<ConstantSDNode>(Op.getOperand(2)); in LowerINTRINSIC_WO_CHAIN() local 25578 auto Round = cast<ConstantSDNode>(Op.getOperand(3)); in LowerINTRINSIC_WO_CHAIN() local
|