Home
last modified time | relevance | path

Searched refs:involves (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/netbsd-src/external/mit/isl/dist/
H A Disl_pw_locals_templ.c18 isl_bool involves; in FN() local
20 involves = isl_set_involves_locals(set); in FN()
21 if (involves >= 0 && !involves) in FN()
22 involves = FN(EL,involves_locals)(el); in FN()
24 return isl_bool_not(involves); in FN()
H A Disl_multi_dims.c30 isl_bool involves; in FN() local
32 involves = FN(EL,involves_dims)(multi->u.p[i], type, first, n); in FN()
33 if (involves < 0 || involves) in FN()
34 return involves; in FN()
100 isl_bool involves; in MULTI() local
106 involves = FN(MULTI(BASE),involves_dims)(multi, isl_dim_in, 0, n); in MULTI()
107 if (involves < 0) in MULTI()
109 if (involves) in MULTI()
H A Disl_multi_param_templ.c48 isl_bool involves; in FN() local
52 involves = FN(MULTI(BASE),involves_param_id)(multi, id); in FN()
55 if (involves < 0 || involves) in FN()
56 return involves; in FN()
H A Disl_drop_unused_params_templ.c20 isl_bool involves; in FN() local
22 involves = FN(TYPE,involves_dims)(obj, isl_dim_param, i, 1); in FN()
23 if (involves < 0) in FN()
25 if (!involves) in FN()
H A Disl_domain_factor_templ.c20 isl_bool involves; in FN() local
22 involves = FN(TYPE,involves_dims)(obj, isl_dim_in, first, n); in FN()
23 if (involves < 0) in FN()
25 if (involves) in FN()
H A Disl_range.c304 isl_bool involves, infty; in plug_in_at_pos() local
306 involves = isl_qpolynomial_involves_dims(poly, isl_dim_in, pos, 1); in plug_in_at_pos()
307 if (involves < 0) in plug_in_at_pos()
309 if (!involves) { in plug_in_at_pos()
H A Disl_pw_templ.c1246 isl_bool involves = FN(EL,involves_dims)(pw->p[i].FIELD, in FN() local
1248 if (involves < 0 || involves) in FN()
1249 return involves; in FN()
1250 involves = isl_set_involves_dims(pw->p[i].set, in FN()
1252 if (involves < 0 || involves) in FN()
1253 return involves; in FN()
H A Disl_constraint.c407 isl_bool involves = isl_bool_false; in isl_constraint_involves_dims() local
425 involves = isl_bool_true; in isl_constraint_involves_dims()
431 return involves; in isl_constraint_involves_dims()
/netbsd-src/sys/dev/acpi/
H A DTODO14 and runtime power management (which involves GPEs on the ACPI side).
20 A satisfactory solution involves full or partial redesign of the x86
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddata.bin3 Please note that if a test involves a new testing executable,
H A DREADME8 Please note that if a test involves a new testing executable, you will need to
92 Whenever a new test involves a new test executable you need to do the
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddata.bin3 Please note that if a test involves a new testing executable,
H A DREADME-dev.md12 Please note that if a test involves a new testing executable, you will need to
96 Whenever a new test involves a new test executable you need to do the
/netbsd-src/external/gpl2/diffutils/dist/m4/
H A Dgnu-source.m413 # test that involves compilation.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DREADME.txt15 In addition to being much more complicated, it involves i65 arithmetic,
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/
H A Dexample1b.rst6 Reverse DNS lookup involves determining the hostname associated with a given IP
/netbsd-src/external/ibm-public/postfix/dist/
H A DUS_PATENT_632126769 Claim 1 of US patent 6,321,267 involves a combination of A)
79 Claim 52 of US patent 6,321,267 involves the combination of A)
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dhandle.rst124 deals with i/o - is active when it is doing something that involves i/o,
283 for a more detailed explanation on what being `active` involves.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-crl2pkcs7.pod.in88 the certificate enrollment process. This involves sending the DER encoded output
H A Dopenssl-genrsa.pod.in100 RSA private key generation essentially involves the generation of two or more
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dcrl2pkcs7.pod87 the certificate enrollment process. This involves sending the DER encoded output
H A Dgenrsa.pod103 RSA private key generation essentially involves the generation of two or more
/netbsd-src/share/examples/rump/virtual_ip_router/
H A DREADME.txt19 this involves some memory copies. the resulting router setup can
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBlockFrequencyTerminology.rst119 The proposed calculation involves calculating a *reference* block frequency,
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVectorizationPlan.rst27 VPlan-based vectorization involves three major steps, taking a "scenario-based
88 detection and formation involves searching for and optimizing instruction

12345678910>>...13