HomeSort by: relevance | last modified time | path
    Searched defs:facet (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_classes.h 70 class facet;
74 friend class facet;
195 * @brief Construct locale with another facet.
197 * Constructs a copy of the locale @a __other. The facet @a __f
198 * is added to @a __other, replacing an existing facet of type
199 * Facet if there is one. If @a __f is null, this locale is a
203 * @param __f The facet to add in.
223 * @brief Construct locale with another facet.
226 * existing facet of type Facet from the locale @a other into the ne
373 class locale::facet class in class:locale
405 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_classes.h 74 class facet;
78 friend class facet;
203 * @brief Construct locale with another facet.
205 * Constructs a copy of the locale @a __other. The facet @a __f
206 * is added to @a __other, replacing an existing facet of type
207 * Facet if there is one. If @a __f is null, this locale is a
211 * @param __f The facet to add in.
231 * @brief Construct locale with another facet.
234 * existing facet of type Facet from the locale @a other into the ne
396 class locale::facet class in class:locale
428 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
locale.cc 197 // locale::facet
198 __c_locale locale::facet::_S_c_locale;
200 const char locale::facet::_S_c_name[2] = "C";
203 __gthread_once_t locale::facet::_S_once = __GTHREAD_ONCE_INIT;
207 locale::facet::_S_initialize_once()
214 locale::facet::_S_get_c_locale()
229 locale::facet::_S_get_c_name() throw()
232 locale::facet::
233 ~facet() { }
265 _M_facets = new const facet*[_M_facets_size]
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
locale.cc 197 // locale::facet
198 __c_locale locale::facet::_S_c_locale;
200 const char locale::facet::_S_c_name[2] = "C";
203 __gthread_once_t locale::facet::_S_once = __GTHREAD_ONCE_INIT;
207 locale::facet::_S_initialize_once()
220 locale::facet::_S_get_c_locale()
232 locale::facet::_S_get_c_name() throw()
235 locale::facet::
236 ~facet() { }
268 _M_facets = new const facet*[_M_facets_size]
    [all...]
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 81 void operator()(locale::facet* p) {p->__release_shared();}
159 : public facet
166 vector<facet*> facets_;
168 vector<facet*, __sso_allocator<facet*, N> > facets_;
177 __imp(const __imp&, facet* f, long id);
183 const locale::facet* use_facet(long id) const;
188 void install(facet* f, long id);
194 : facet(refs),
236 : facet(refs)
    [all...]
  /src/external/mit/isl/dist/
isl_convex_hull.c 49 * of a facet.
180 * a facet around one of its ridges.
251 /* Given a facet "facet" of the convex hull of "set" and a facet "ridge"
252 * of that facet, compute the other facet of the convex hull that contains
255 * We first transform the set such that the facet constraint becomes
259 * I.e., the facet lies in
263 * and on that facet, the constraint that defines the ridge i
486 struct isl_basic_set *facet = NULL; local
544 struct isl_basic_set *facet = NULL; local
    [all...]

Completed in 39 milliseconds