Home
last modified time | relevance | path

Searched refs:l_lower (Results 1 – 25 of 74) sorted by relevance

123

/dports/misc/libutf/libutf-2.10/
H A Durelang.c183 ds_t *l_lower; /* lower case */ member
240 ds_free(language->l_lower); in LangSetSequence()
250 language->l_lower = ds_save(lower, utfbytes(lower)); in LangSetSequence()
480 if ((i = runesubscript(language->l_lower->ds_v, r)) >= 0) { in runeord()
621 (void) chartorune(&r, &language->l_lower->ds_v[cp - language->l_upper->ds_v]); in UNICODE_tolower()
636 (cp = utfrune(language->l_lower->ds_v, ch)) == (char *) NULL || in UNICODE_toupper()
637 (cp - language->l_lower->ds_v) > language->l_lower->ds_c) { in UNICODE_toupper()
640 (void) chartorune(&r, &language->l_upper->ds_v[cp - language->l_lower->ds_v]); in UNICODE_toupper()
661 return ch != '[' && ch != ']' && utfrune(language->l_lower->ds_v, ch) != (char *) NULL; in UNICODE_islower()
772 if ((cp = utfrune(language->l_lower->ds_v, first)) != (char *) NULL) { in UNICODE_InRange()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.delaunay/
H A Dgeometry.c55 struct edge **l_lower,
139 struct edge **l_lower, in find_lowest_cross_edge() argument
172 *l_lower = l; in find_lowest_cross_edge()
198 struct edge *l_lower, *r_lower; in merge() local
202 find_lowest_cross_edge(r_cw_l, s, l_ccw_r, u, &l_lower, &org_l_lower, in merge()
204 base = join(l_lower, org_l_lower, r_lower, org_r_lower, RIGHT); in merge()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/feedback/
H A Dcustom.py455 l_lower = line.lower()
456 if all(["legal" in l_lower, "docs" in l_lower, "info" in l_lower]):
464 l_lower = lines[i].lower()
465 if "python location" in l_lower or "extensions directory" in l_lower:
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Denum_values_edit.py165 l_lower = [v.lower() for v in values]
166 for i,v in enumerate(l_lower):
167 if v in l_lower[i+1:]:
/dports/games/scourge-data/scourge_data/models/character/gladius/
H A Dlower_default.skin1 l_lower,models/players/gladius/gladius.png
/dports/games/scourge-data/scourge_data/models/md3/junga/
H A Dlower_blue.skin2 l_lower,models/players/junga/blue.png
H A Dlower_default.skin2 l_lower,models/players/junga/default.png
H A Dlower_red.skin2 l_lower,models/players/junga/red.png
/dports/games/scourge-data/scourge_data/models/md3/yuri/
H A Dlower_default.skin1 l_lower,models/players/yuri/yuri.png
H A Dlower_lilith.skin1 l_lower,models/players/yuri/lilith.png
/dports/games/scourge-data/scourge_data/models/md3/arachnatron/
H A Dlower_blue.skin1 l_lower,models/players/arachnatron/blue_legs.png
H A Dlower_red.skin1 l_lower,models/players/arachnatron/red_legs.png
H A Dlower_default.skin1 l_lower,models/players/arachnatron/legs.png
/dports/games/scourge-data/scourge_data/models/md3/gork/
H A Dlower_blue.skin1 l_lower,models/players/Gork/gorkpants_blue.png
H A Dlower_gork.skin1 l_lower,models/players/Gork/gorkpants.png
H A Dlower_red.skin1 l_lower,models/players/Gork/gorkpants_red.png
/dports/devel/boost-docs/boost_1_72_0/boost/math/distributions/
H A Duniform.hpp119 uniform_distribution(RealType l_lower = 0, RealType l_upper = 1) // Constructor. in uniform_distribution() argument
120 : m_lower(l_lower), m_upper(l_upper) // Default is standard uniform distribution. in uniform_distribution()
123 …detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_u… in uniform_distribution()
/dports/devel/hyperscan/boost_1_75_0/boost/math/distributions/
H A Duniform.hpp119 uniform_distribution(RealType l_lower = 0, RealType l_upper = 1) // Constructor. in uniform_distribution() argument
120 : m_lower(l_lower), m_upper(l_upper) // Default is standard uniform distribution. in uniform_distribution()
123 …detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_u… in uniform_distribution()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/distributions/
H A Duniform.hpp119 uniform_distribution(RealType l_lower = 0, RealType l_upper = 1) // Constructor. in uniform_distribution() argument
120 : m_lower(l_lower), m_upper(l_upper) // Default is standard uniform distribution. in uniform_distribution()
123 …detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_u… in uniform_distribution()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/distributions/
H A Duniform.hpp119 uniform_distribution(RealType l_lower = 0, RealType l_upper = 1) // Constructor. in uniform_distribution() argument
120 : m_lower(l_lower), m_upper(l_upper) // Default is standard uniform distribution. in uniform_distribution()
123 …detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_u… in uniform_distribution()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/distributions/
H A Duniform.hpp119 uniform_distribution(RealType l_lower = 0, RealType l_upper = 1) // Constructor.
120 : m_lower(l_lower), m_upper(l_upper) // Default is standard uniform distribution.
123 …detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_u…
/dports/databases/xtrabackup/boost_1_59_0/boost/math/distributions/
H A Duniform.hpp119 uniform_distribution(RealType l_lower = 0, RealType l_upper = 1) // Constructor. in uniform_distribution() argument
120 : m_lower(l_lower), m_upper(l_upper) // Default is standard uniform distribution. in uniform_distribution()
123 …detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_u… in uniform_distribution()
/dports/databases/percona57-server/boost_1_59_0/boost/math/distributions/
H A Duniform.hpp119 uniform_distribution(RealType l_lower = 0, RealType l_upper = 1) // Constructor. in uniform_distribution() argument
120 : m_lower(l_lower), m_upper(l_upper) // Default is standard uniform distribution. in uniform_distribution()
123 …detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_u… in uniform_distribution()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/distributions/
H A Duniform.hpp119 uniform_distribution(RealType l_lower = 0, RealType l_upper = 1) // Constructor. in uniform_distribution() argument
120 : m_lower(l_lower), m_upper(l_upper) // Default is standard uniform distribution. in uniform_distribution()
123 …detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_u… in uniform_distribution()
/dports/databases/percona57-client/boost_1_59_0/boost/math/distributions/
H A Duniform.hpp119 uniform_distribution(RealType l_lower = 0, RealType l_upper = 1) // Constructor. in uniform_distribution() argument
120 : m_lower(l_lower), m_upper(l_upper) // Default is standard uniform distribution. in uniform_distribution()
123 …detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_u… in uniform_distribution()

123