Home
last modified time | relevance | path

Searched refs:radix (Results 1 – 25 of 15065) sorted by path

12345678910>>...603

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/
H A Dlib.rs81 fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>; in from_str_radix()
150 fn from_str_radix(s: &str, radix: u32)
153 <$t>::from_str_radix(s, radix)
172 T::from_str_radix(str, radix).map(Wrapping) in from_str_radix()
207 fn from_str_radix(src: &str, radix: u32)
247 match c.to_digit(radix) {
250 sig = sig * (radix as $t);
295 match c.to_digit(radix) {
298 power = power / (radix as $t);
329 'E' | 'e' if radix == 10 => 10.0,
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/toml-0.5.8/src/
H A Dde.rs1618 fn integer(&self, s: &'a str, radix: u32) -> Result<i64, Error> { in integer()
1619 let allow_sign = radix == 10; in integer()
1620 let allow_leading_zeros = radix != 10; in integer()
1621 let (prefix, suffix) = self.parse_integer(s, allow_sign, allow_leading_zeros, radix)?; in integer()
1626 i64::from_str_radix(&prefix.replace("_", "").trim_start_matches('+'), radix) in integer()
1635 radix: u32, in parse_integer()
1651 } else if c.is_digit(radix) { in parse_integer()
/dports/archivers/arj/arj-3.10.22/
H A Darj_proc.c1133 unsigned int radix; in stoul() local
1147 radix=16; in stoul()
1150 radix=10; in stoul()
1151 rc=strtoul(p, rp, radix); in stoul()
/dports/archivers/draco/googletest/
H A DCONTRIBUTORS34 Mario Tanev <radix@google.com>
/dports/archivers/dzip/dzip-2.9/
H A DReadme6 has since been updated and expanded by Nolan Pflug <radix@planetquake.com>.
60 schwoon@in.tum.de radix@planetquake.com
/dports/archivers/p5-Archive-Extract-Libarchive/Archive-Extract-Libarchive-0.38/lib/Archive/Extract/
H A Dppport.h6129 char* radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
6130 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
6142 char *radix = lc->decimal_point; in DPPP_()
6143 if (radix && IN_LOCALE) { in DPPP_()
6144 STRLEN len = strlen(radix); in DPPP_()
6145 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
/dports/archivers/p5-Compress-Bzip2/Compress-Bzip2-2.24/
H A Dppport.h6324 char* radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
6325 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
6337 char *radix = lc->decimal_point; in DPPP_()
6338 if (radix && IN_LOCALE) { in DPPP_()
6339 STRLEN len = strlen(radix); in DPPP_()
6340 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
/dports/archivers/p5-Compress-LZ4/Compress-LZ4-0.25/
H A Dppport.h2655 char* radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
2656 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
2665 char *radix = lc->decimal_point; in DPPP_()
2666 if (radix && IN_LOCALE) { in DPPP_()
2667 STRLEN len = strlen(radix); in DPPP_()
2668 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
/dports/archivers/p5-Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.101/
H A Dppport.h6478 char* radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
6479 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
6491 char *radix = lc->decimal_point; in DPPP_()
6492 if (radix && IN_LOCALE) { in DPPP_()
6493 STRLEN len = strlen(radix); in DPPP_()
6494 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
/dports/archivers/p5-Compress-Raw-Lzma/Compress-Raw-Lzma-2.101/
H A Dppport.h6478 char* radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
6479 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
6491 char *radix = lc->decimal_point; in DPPP_()
6492 if (radix && IN_LOCALE) { in DPPP_()
6493 STRLEN len = strlen(radix); in DPPP_()
6494 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
/dports/archivers/p5-Compress-Raw-Zlib/Compress-Raw-Zlib-2.101/
H A Dppport.h7696 char* radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
7697 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
7709 char *radix = lc->decimal_point; in DPPP_()
7710 if (radix && IN_LOCALE) { in DPPP_()
7711 STRLEN len = strlen(radix); in DPPP_()
7712 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
/dports/archivers/p5-Compress-Snappy/Compress-Snappy-0.24/
H A Dppport.h2394 char* radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
2395 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
2404 char *radix = lc->decimal_point; in DPPP_()
2405 if (radix && IN_LOCALE) { in DPPP_()
2406 STRLEN len = strlen(radix); in DPPP_()
2407 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/
H A Dppport.h8321 char* radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
8322 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
8334 char *radix = lc->decimal_point; in DPPP_()
8335 if (radix && IN_LOCALE) { in DPPP_()
8336 STRLEN len = strlen(radix); in DPPP_()
8337 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
/dports/archivers/p5-Gzip-Faster/Gzip-Faster-0.21/
H A Dppport.h6518 char* radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
6519 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
6531 char *radix = lc->decimal_point; in DPPP_()
6532 if (radix && IN_LOCALE) { in DPPP_()
6533 STRLEN len = strlen(radix); in DPPP_()
6534 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/
H A Dppport.h6518 char* radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
6519 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
6531 char *radix = lc->decimal_point; in DPPP_()
6532 if (radix && IN_LOCALE) { in DPPP_()
6533 STRLEN len = strlen(radix); in DPPP_()
6534 if (*sp + len <= send && memEQ(*sp, radix, len)) { in DPPP_()
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DChangeLog88352 Beecrypt python bindings for arithmetic and radix conversion formatting.
/dports/archivers/star/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2018-04-05137 switches the radix to octal, but leaves the address radix hexadecimal
H A DAN-2020-06-0997 expected "radix" 0.
/dports/astro/astrometry/astrometry.net-0.85/
H A DChangelog46 More relicensing with permission from contributors; remove radix.c
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DSphericalEngine.hpp53 s = real(pow(real(std::numeric_limits<real>::radix), in scale()
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DLambertConformalConic.cpp20 , ahypover_(Math::digits() * log(real(numeric_limits<real>::radix)) + 2) in LambertConformalConic()
45 , ahypover_(Math::digits() * log(real(numeric_limits<real>::radix)) + 2) in LambertConformalConic()
74 , ahypover_(Math::digits() * log(real(numeric_limits<real>::radix)) + 2) in LambertConformalConic()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dstrtod.c119 scale_radix_exp (DOUBLE x, int radix, long int exponent) in scale_radix_exp() argument
128 if (USE_LDEXP && radix == 2) in scale_radix_exp()
140 r /= radix; in scale_radix_exp()
152 if (r < -MAX / radix) in scale_radix_exp()
157 else if (MAX / radix < r) in scale_radix_exp()
163 r *= radix; in scale_radix_exp()
179 int base, int radix, int radix_multiplier, char radixchar, in parse_number() argument
293 return scale_radix_exp (num, radix, exponent); in parse_number()
/dports/astro/gpstk/GPSTk-8.0.0/
H A DChangeLog.md1706 …hexDumpData: Add the option to show radix on index and/or data. Don't add index to col if …
/dports/astro/kstars/kstars-3.5.6/kstars/data/tools/HTMesh-0.01/
H A Dppport.h4442 char *radix = SvPV(PL_numeric_radix_sv, len); in DPPP_() local
4443 if (*sp + len <= send && memEQ(*sp, radix, len)) in DPPP_()
4456 char *radix = lc->decimal_point; in DPPP_()
4457 if (radix && IN_LOCALE) in DPPP_()
4459 STRLEN len = strlen(radix); in DPPP_()
4460 if (*sp + len <= send && memEQ(*sp, radix, len)) in DPPP_()
/dports/astro/luna/luna-1.9/iprintf/
H A Diansilib.c9 ultoa(value, string, radix) in ultoa() argument
12 int radix;
19 *(string++) = Ntoc((int)(value % radix));
20 value /= (unsigned long)radix;

12345678910>>...603