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

123456

/freebsd-11-stable/tools/test/testfloat/
H A DwriteHex.c40 int digit; local
42 digit = ( a>>4 ) & 0xF;
43 if ( 9 < digit ) digit += 'A' - ( '0' + 10 );
44 fputc( '0' + digit, stream );
45 digit = a & 0xF;
46 if ( 9 < digit ) digit += 'A' - ( '0' + 10 );
47 fputc( '0' + digit, stream );
53 int digit; local
69 int digit; local
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Da64l.c28 int digit, i, value; local
34 digit = *s - ASLASH + 1;
36 digit = *s - A0 + 2;
38 digit = *s - AA + 12;
40 digit = *s - Aa + 38;
42 value |= digit << shift;
/freebsd-11-stable/contrib/ntp/libntp/
H A Ddolfptoa.c44 /* can add another digit */
45 u_int32 digit; local
47 digit = fpi;
49 digit -= (fpi << 3) + (fpi << 1); /* i*10 */
50 *--cp = (u_char)digit;
71 u_int32 digit, tmph, tmpl; local
79 digit = 0;
80 M_LSHIFT(digit, fpv);
81 tmph = digit;
83 M_LSHIFT(digit, fp
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dinet_aton.c99 int digit; local
110 val = 0; base = 10; digit = 0;
117 digit = 1;
132 digit = 1;
137 digit = 1;
161 * Did we get a valid digit?
163 if (!digit)
/freebsd-11-stable/lib/libc/inet/
H A Dinet_network.c56 int i, digit; local
59 val = 0; base = 10; digit = 0;
61 digit = 1, base = 8, cp++;
70 digit = 1;
77 digit = 1;
82 if (!digit)
H A Dinet_addr.c112 int digit; local
123 val = 0; base = 10; digit = 0;
130 digit = 1 ;
139 digit = 1;
145 digit = 1;
169 * Did we get a valid digit?
171 if (!digit)
/freebsd-11-stable/contrib/libstdc++/config/os/generic/
H A Dctype_base.h50 static const mask digit = 1 << 3; member in struct:ctype_base
57 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_base.h50 static const mask digit = 04; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_base.h52 static const mask digit = _CTYPE_D; member in struct:ctype_base
65 static const mask digit = _D; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_base.h55 static const mask digit = _CTYPE_D; member in class:ctype_base
68 static const mask digit = _D; member in class:ctype_base
/freebsd-11-stable/lib/libipsec/
H A Dpolicy_token.l62 digit [0-9]
76 usec {dot}{digit}{1,6}
81 decstring {digit}+
/freebsd-11-stable/usr.sbin/rrenumd/
H A Dlexer.l67 digit [0-9]
78 usec {dot}{digit}{1,6}
81 decstring {digit}+
85 ipv4addr {digit}{1,3}({dot}{digit}{1,3}){0,3}
87 ipaddrmask {slash}{digit}{1,3}
89 name {letter}(({letter}|{digit}|{hyphen})*({letter}|{digit}))*
92 timeval {digit}{0,2}
/freebsd-11-stable/contrib/gcclibs/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...]
/freebsd-11-stable/contrib/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...]
/freebsd-11-stable/contrib/libstdc++/config/os/aix/
H A Dctype_base.h50 static const mask digit = _ISDIGIT; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_base.h53 static const mask digit = _N; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/djgpp/
H A Dctype_base.h52 static const mask digit = __dj_ISDIGIT; // Numeric member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_base.h56 static const mask digit = _ISdigit; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/hpux/
H A Dctype_base.h50 static const mask digit = _ISDIGIT; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_base.h50 static const mask digit = _N; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_base.h50 static const mask digit = _ISdigit; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/mingw32/
H A Dctype_base.h50 static const mask digit = _DIGIT; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_base.h52 static const mask digit = _N; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_base.h50 static const mask digit = _DI; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h51 static const mask digit = _ISDIGIT; member in struct:ctype_base

Completed in 130 milliseconds

123456