Searched refs:facets (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_vertices.c | 237 static isl_bool is_independent(__isl_keep isl_mat *facets, int n, isl_int *f) in is_independent() argument 241 if (isl_seq_first_non_zero(f, facets->n_col) < 0) in is_independent() 244 isl_seq_cpy(facets->row[n], f, facets->n_col); in is_independent() 245 facets->n_row = n + 1; in is_independent() 246 rank = isl_mat_rank(facets); in is_independent() 269 struct isl_tab *tab, __isl_keep isl_mat *facets, int selected, in can_select() argument 282 indep = is_independent(facets, selected, bset->ineq[level] + 1 + ovar); in can_select() 385 isl_mat *facets = NULL; in isl_basic_set_compute_vertices() local 427 facets = isl_mat_alloc(bset->ctx, nvar, nvar); in isl_basic_set_compute_vertices() 428 if ((bset->n_ineq && (!selection || !snap)) || !facets) in isl_basic_set_compute_vertices() [all …]
|
D | isl_convex_hull.c | 1628 isl_bool facets = has_facets(set->p[i]); in common_constraints() local 1629 if (facets < 0) in common_constraints() 1631 if (facets) in common_constraints() 1639 isl_bool facets = has_facets(set->p[i]); in common_constraints() local 1640 if (facets < 0) in common_constraints() 1642 if (!facets) in common_constraints()
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 509 * Used to build a list of facets. 667 * indicates if the facets need a computed value 709 * has facets 716 * indicates if the facets (pattern) need a normalized value 769 d facets like(xmlSchemaFacetPtr) Local facets 777 d facetSet like(xmlSchemaFacetLinkPtr) All facets
|
/external/libabigail/tests/ |
D | test-valgrind-suppressions.supp | 76 Writting to ostream has data races (IAUI) I believe due to facets-related manipulations.
|
/external/llvm-project/clang/test/ |
D | cxx-sections.data | 880 22.4.8 [facets.examples] 1926 TRDecimal 3.10 [trdec.types.facets] 1927 TRDecimal 3.10.1 [trdec.types.facets.locale] 1928 TRDecimal 3.10.2 [trdec.types.facets.extended_num_get] 1929 TRDecimal 3.10.2.1 [trdec.types.facets.extended_num_get.mem] 1930 TRDecimal 3.10.2.2 [trdec.types.facets.extended_num_get.virt] 1931 TRDecimal 3.10.3 [trdec.types.facets.extended_num_put] 1932 TRDecimal 3.10.3.1 [trdec.types.facets.extended_num_put.mem] 1933 TRDecimal 3.10.3.2 [trdec.types.facets.extended_num_put.virt]
|
/external/clang/test/ |
D | cxx-sections.data | 880 22.4.8 [facets.examples] 1926 TRDecimal 3.10 [trdec.types.facets] 1927 TRDecimal 3.10.1 [trdec.types.facets.locale] 1928 TRDecimal 3.10.2 [trdec.types.facets.extended_num_get] 1929 TRDecimal 3.10.2.1 [trdec.types.facets.extended_num_get.mem] 1930 TRDecimal 3.10.2.2 [trdec.types.facets.extended_num_get.virt] 1931 TRDecimal 3.10.3 [trdec.types.facets.extended_num_put] 1932 TRDecimal 3.10.3.1 [trdec.types.facets.extended_num_put.mem] 1933 TRDecimal 3.10.3.2 [trdec.types.facets.extended_num_put.virt]
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 621 xmlSchemaFacetPtr facets; /* Local facets */ member
|
/external/libxml2/ |
D | xmlschemas.c | 1856 for (facet = type->facets; facet != NULL; facet = facet->next) { in xmlSchemaFormatFacetEnumSet() 4036 if (type->facets != NULL) { in xmlSchemaFreeType() 4039 facet = type->facets; in xmlSchemaFreeType() 11774 type->facets = facet; in xmlSchemaParseRestriction() 11785 if (type->facets != NULL) { in xmlSchemaParseRestriction() 11788 facet = type->facets; in xmlSchemaParseRestriction() 15426 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts() 15436 facet = type->facets; in xmlSchemaCheckCOSSTRestricts() 15528 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts() 15529 facet = type->facets; in xmlSchemaCheckCOSSTRestricts() [all …]
|
D | NEWS | 1279 (Ashwin), regexp crash, icrash with invalid whitespace facets (Rob 1667 - improvements: lot of work on Schemas by Kasimier Buchcik on facets 1893 failure (William), memory leak in schemas datatype facets.
|
D | xmlschemastypes.c | 320 ret->facets = xmlSchemaNewMinLengthFacet(1); in xmlSchemaInitBasicType()
|
D | ChangeLog | 4417 facets validation messages. 4592 Hopefully finished validation against facets to use the normalized 4593 value of both, the facets and instance values. Added 4616 normalized values of facets during validation: changed the 4800 facets and group. Changed NOTATION validation to work with the 5401 xmlSchemaTypeFixup; this ensures facets of inherited types to be 5402 checked prior to facets of derived types - which caused a seg 7235 * relaxng.c: remove a memory leak on schemas type facets. 10350 fractionDigits facets. 10917 and facets support. Currently only schemas with binHex or [all …]
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1yStatusIssuesStatus.csv | 78 "`2229 <https://wg21.link/lwg2229>`__","Standard code conversion facets underspecified","Bristol","…
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 67862 facets %25623 fˈæsəts
|
D | internal_raw_IPA.txt | 57300 facets %35593 fˈæsəts
|