OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Round
(Results
1 - 12
of
12
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
keccak1600-armv4.pl
42
# be in next
round
. It's totally possible to "carry" rotate "factors"
43
# to the next
round
, but it makes code more complex. And the last word
47
# Reduce per-
round
instruction count in Thumb-2 case by 16%. This is
172
sub
Round
{
691
Round
(@A,@T);
692
Round
(@T,@A);
/src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
keccak1600-armv4.pl
42
# be in next
round
. It's totally possible to "carry" rotate "factors"
43
# to the next
round
, but it makes code more complex. And the last word
47
# Reduce per-
round
instruction count in Thumb-2 case by 16%. This is
172
sub
Round
{
691
Round
(@A,@T);
692
Round
(@T,@A);
/src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
keccak1600-armv4.pl
42
# be in next
round
. It's totally possible to "carry" rotate "factors"
43
# to the next
round
, but it makes code more complex. And the last word
47
# Reduce per-
round
instruction count in Thumb-2 case by 16%. This is
170
sub
Round
{
689
Round
(@A,@T);
690
Round
(@T,@A);
/src/crypto/external/apache2/openssl/dist/crypto/sha/
keccak1600.c
258
static void
Round
(uint64_t A[5][5], size_t i)
374
Round
(A, i);
386
static void
Round
(uint64_t A[5][5], size_t i)
517
Round
(A, i);
524
*
round
loop unrolled twice. This allows to take temporary storage
525
* out of
round
procedure and simplify references to it by alternating
526
* it with actual data (see
round
loop below). Originally it was meant
529
* processed byte ratio at minimal
round
unroll factor]...
531
static void
Round
(uint64_t R[5][5], uint64_t A[5][5], size_t i)
665
Round
(T, A, i)
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/sha/
keccak1600.c
262
static void
Round
(uint64_t A[5][5], size_t i)
378
Round
(A, i);
390
static void
Round
(uint64_t A[5][5], size_t i)
521
Round
(A, i);
528
*
round
loop unrolled twice. This allows to take temporary storage
529
* out of
round
procedure and simplify references to it by alternating
530
* it with actual data (see
round
loop below). Originally it was meant
533
* processed byte ratio at minimal
round
unroll factor]...
535
static void
Round
(uint64_t R[5][5], uint64_t A[5][5], size_t i)
669
Round
(T, A, i)
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/sha/
keccak1600.c
255
static void
Round
(uint64_t A[5][5], size_t i)
371
Round
(A, i);
383
static void
Round
(uint64_t A[5][5], size_t i)
514
Round
(A, i);
521
*
round
loop unrolled twice. This allows to take temporary storage
522
* out of
round
procedure and simplify references to it by alternating
523
* it with actual data (see
round
loop below). Originally it was meant
526
* processed byte ratio at minimal
round
unroll factor]...
528
static void
Round
(uint64_t R[5][5], uint64_t A[5][5], size_t i)
662
Round
(T, A, i)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScaledNumber.h
44
/// Conditionally
round
up a scaled number.
46
/// Given \c Digits and \c Scale,
round
up iff \c ShouldRound is \c true.
87
// Shift right and
round
.
202
//
Round
based on the next digit.
204
bool
Round
= Digits & UINT64_C(1) << (LocalFloor - 1);
205
return std::make_pair(Floor +
Round
,
Round
? 1 : -1);
708
static ScaledNumber getRounded(ScaledNumber P, bool
Round
) {
713
return ScaledNumbers::getRounded(P.Digits, P.Scale,
Round
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocPBQP.cpp
106
cl::desc("Dump graphs for each function/
round
in the compilation unit."),
744
// Spill VReg. If this introduces new intervals we'll need another
round
846
unsigned
Round
= 0;
849
LLVM_DEBUG(dbgs() << " PBQP Regalloc
round
" <<
Round
<< ":\n");
858
RS <<
Round
;
863
LLVM_DEBUG(dbgs() << "Dumping graph for
round
" <<
Round
<< " to \""
871
++
Round
;
/src/crypto/external/bsd/openssh/dist/
sntrup761.c
1939
static void
Round
(Fq *out, const Fq *a) {
2001
Round
(c, hr);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp
1620
assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not
round
?");
1879
//
Round
it the rest of the way (e.g. to f32) if needed.
1980
assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not
round
?");
2450
//
Round
promoted float to desired precision
2451
SDValue
Round
= DAG.getNode(GetPromotionOpcode(OpVT, VT), DL, IVT, Op);
2453
return DAG.getNode(GetPromotionOpcode(VT, NVT), DL, NVT,
Round
);
2502
//
Round
the value to the desired precision (that of the source type).
2799
//
Round
the value to the softened type.
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
1902
"Unexpected value type for RVV FP extend/
round
lowering");
2140
// custom-lower f64->f16 rounds via RVV's
round
-to-odd float
2173
SDValue
Round
= getRVVFPExtendOrRound(IntermediateRound, VT, ContainerVT,
2177
return convertFromScalableVector(VT,
Round
, DAG, Subtarget);
2178
return
Round
;
5851
// operand. Try and bubble any FNEG up after the extend/
round
to produce
5855
// Avoid cases where the extend/
round
has multiple uses, as duplicating
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
3820
//
Round
up to multiples of the pointer size, except for array members,
3918
/// EnsureStackAlignment -
Round
stack frame size up from NumBytes to
4493
// space in the argument area; only
round
up to the next doubleword
6353
// space in the argument area; only
round
up to the next doubleword
8075
// Add the two halves of the long double in
round
-to-zero mode, and use
8275
// Otherwise, convert to double-precision and then
round
.
8438
// to double-precision first and then
round
to single-precision.
8457
SDValue
Round
= DAG.getNode(ISD::AND, dl, MVT::i64,
8459
Round
= DAG.getNode(ISD::ADD, dl, MVT::i64,
8460
Round
, DAG.getConstant(2047, dl, MVT::i64))
[
all
...]
Completed in 68 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026