Searched refs:digit (Results 1 - 25 of 100) sorted by relevance

1234

/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dreloc-bad.l2 .*:[[:digit:]]+: (Error|Warning): .* GPREL14 .*
3 .*:[[:digit:]]+: (Error|Warning): .* LTOFF14 .*
4 .*:[[:digit:]]+: (Error|Warning): .* LTOFF32[LM]SB .*
5 .*:[[:digit:]]+: (Error|Warning): .* LTOFF64[LM]SB .*
6 .*:[[:digit:]]+: (Error|Warning): .* PLTOFF14 .*
7 .*:[[:digit:]]+: (Error|Warning): .* PLTOFF32[LM]SB .*
8 .*:[[:digit:]]+: (Error|Warning): .* FPTR14 .*
9 .*:[[:digit:]]+: (Error|Warning): .* FPTR22 .*
10 .*:[[:digit:]]+: (Error|Warning): .* PCREL14 .*
11 .*:[[:digit
[all...]
H A Dpound.l8 [[:space:]]*[[:digit:]]+[[:space:]]+\.explicit
9 [[:space:]]*[[:digit:]]+[[:space:]]+
10 [[:space:]]*[[:digit:]]+[[:space:]]+\.global esym#
11 [[:space:]]*[[:digit:]]+[[:space:]]+
12 [[:space:]]*[[:digit:]]+[[:space:]]+\.section \.extra#, "a", @progbits
13 [[:space:]]*[[:digit:]]+[[:space:]]+
14 [[:space:]]*[[:digit:]]+[[:space:]]+\.text
15 [[:space:]]*[[:digit:]]+[[:space:]]+
16 [[:space:]]*[[:digit:]]+[[:space:]]+ break 0
17 [[:space:]]*[[:digit
[all...]
H A DrotX.l2 .*.s:[[:digit:]]+: Error: [Nn]umber of elements must be positive
3 .*.s:[[:digit:]]+: Error: [Nn]umber of elements must be positive
4 .*.s:[[:digit:]]+: Error: [Bb]ad or irreducible absolute expression
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dreloc-bad.l2 .*:[[:digit:]]+: (Error|Warning): .* GPREL14 .*
3 .*:[[:digit:]]+: (Error|Warning): .* LTOFF14 .*
4 .*:[[:digit:]]+: (Error|Warning): .* LTOFF32[LM]SB .*
5 .*:[[:digit:]]+: (Error|Warning): .* LTOFF64[LM]SB .*
6 .*:[[:digit:]]+: (Error|Warning): .* PLTOFF14 .*
7 .*:[[:digit:]]+: (Error|Warning): .* PLTOFF32[LM]SB .*
8 .*:[[:digit:]]+: (Error|Warning): .* FPTR14 .*
9 .*:[[:digit:]]+: (Error|Warning): .* FPTR22 .*
10 .*:[[:digit:]]+: (Error|Warning): .* PCREL14 .*
11 .*:[[:digit
[all...]
H A Dpound.l8 [[:space:]]*[[:digit:]]+[[:space:]]+\.explicit
9 [[:space:]]*[[:digit:]]+[[:space:]]+
10 [[:space:]]*[[:digit:]]+[[:space:]]+\.global esym#
11 [[:space:]]*[[:digit:]]+[[:space:]]+
12 [[:space:]]*[[:digit:]]+[[:space:]]+\.section \.extra#, "a", @progbits
13 [[:space:]]*[[:digit:]]+[[:space:]]+
14 [[:space:]]*[[:digit:]]+[[:space:]]+\.text
15 [[:space:]]*[[:digit:]]+[[:space:]]+
16 [[:space:]]*[[:digit:]]+[[:space:]]+ break 0
17 [[:space:]]*[[:digit
[all...]
H A DrotX.l2 .*.s:[[:digit:]]+: Error: [Nn]umber of elements must be positive
3 .*.s:[[:digit:]]+: Error: [Nn]umber of elements must be positive
4 .*.s:[[:digit:]]+: Error: [Bb]ad or irreducible absolute expression
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr46939.c11 int digit; local
18 digit = 0;
73 digit = (int) ((int const) *tmp___1 - 48);
77 (9223372036854775807L - (long) digit) / 10L)
79 ctx_value = ctx_value * 10L + (long) digit;
92 ((-0x7FFFFFFFFFFFFFFF - 1) + (long) digit) / 10L)
94 ctx_value = ctx_value * 10L - (long) digit;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr40209.c11 static const char digit[] = "0123456789abcdefghijklmnopqrstuvwxyz"; local
15 buf[--i] = digit[x % b->base_];
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopts-lower_base.c29 digit_t *digit; local
43 for (digit = bias;
44 digit < top;
45 digit += sizeof (void *) / sizeof (digit_t))
46 ++count[*digit];
/haiku-buildtools/gcc/libstdc++-v3/config/os/generic/
H A Dctype_base.h47 static const mask digit = 1 << 3; member in struct:ctype_base
54 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype_base/
H A D11844.cc30 VERIFY( ctb::alnum == (ctb::alpha | ctb::digit) );
/haiku-buildtools/gcc/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_base.h53 static const mask digit = 1 << 3; member in struct:ctype_base
60 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit
/haiku-buildtools/gcc/libstdc++-v3/config/os/mingw32/
H A Dctype_base.h53 static const mask digit = 1 << 3; member in struct:ctype_base
60 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit
/haiku-buildtools/gcc/libstdc++-v3/config/os/haiku/
H A Dctype_base.h47 static const mask digit = 1 << 3; member in struct:ctype_base
54 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit
/haiku-buildtools/binutils/libiberty/
H A Dsort.c49 /* The type of a single digit. This can be any unsigned integral
54 /* The maximum value a single digit can have. */
58 in the digit on which we are currently sorting. */
85 digit_t *digit; local
98 /* Now, perform a stable sort on this digit. We use counting
102 /* Compute the address of the appropriate digit in the first and
104 machine, the least-significant digit is closest to the front. */
110 digit is K. */
111 for (digit = bias;
112 digit < to
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dsort.c49 /* The type of a single digit. This can be any unsigned integral
54 /* The maximum value a single digit can have. */
58 in the digit on which we are currently sorting. */
85 digit_t *digit; local
98 /* Now, perform a stable sort on this digit. We use counting
102 /* Compute the address of the appropriate digit in the first and
104 machine, the least-significant digit is closest to the front. */
110 digit is K. */
111 for (digit = bias;
112 digit < to
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsort.c49 /* The type of a single digit. This can be any unsigned integral
54 /* The maximum value a single digit can have. */
58 in the digit on which we are currently sorting. */
85 digit_t *digit; local
98 /* Now, perform a stable sort on this digit. We use counting
102 /* Compute the address of the appropriate digit in the first and
104 machine, the least-significant digit is closest to the front. */
110 digit is K. */
111 for (digit = bias;
112 digit < to
[all...]
/haiku-buildtools/gcc/gcc/config/avr/
H A Dgen-avr-mmcu-texi.c35 static int digit (char c) function
51 if (letter (*a) && digit (*b))
54 if (digit (*a) && letter (*b))
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dget_str.c137 after the last digit of the result string. Complexity is O(un^2); intended
172 mp_limb_t frac, digit;
186 umul_ppmm (digit, frac, frac, 10);
187 *s++ = digit;
196 umul_ppmm (digit, frac, frac, 10);
197 *s++ = digit;
201 umul_ppmm (digit, frac, frac, 10);
202 *s++ = digit;
206 umul_ppmm (digit, frac, frac, 10);
207 *s++ = digit;
171 mp_limb_t frac, digit; local
263 mp_limb_t digit; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/os/uclibc/
H A Dctype_base.h54 static const mask digit = _ISdigit; member in struct:ctype_base
/haiku-buildtools/gcc/libstdc++-v3/config/os/aix/
H A Dctype_base.h47 static const mask digit = _ISDIGIT; member in struct:ctype_base
/haiku-buildtools/gcc/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_base.h47 static const mask digit = _CTYPE_D; member in struct:ctype_base
/haiku-buildtools/gcc/libstdc++-v3/config/os/djgpp/
H A Dctype_base.h49 static const mask digit = __dj_ISDIGIT; // Numeric member in struct:ctype_base
/haiku-buildtools/gcc/libstdc++-v3/config/os/gnu-linux/
H A Dctype_base.h52 static const mask digit = _ISdigit; member in struct:ctype_base
/haiku-buildtools/gcc/libstdc++-v3/config/os/hpux/
H A Dctype_base.h47 static const mask digit = _ISDIGIT; member in struct:ctype_base

Completed in 263 milliseconds

1234