Home
last modified time | relevance | path

Searched refs:baselen_ (Results 1 – 10 of 10) sorted by relevance

/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DGeoref.cpp55 georef1[baselen_ + c ] = digits_[x % base_]; x /= base_; in Forward()
60 georef.resize(baselen_ + 2 * prec); in Forward()
61 copy(georef1, georef1 + baselen_ + 2 * prec, georef.begin()); in Forward()
74 if (len < baselen_ - 2) in Reverse()
77 int prec1 = (2 + len - baselen_) / 2 - 1; in Reverse()
104 + georef.substr(baselen_)); in Reverse()
107 + georef.substr(baselen_)); in Reverse()
110 + georef.substr(baselen_)); in Reverse()
114 + georef.substr(baselen_)); in Reverse()
119 x = Utility::lookup(digits_, georef[baselen_ + i]), in Reverse()
[all …]
H A DGARS.cpp49 gars1[baselen_] = digits_[mult2_ * (mult2_ - 1 - ilat) + ilon + 1]; in Forward()
52 gars1[baselen_ + 1] = digits_[mult3_ * (mult3_ - 1 - ilat) + ilon + 1]; in Forward()
55 gars.resize(baselen_ + prec); in Forward()
56 copy(gars1, gars1 + baselen_ + prec, gars.begin()); in Forward()
69 if (len < baselen_) in Reverse()
73 int prec1 = len - baselen_; in Reverse()
99 int k = Utility::lookup(digits_, gars[baselen_]); in Reverse()
107 k = Utility::lookup(digits_, gars[baselen_ + 1]); in Reverse()
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DGARS.hpp50 baselen_ = lonlen_ + latlen_, enumerator
56 maxlen_ = baselen_ + maxprec_,
H A DGeoref.hpp50 baselen_ = 4, enumerator
52 maxlen_ = baselen_ + 2 * maxprec_,
/dports/devel/git-svn/git-2.34.1/
H A Dconfig.c431 int git_config_parse_key(const char *key, char **store_key, size_t *baselen_) in git_config_parse_key() argument
453 if (baselen_) in git_config_parse_key()
454 *baselen_ = baselen; in git_config_parse_key()
/dports/devel/git-p4/git-2.34.1/
H A Dconfig.c431 int git_config_parse_key(const char *key, char **store_key, size_t *baselen_) in git_config_parse_key() argument
453 if (baselen_) in git_config_parse_key()
454 *baselen_ = baselen; in git_config_parse_key()
/dports/devel/git/git-2.34.1/
H A Dconfig.c431 int git_config_parse_key(const char *key, char **store_key, size_t *baselen_) in git_config_parse_key() argument
453 if (baselen_) in git_config_parse_key()
454 *baselen_ = baselen; in git_config_parse_key()
/dports/devel/git-gui/git-2.34.1/
H A Dconfig.c431 int git_config_parse_key(const char *key, char **store_key, size_t *baselen_) in git_config_parse_key() argument
453 if (baselen_) in git_config_parse_key()
454 *baselen_ = baselen; in git_config_parse_key()
/dports/devel/git-cvs/git-2.34.1/
H A Dconfig.c431 int git_config_parse_key(const char *key, char **store_key, size_t *baselen_) in git_config_parse_key() argument
453 if (baselen_) in git_config_parse_key()
454 *baselen_ = baselen; in git_config_parse_key()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dconfig.c364 static int git_config_parse_key_1(const char *key, char **store_key, int *baselen_, int quiet) in git_config_parse_key_1() argument
387 if (baselen_) in git_config_parse_key_1()
388 *baselen_ = baselen; in git_config_parse_key_1()