OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Pi
(Results
1 - 25
of
41
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DDG.cpp
25
CreatePiBlocks("ddg-
pi
-blocks", cl::init(true), cl::Hidden, cl::ZeroOrMore,
26
cl::desc("Create
pi
-block nodes."));
69
Out = "
pi
-block";
89
OS << "--- start of nodes in
pi
-block ---\n";
94
OS << "--- end of nodes in
pi
-block ---\n";
136
assert(!NodeList.empty() && "
pi
-block node constructed with an empty list.");
142
"constructing from invalid
pi
-block node.");
148
"constructing from invalid
pi
-block node.");
227
//
pi
-block nodes need to be added after the root node is linked, and they are
230
auto *
Pi
= dyn_cast<PiBlockDDGNode>(&N)
[
all
...]
MemorySSAUpdater.cpp
876
for (auto *
Pi
: GD->template getChildren</*InverseEdge=*/true>(BB)) {
877
Pred =
Pi
;
970
for (auto *
Pi
: GD->template getChildren</*InverseEdge=*/true>(BB)) {
971
if (!AddedBlockSet.count(
Pi
))
972
PrevBlockSet.insert(
Pi
);
973
EdgeCountMap[{
Pi
, BB}]++;
1121
for (auto *
Pi
: GD->template getChildren</*InverseEdge=*/true>(BBIDF))
1122
IDFPhi->addIncoming(GetLastDef(
Pi
),
Pi
);
/src/external/gpl2/groff/dist/font/devps/generate/
symbolchars
28
Pi
*P
55
pi
*p
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp
898
unsigned
Pi
= 0;
901
for (unsigned E = FTy->getNumParams();
Pi
!= E; ++I, ++
Pi
)
902
if (ArgAlive[
Pi
]) {
905
AttributeSet Attrs = CallPAL.getParamAttributes(
Pi
);
922
for (auto E = CB.arg_end(); I != E; ++I, ++
Pi
) {
924
ArgAttrVec.push_back(CallPAL.getParamAttributes(
Pi
));
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DDG.h
36
/// 3.
Pi
-block node which is a group of other DDG nodes that are part of a
38
/// A
pi
-block node contains more than one single or multiple instruction
39
/// nodes. The root node cannot be part of a
pi
-block.
165
/// Subclass of DDGNode representing a
pi
-block. A
pi
-block represents a group
167
/// Replacing all the SCCs with
pi
-blocks results in an acyclic representation
170
/// the cycle a -> b -> c -> a is abstracted into a
pi
-block "p" as follows:
194
/// Get the list of nodes in this
pi
-block.
210
/// List of nodes in this
pi
-block.
332
/// If node \p N belongs to a
pi
-block return a pointer to the pi-block
[
all
...]
/src/crypto/external/apache2/openssl/lib/libcrypto/arch/x86_64/
keccak1600-avx512.S
34
#########################################
Pi
113
#########################################
Pi
keccak1600-avx2.S
47
######################################### Rho +
Pi
+ pre-Chi shuffle
keccak1600-avx512vl.S
36
######################################### Rho +
Pi
+ pre-Chi shuffle
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp
881
// Then, P subsumes Q if and only if, for every disjunctive clause
Pi
in the
882
// disjunctive normal form of P,
Pi
subsumes every conjunctive clause Qj in
884
for (const auto &
Pi
: PDNF) {
887
// - [...] a disjunctive clause
Pi
subsumes a conjunctive clause Qj if
888
// and only if there exists an atomic constraint Pia in
Pi
for which
892
for (const AtomicConstraint *Pia :
Pi
) {
/src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
keccak1600-armv8.pl
206
////////////////////////////////////////// Rho+
Pi
585
////////////////////////////////////////////////// Theta+Rho+
Pi
keccak1600-ppc64.pl
182
mr $C[3],$A[0][1] ; Rho+
Pi
keccak1600p8-ppc.pl
21
# disjoint Rho and
Pi
. The module is ABI-bitness- and endian-neutral.
164
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Pi
/src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
keccak1600-armv8.pl
201
////////////////////////////////////////// Rho+
Pi
577
////////////////////////////////////////////////// Theta+Rho+
Pi
keccak1600-ppc64.pl
172
mr $C[3],$A[0][1] ; Rho+
Pi
keccak1600p8-ppc.pl
21
# disjoint Rho and
Pi
. The module is ABI-bitness- and endian-neutral.
164
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Pi
/src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
keccak1600-armv8.pl
197
////////////////////////////////////////// Rho+
Pi
575
////////////////////////////////////////////////// Theta+Rho+
Pi
keccak1600-ppc64.pl
168
mr $C[3],$A[0][1] ; Rho+
Pi
keccak1600p8-ppc.pl
21
# disjoint Rho and
Pi
. The module is ABI-bitness- and endian-neutral.
160
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Pi
/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
format.txt
63
Pi
47 Punctuation, Initial
/src/external/bsd/wpa/dist/src/common/
dpp_crypto.c
896
/* R-auth = H(I-nonce | R-nonce |
PI
.x | PR.x | [BI.x |] BR.x | 0) */
979
/* I-auth = H(R-nonce | I-nonce | PR.x |
PI
.x | BR.x | [BI.x |] 1) */
1468
struct crypto_ec_point *Qi = NULL, *
Pi
= NULL;
1473
/* Qi = H([MAC-Initiator |] [identifier |] code) *
Pi
*/
1501
dpp_debug_print_key("DPP:
Pi
", Pi_key);
1507
Pi
= crypto_ec_key_get_public_key(Pi_key);
1510
if (!
Pi
|| !Qi || !hash_bn || crypto_ec_point_mul(ec,
Pi
, hash_bn, Qi))
1520
crypto_ec_point_deinit(
Pi
, 1);
/src/crypto/external/apache2/openssl/dist/crypto/sha/
keccak1600.c
167
static void
Pi
(uint64_t A[5][5])
241
Pi
(A);
/src/crypto/external/bsd/openssl/dist/crypto/sha/
keccak1600.c
171
static void
Pi
(uint64_t A[5][5])
245
Pi
(A);
/src/crypto/external/bsd/openssl.old/dist/crypto/sha/
keccak1600.c
164
static void
Pi
(uint64_t A[5][5])
238
Pi
(A);
/src/sys/arch/m68k/060sp/dist/
fplsp.s
561
PI
: long 0x40000000,0xC90FDAA2,0x2168C235,0x00000000
4932
# 2. If |X| >= 15
Pi
or |X| < 2**(-40), go to 7. #
4934
# 3. Decompose X as X = N(
Pi
/2) + r where |r| <=
Pi
/4. Let #
4956
# 9. Overwrite X by X := X rem 2
Pi
. Now that |X| <=
Pi
, #
4960
# 1. If |X| >= 15
Pi
or |X| < 2**(-40), go to 6. #
4962
# 2. Decompose X as X = N(
Pi
/2) + r where |r| <=
Pi
/4. Let #
4983
# 8. Overwrite X by X := X rem 2
Pi
. Now that |X| <= Pi,
[
all
...]
fpsp.s
581
PI
: long 0x40000000,0xC90FDAA2,0x2168C235,0x00000000
5038
# 2. If |X| >= 15
Pi
or |X| < 2**(-40), go to 7. #
5040
# 3. Decompose X as X = N(
Pi
/2) + r where |r| <=
Pi
/4. Let #
5062
# 9. Overwrite X by X := X rem 2
Pi
. Now that |X| <=
Pi
, #
5066
# 1. If |X| >= 15
Pi
or |X| < 2**(-40), go to 6. #
5068
# 2. Decompose X as X = N(
Pi
/2) + r where |r| <=
Pi
/4. Let #
5089
# 8. Overwrite X by X := X rem 2
Pi
. Now that |X| <= Pi,
[
all
...]
Completed in 49 milliseconds
1
2
Indexes created Tue Jun 09 00:24:00 UTC 2026