Home
last modified time | relevance | path

Searched refs:first_digit (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/stdlib/
H A Dstrtoll_test.cpp183 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
184 small_string[0] = int_to_b36_char(first_digit); in TEST()
185 if (first_digit < base) { in TEST()
188 static_cast<long long int>(first_digit)); in TEST()
199 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
200 small_string[0] = int_to_b36_char(first_digit); in TEST()
203 if (first_digit < base && second_digit < base) { in TEST()
209 } else if (first_digit < base) { in TEST()
224 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
225 small_string[0] = int_to_b36_char(first_digit); in TEST()
[all …]
H A Dstrtoul_test.cpp151 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
152 small_string[0] = int_to_b36_char(first_digit); in TEST()
153 if (first_digit < base) { in TEST()
167 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
168 small_string[0] = int_to_b36_char(first_digit); in TEST()
171 if (first_digit < base && second_digit < base) { in TEST()
177 } else if (first_digit < base) { in TEST()
192 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
193 small_string[0] = int_to_b36_char(first_digit); in TEST()
204 (first_digit * base * base))); in TEST()
[all …]
H A Dstrtol_test.cpp159 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
160 small_string[0] = int_to_b36_char(first_digit); in TEST()
161 if (first_digit < base) { in TEST()
164 static_cast<long int>(first_digit)); in TEST()
175 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
176 small_string[0] = int_to_b36_char(first_digit); in TEST()
179 if (first_digit < base && second_digit < base) { in TEST()
184 } else if (first_digit < base) { in TEST()
199 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
200 small_string[0] = int_to_b36_char(first_digit); in TEST()
[all …]
H A Dstrtoull_test.cpp159 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
160 small_string[0] = int_to_b36_char(first_digit); in TEST()
161 if (first_digit < base) { in TEST()
175 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
176 small_string[0] = int_to_b36_char(first_digit); in TEST()
179 if (first_digit < base && second_digit < base) { in TEST()
185 } else if (first_digit < base) { in TEST()
200 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in TEST() local
201 small_string[0] = int_to_b36_char(first_digit); in TEST()
212 (first_digit * base * base))); in TEST()
[all …]
/dports/devel/binutils/binutils-2.37/gas/
H A Datof-generic.c76 char *first_digit; in atof_generic() local
103 first_digit = *address_of_string_pointer; in atof_generic()
104 c = *first_digit; in atof_generic()
109 first_digit++; in atof_generic()
114 switch (first_digit[0]) in atof_generic()
139 first_digit += 3; in atof_generic()
141 first_digit += 5; in atof_generic()
154 for (p = first_digit; in atof_generic()
169 first_digit++; in atof_generic()
197 first_digit++; in atof_generic()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/
H A Datof-generic.c76 char *first_digit; in atof_generic() local
103 first_digit = *address_of_string_pointer; in atof_generic()
104 c = *first_digit; in atof_generic()
109 first_digit++; in atof_generic()
114 switch (first_digit[0]) in atof_generic()
139 first_digit += 3; in atof_generic()
141 first_digit += 5; in atof_generic()
154 for (p = first_digit; in atof_generic()
169 first_digit++; in atof_generic()
197 first_digit++; in atof_generic()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/
H A Datof-generic.c76 char *first_digit; in atof_generic() local
103 first_digit = *address_of_string_pointer; in atof_generic()
104 c = *first_digit; in atof_generic()
109 first_digit++; in atof_generic()
114 switch (first_digit[0]) in atof_generic()
139 first_digit += 3; in atof_generic()
141 first_digit += 5; in atof_generic()
154 for (p = first_digit; in atof_generic()
169 first_digit++; in atof_generic()
197 first_digit++; in atof_generic()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Datof-generic.c83 char *first_digit; in atof_generic() local
110 first_digit = *address_of_string_pointer; in atof_generic()
111 c = *first_digit; in atof_generic()
116 first_digit++; in atof_generic()
121 switch (first_digit[0]) in atof_generic()
146 first_digit += 3; in atof_generic()
147 if (!strncasecmp ("inity", first_digit, 5)) in atof_generic()
148 first_digit += 5; in atof_generic()
150 *address_of_string_pointer = first_digit; in atof_generic()
161 for (p = first_digit; in atof_generic()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Datof-generic.c86 char *first_digit; in atof_generic() local
113 first_digit = *address_of_string_pointer; in atof_generic()
114 c = *first_digit; in atof_generic()
119 first_digit++; in atof_generic()
124 switch (first_digit[0]) in atof_generic()
149 first_digit += 3; in atof_generic()
150 if (!strncasecmp ("inity", first_digit, 5)) in atof_generic()
151 first_digit += 5; in atof_generic()
153 *address_of_string_pointer = first_digit; in atof_generic()
164 for (p = first_digit; in atof_generic()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Datof-generic.c83 char *first_digit; in atof_generic() local
110 first_digit = *address_of_string_pointer; in atof_generic()
111 c = *first_digit; in atof_generic()
116 first_digit++; in atof_generic()
121 switch (first_digit[0]) in atof_generic()
146 first_digit += 3; in atof_generic()
147 if (!strncasecmp ("inity", first_digit, 5)) in atof_generic()
148 first_digit += 5; in atof_generic()
150 *address_of_string_pointer = first_digit; in atof_generic()
161 for (p = first_digit; in atof_generic()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Datof-generic.c86 char *first_digit; in atof_generic() local
113 first_digit = *address_of_string_pointer; in atof_generic()
114 c = *first_digit; in atof_generic()
119 first_digit++; in atof_generic()
124 switch (first_digit[0]) in atof_generic()
149 first_digit += 3; in atof_generic()
150 if (!strncasecmp ("inity", first_digit, 5)) in atof_generic()
151 first_digit += 5; in atof_generic()
153 *address_of_string_pointer = first_digit; in atof_generic()
164 for (p = first_digit; in atof_generic()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Datof-generic.c86 char *first_digit; in atof_generic() local
113 first_digit = *address_of_string_pointer; in atof_generic()
114 c = *first_digit; in atof_generic()
119 first_digit++; in atof_generic()
124 switch (first_digit[0]) in atof_generic()
149 first_digit += 3; in atof_generic()
150 if (!strncasecmp ("inity", first_digit, 5)) in atof_generic()
151 first_digit += 5; in atof_generic()
153 *address_of_string_pointer = first_digit; in atof_generic()
164 for (p = first_digit; in atof_generic()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Datof-generic.c86 char *first_digit; in atof_generic() local
113 first_digit = *address_of_string_pointer; in atof_generic()
114 c = *first_digit; in atof_generic()
119 first_digit++; in atof_generic()
124 switch (first_digit[0]) in atof_generic()
149 first_digit += 3; in atof_generic()
150 if (!strncasecmp ("inity", first_digit, 5)) in atof_generic()
151 first_digit += 5; in atof_generic()
153 *address_of_string_pointer = first_digit; in atof_generic()
164 for (p = first_digit; in atof_generic()
[all …]
/dports/lang/janet/janet-1.19.2/src/core/
H A Dstrtod.c78 x->first_digit = 0; in bignat_zero()
111 uint64_t carry = ((uint64_t) mant->first_digit) * factor + term; in bignat_muladd()
112 mant->first_digit = carry % BIGNAT_BASE; in bignat_muladd()
135 dividend = ((uint64_t)remainder * BIGNAT_BASE) + mant->first_digit; in bignat_div()
137 mant->first_digit = (uint32_t)(dividend / divisor); in bignat_div()
147 mant->digits[n - 1] = mant->first_digit; in bignat_lshift_n()
148 mant->first_digit = 0; in bignat_lshift_n()
174 uint64_t d2 = (n == 1) ? mant->first_digit : mant->digits[n - 2]; in bignat_extract()
175 uint64_t d3 = (n > 2) ? mant->digits[n - 3] : (n == 2) ? mant->first_digit : 0; in bignat_extract()
193 top53 = mant->first_digit; in bignat_extract()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DConstants.java309 int first_digit = 0;
317 first_digit = Integer.parseInt( bits[0] );
327 isOSX_10_5_OrHigher = first_digit > 10 || ( first_digit == 10 && second_digit >= 5 );
328 isOSX_10_6_OrHigher = first_digit > 10 || ( first_digit == 10 && second_digit >= 6 );
329 isOSX_10_7_OrHigher = first_digit > 10 || ( first_digit == 10 && second_digit >= 7 );
330 isOSX_10_8_OrHigher = first_digit > 10 || ( first_digit == 10 && second_digit >= 8 );
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-decimal128.c462 size_t first_digit = 0; /* The index of the first non-zero digit */ in bson_decimal128_from_string() local
563 first_digit = 0; in bson_decimal128_from_string()
566 first_digit = 0; in bson_decimal128_from_string()
599 if (last_digit - first_digit > BSON_DECIMAL128_MAX_DIGITS) { in bson_decimal128_from_string()
658 if (last_digit - first_digit + 1 < significant_digits) { in bson_decimal128_from_string()
683 } else if (last_digit - first_digit < 17) { in bson_decimal128_from_string()
684 int d_idx = first_digit; in bson_decimal128_from_string()
693 int d_idx = first_digit; in bson_decimal128_from_string()
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-decimal128.c461 size_t first_digit = 0; /* The index of the first non-zero digit */ in bson_decimal128_from_string() local
561 first_digit = 0; in bson_decimal128_from_string()
564 first_digit = 0; in bson_decimal128_from_string()
598 if (last_digit - first_digit > BSON_DECIMAL128_MAX_DIGITS) { in bson_decimal128_from_string()
656 if (last_digit - first_digit + 1 < significant_digits) { in bson_decimal128_from_string()
679 } else if (last_digit - first_digit < 17) { in bson_decimal128_from_string()
680 size_t d_idx = first_digit; in bson_decimal128_from_string()
689 size_t d_idx = first_digit; in bson_decimal128_from_string()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-decimal128.c499 size_t first_digit = 0; /* The index of the first non-zero digit */ in bson_decimal128_from_string_w_len() local
600 first_digit = 0; in bson_decimal128_from_string_w_len()
603 first_digit = 0; in bson_decimal128_from_string_w_len()
637 if (last_digit - first_digit > BSON_DECIMAL128_MAX_DIGITS) { in bson_decimal128_from_string_w_len()
695 if (last_digit - first_digit + 1 < significant_digits) { in bson_decimal128_from_string_w_len()
718 } else if (last_digit - first_digit < 17) { in bson_decimal128_from_string_w_len()
719 size_t d_idx = first_digit; in bson_decimal128_from_string_w_len()
728 size_t d_idx = first_digit; in bson_decimal128_from_string_w_len()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/quickgui/
H A Dqgsquickscalebarkit.cpp99 double first_digit = dist / base; // get the first digit in updateScaleBar() local
101 if ( first_digit < 2 ) in updateScaleBar()
103 else if ( first_digit < 5 ) in updateScaleBar()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dultra.c269 int first_digit, second_digit, done; in look_ahead_ascii() local
291 first_digit = posn(ultra_digit, source[i]); in look_ahead_ascii()
293 if ((first_digit != -1) && (second_digit != -1)) { in look_ahead_ascii()
295 … if ((first_digit >= 0) && (first_digit <= 9) && (second_digit >= 0) && (second_digit <= 9)) { in look_ahead_ascii()
297 cw[codeword_count] = (10 * first_digit) + second_digit + 128; in look_ahead_ascii()
301 } else if ((first_digit >= 0) && (first_digit <= 9) && (second_digit == 10)) { in look_ahead_ascii()
303 cw[codeword_count] = first_digit + 228; in look_ahead_ascii()
307 } else if ((first_digit == 10) && (second_digit >= 0) && (second_digit <= 9)) { in look_ahead_ascii()
313 } else if ((first_digit >= 0) && (first_digit <= 9) && (second_digit == 11)) { in look_ahead_ascii()
315 cw[codeword_count] = first_digit + 248; in look_ahead_ascii()
[all …]
/dports/editors/joe/joe-4.6/syntax/
H A Dmatlab.jsf22 "0-9" first_digit recolor=-1
52 :first_digit Number
56 "0-9" first_digit
H A Dada.jsf20 "0-9" first_digit recolor=-1
76 :first_digit Number
79 "_" first_digit
80 "0-9" first_digit
/dports/x11/xstroke/xstroke-0.5.12/doc/
H A Dgenerate_diagrams.pl99 $first_digit = 1;
120 if ($first_digit) {
142 $first_digit = 0;
/dports/devel/py-Faker/Faker-0.8.15/faker/providers/company/fi_FI/
H A D__init__.py36 first_digit = str(self.random_digit_not_null())
37 body = first_digit + self.bothify(self.random_element(('######',)))
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ds52cnsy.cpp3037 double first_digit = floor(leading_digit / 10); in SNDFRM02() local
3066 double first_digit = floor(leading_digit / 10); in SNDFRM02() local
3093 double first_digit = floor(leading_digit / 100); in SNDFRM02() local
3098 symbol_prefix_a, (int)first_digit); in SNDFRM02()
3112 double first_digit = floor(leading_digit / 1000); in SNDFRM02() local
3118 symbol_prefix_a, (int)first_digit); in SNDFRM02()
3142 symbol_prefix_a, (int)first_digit); in SNDFRM02()
5800 double first_digit = leading_digit / 10;
5810 double first_digit = leading_digit / 100;
5822 double first_digit = leading_digit / 1000;
[all …]

1234567