Home
last modified time | relevance | path

Searched refs:facets (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dsetlocale.c98 static struct list *facets = NULL; in setlocale() local
111 while ((facetp = facets) != NULL) in setlocale()
113 facets = facetp->next; in setlocale()
123 for (facetp = facets; facetp != NULL; facetp = facetp->next) in setlocale()
135 facetp->next = facets; in setlocale()
136 facets = facetp; in setlocale()
142 for (facetp = facets; facetp != NULL; facetp = facetp->next) in setlocale()
/netbsd-src/external/mit/isl/dist/
H A Disl_vertices.c237 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
284 indep = is_independent(facets, selected, bset->ineq[level] + 1 + ovar); in can_select()
431 isl_mat *facets = NULL; in isl_basic_set_compute_vertices() local
483 facets = isl_mat_alloc(copy->ctx, nvar, nvar); in isl_basic_set_compute_vertices()
484 if ((copy->n_ineq && (!selection || !snap)) || !facets) in isl_basic_set_compute_vertices()
[all …]
H A Disl_convex_hull.c1628 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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dcodecvt25 // ISO C++ 14882: 22.5 Standard code conversion facets
H A Dstreambuf576 * functions and to members of facets so obtained.</em>
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dcodecvt25 // ISO C++ 14882: 22.5 Standard code conversion facets
H A Dstreambuf578 * functions and to members of facets so obtained.</em>
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1yStatusIssuesStatus.csv78 "`2229 <https://wg21.link/lwg2229>`__","Standard code conversion facets underspecified","Bristol","…
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver1819 # ABI-tagged locale facets
1941 # new string ctors for _byname facets
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-1999462 string literals in format, as used in locale-facets.tcc.
614 * bits/basic_ios.h: Add cached facets here. UGH. The standard
1349 members and cached facets. Using this convention: _M_locale_buf for
2940 problem, related to dtor cleanup and new cached facets, agggggggh.
2964 facets. Resolve link errors.
H A DChangeLog-2014182 version of some facets.
233 * src/c++11/cow-shim_facets.cc: Define shim facets using old ABI.
246 * src/c++11/cxx11-locale-inst.cc: Instantiate facets using new
248 * src/c++11/cxx11-shim_facets.cc: Define shim facets using new ABI.
251 * src/c++11/cxx11-wlocale-inst.cc: Instantiate facets using
276 locale::_M_install_cache): Handle twinned facets.
277 * src/c++98/locale-facets.cc: Compile with old std::string ABI.
279 * src/c++98/locale_init.cc: Initialize twinned facets.
H A DChangeLog-1998407 facets.
H A DChangeLog-20021388 Tweak construction of codecvt facets.
3014 Test all the facets for the temporary "C" locale switch issue.
3435 * src/globals.cc: Add pre-allocations for "C" facets.
4797 (basic_ios::_M_cache_facets): Explicitly set cached facets to zero
H A DChangeLog-2001706 Numeric facets cleanup.
1111 non-required facets not required to have linkage.
1648 * include/bits/localefwd.h: Bump number of facets.
4559 * include/bits/std_streambuf.h: Remove cached locale facets.
H A DChangeLog-2003782 Minor tweaks, consistent with the style used in other facets.
1727 * include/bits/locale_facets.h: Correct byname facets for "C"
4103 (_Impl::_Impl): Same. Pre-cache standard numpunct facets.
8563 * config/linker-map.gnu: Add locale::facets details.
H A DChangeLog-202020 * doc/html/manual/facets.html: Ditto.
173 only counting narrow character facets.
208 * src/c++11/compatibility-ldbl-facets-aliases.h: New header for long
350 * doc/html/manual/facets.html: Regenerate.
H A DChangeLog-20191536 facets that share another facet's ID.
5979 std::codecvt<char32_t, char8_t, std::mbstate_t> facets.
6199 codecvt<char32_t, char8_t, mbstate_t> facets.
H A DChangeLog-200037 required facets.
2345 the number of standard facets.
H A Dacinclude.m44442 dnl This affects definitions of strings, stringstreams and locale facets.
H A DChangeLog-20154627 new std::string constructors for byname facets.
H A DChangeLog-20065122 * include/bits/localefwd.h: Use them to conditionally scope facets.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver1854 # ABI-tagged locale facets
1977 # new string ctors for _byname facets
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dadvanced-discussions.rst867 As with many other facets of DNSSEC, there are multiple aspects to take into
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dacinclude.m44414 dnl This affects definitions of strings, stringstreams and locale facets.
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3703.txt863 are two facets to this efficiency: retrieving only the relevant

12