Home
last modified time | relevance | path

Searched refs:singular (Results 1 – 25 of 200) sorted by relevance

12345678

/third_party/boost/boost/chrono/io_v1/
Dchrono_io.hpp96 string_type singular() const in singular() function in boost::chrono::duration_punct
116 return singular<Period>(); in name()
327 f.template singular<ratio<1> >(), in operator >>()
355 f.template singular<atto>(), in operator >>()
358 f.template singular<femto>(), in operator >>()
361 f.template singular<pico>(), in operator >>()
364 f.template singular<nano>(), in operator >>()
367 f.template singular<micro>(), in operator >>()
370 f.template singular<milli>(), in operator >>()
373 f.template singular<centi>(), in operator >>()
[all …]
/third_party/e2fsprogs/lib/support/
Dnls-enable.h10 #define P_(singular, plural, n) (ngettext (singular, plural, n)) argument
20 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural)) argument
/third_party/boost/boost/numeric/ublas/
Dlu.hpp102 size_type singular = 0; in lu_factorize() local
112 } else if (singular == 0) { in lu_factorize()
113 singular = i + 1; in lu_factorize()
120 BOOST_UBLAS_CHECK (singular != 0 || in lu_factorize()
125 return singular; in lu_factorize()
138 size_type singular = 0; in lu_factorize() local
156 } else if (singular == 0) { in lu_factorize()
157 singular = i + 1; in lu_factorize()
165 BOOST_UBLAS_CHECK (singular != 0 || in lu_factorize()
169 return singular; in lu_factorize()
[all …]
Dexception.hpp159 struct singular struct
163 explicit singular (const char *s = "singular") : in singular() function
170 singular ()
172 explicit singular (const char *)
Dtriangular.hpp2047 BOOST_UBLAS_CHECK (e1 () (n, n) != value_type/*zero*/(), singular ()); in inplace_solve()
2050 singular ().raise (); in inplace_solve()
2073 BOOST_UBLAS_CHECK (e1 () (n, n) != value_type/*zero*/(), singular ()); in inplace_solve()
2076 singular ().raise (); in inplace_solve()
2101 BOOST_UBLAS_CHECK (e1 () (n, n) != value_type/*zero*/(), singular ()); in inplace_solve()
2104 singular ().raise (); in inplace_solve()
2129 BOOST_UBLAS_CHECK (e1 () (n, n) != value_type/*zero*/(), singular ()); in inplace_solve()
2132 singular ().raise (); in inplace_solve()
2154 BOOST_UBLAS_CHECK (e1 () (n, n) != value_type/*zero*/(), singular ()); in inplace_solve()
2157 singular ().raise (); in inplace_solve()
[all …]
/third_party/boost/libs/chrono/example/
Dfrench.cpp50 static const std::basic_string<CharT> singular(u, u + sizeof (u) / sizeof (u[0])); in do_get_unit() local
56 if (pf == 0) return singular; in do_get_unit()
71 static const std::basic_string<CharT> singular(u, u + sizeof (u) / sizeof (u[0])); in do_get_unit() local
77 if (pf == 0) return singular; in do_get_unit()
91 static const std::basic_string<CharT> singular(u, u + sizeof (u) / sizeof (u[0])); in do_get_unit() local
97 if (pf == 0) return singular; in do_get_unit()
/third_party/node/deps/npm/node_modules/y18n/
Dindex.js123 var singular = args.shift()
132 var str = quantity === 1 ? singular : plural
133 if (this.cache[this.locale][singular]) {
134 str = this.cache[this.locale][singular][quantity === 1 ? 'one' : 'other']
138 if (!this.cache[this.locale][singular] && this.updateFiles) {
139 this.cache[this.locale][singular] = {
140 one: singular,
/third_party/node/tools/inspector_protocol/jinja2/
Dext.py270 singular_names, singular = self._parse_block(parser, True)
309 singular = self._trim_whitespace(singular)
313 node = self._make_node(singular, plural, variables, plural_expr,
357 def _make_node(self, singular, plural, variables, plural_expr, argument
363 singular = singular.replace('%%', '%')
370 node = nodes.Call(gettext, [nodes.Const(singular)],
377 nodes.Const(singular),
/third_party/skia/third_party/externals/jinja2/
Dext.py285 singular_names, singular = self._parse_block(parser, True)
326 singular = self._trim_whitespace(singular)
331 singular,
382 self, singular, plural, variables, plural_expr, vars_referenced, num_called_num argument
388 singular = singular.replace("%%", "%")
395 node = nodes.Call(gettext, [nodes.Const(singular)], [], None, None)
402 [nodes.Const(singular), nodes.Const(plural), plural_expr],
/third_party/jinja2/
Dext.py285 singular_names, singular = self._parse_block(parser, True)
326 singular = self._trim_whitespace(singular)
331 singular,
382 self, singular, plural, variables, plural_expr, vars_referenced, num_called_num argument
388 singular = singular.replace("%%", "%")
395 node = nodes.Call(gettext, [nodes.Const(singular)], [], None, None)
402 [nodes.Const(singular), nodes.Const(plural), plural_expr],
/third_party/boost/libs/math/doc/quadrature/
Dnaive_monte_carlo.qbk22 bool singular = true,
140 There is one additional "advanced" parameter: Whether or not the integrand is singular on the bound…
141 If the integrand is *not* singular on the boundary, then the integrand is evaluated over the closed…
142 If the integrand is singular (the default) then the integrand is evaluated over the closed set \u22…
149 If the integrand is singular on the boundary, you have no options; you simply must resort to higher…
150 If the integrand is not singular on the boundary, then you can tell this to the integration routine…
152 naive_monte_carlo<double, decltype(g)> mc(g, bounds, error_goal, /*singular = */ false);
/third_party/boost/libs/gil/doc/html/_static/
Ddoctools.js146 ngettext : function(singular, plural, n) { argument
147 var translated = Documentation.TRANSLATIONS[singular];
149 return (n == 1) ? singular : plural;
/third_party/boost/libs/python/doc/html/numpy/_static/
Ddoctools.js146 ngettext : function(singular, plural, n) { argument
147 var translated = Documentation.TRANSLATIONS[singular];
149 return (n == 1) ? singular : plural;
/third_party/boost/libs/hof/doc/html/_static/
Ddoctools.js146 ngettext : function(singular, plural, n) { argument
147 var translated = Documentation.TRANSLATIONS[singular];
149 return (n == 1) ? singular : plural;
/third_party/python/Doc/library/
Dgettext.rst79 .. function:: ngettext(singular, plural, n)
84 *singular* if *n* is 1; return *plural* otherwise.
94 .. function:: dngettext(domain, singular, plural, n)
101 .. function:: npgettext(context, singular, plural, n)
102 .. function:: dnpgettext(domain, context, singular, plural, n)
113 .. function:: lngettext(singular, plural, n)
114 .. function:: ldngettext(domain, singular, plural, n)
274 .. method:: ngettext(singular, plural, n)
277 Otherwise, return *singular* if *n* is 1; return *plural* otherwise.
289 .. method:: npgettext(context, singular, plural, n)
[all …]
/third_party/gettext/gettext-runtime/po/
Dpt.po308 " MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL "
311 " MSGID MSGID-PLURAL traduz MSGID (singular) / MSGID-PLURAL (plural)\n"
316 " COUNT choose singular/plural form based on this value\n"
318 " TOTAL escolhe a forma singular/plural baseado neste "
383 #~ " MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL "
385 #~ " COUNT choose singular/plural form based on this "
395 #~ " MSGID MSGID-PLURAL traduz MSGID (singular)/MSGID.PLURAL "
397 #~ " NÚMERO escolhe a forma singular/plural baseado neste "
Dro.po314 " MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL "
317 " MSGID MSGID-PLURAL traduce MSGID (singular) / MSGID-PLURAL "
323 " COUNT choose singular/plural form based on this value\n"
325 " CONTOR alege forma de singular/plural pe baza acestei "
399 #~ " MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL "
401 #~ " COUNT choose singular/plural form based on this "
410 #~ " MSGID MSGID-PLURAL traduce MSGID (singular) / MSGID-PLURAL "
412 #~ " NUMĂRARE alege forma singulară/plurală bazată pe "
Des.po317 " MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL "
320 " MSGID MSGID-PLURAL traduce MSGID (singular) / MSGID-PLURAL "
326 " COUNT choose singular/plural form based on this value\n"
328 " CUENTA elige la forma singular/plural en función de "
421 #~ " MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL "
423 #~ " COUNT choose singular/plural form based on this "
435 #~ " MSGID MSGID-PLURAL traduce el MSGID (singular) / MSGID-PLURAL "
437 #~ " CUENTA selecciona la forma singular/plural con base\n"
Dast.po312 " MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL "
319 " COUNT choose singular/plural form based on this value\n"
388 #~ " MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL (plural)\n"
389 #~ " COUNT choose singular/plural form based on this value\n"
397 #~ " MSGID MSGID-PLURAL traduz el MSGID (singular) / MSGID-PLURAL (plural)\n"
398 #~ " COUNT escueye la forma singular/plural según esti valor\n"
Dsr.po305 " MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL "
314 " COUNT choose singular/plural form based on this value\n"
378 #~ " MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL "
380 #~ " COUNT choose singular/plural form based on this "
/third_party/gettext/gettext-runtime/doc/
Drt-ngettext.texi61 Translate @var{msgid} (English singular) / @var{msgid-plural} (English plural).
64 Choose singular/plural form based on this value.
/third_party/e2fsprogs/e2fsck/
De2fsck.h51 #define P_(singular, plural, n) (ngettext (singular, plural, n)) argument
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural)) argument
/third_party/boost/boost/chrono/io/
Dduration_units.hpp528 static const string_type singular(u, u + sizeof (u) / sizeof (u[0])); in static_get_unit() local
539 return singular; in static_get_unit()
568 static const string_type singular(u, u + sizeof (u) / sizeof (u[0])); in static_get_unit() local
574 if (pf == 0) return singular; in static_get_unit()
599 static const string_type singular(u, u + sizeof (u) / sizeof (u[0])); in static_get_unit() local
605 if (pf == 0) return singular; in static_get_unit()
/third_party/boost/libs/iterator/doc/
DForwardTraversal.rst19 | | |singular value. …
/third_party/boost/boost/math/quadrature/
Dnaive_monte_carlo.hpp39 bool singular = true, in naive_monte_carlo() argument
75 if (singular)
90 if (singular)

12345678