Home
last modified time | relevance | path

Searched full:digits (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dbindec.S44 | LEN is the number of digits to be displayed. The
45 | k-factor can dictate either the total number of digits,
46 | if it is a positive number, or the number of digits
54 | of decimal places needed to insure LEN integer digits
69 | significant digits. The excess digits are collected
85 | A13. Check for LEN digits.
86 | If the int operation results in more than LEN digits,
87 | or less than LEN -1 digits, adjust ILOG and repeat from
97 | The bcd digits are stored in the correct position in
102 | digits are stored in the final string.
[all …]
Ddecbin.S27 | digits, rather than 1 integer and 16 fraction digits.
32 | The mantissa digits will be converted with the decimal point
127 | 4. Subtract 16 to compensate for interpreting the mant as all integer digits.
128 | (i.e., all digits assumed left of the decimal point.)
144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
145 moveql #ESTRT,%d3 |counter to pick up digits
157 dbf %d2,e_gd |if we have used all 3 digits, exit loop
174 | (i.e., all digits assumed left of the decimal point.)
207 moveql #FSTRT,%d3 |counter to pick up digits
208 moveql #FNIBS,%d2 |reset number of digits per a0 ptr
[all …]
Dbinstr.S12 | Output: LEN bcd digits representing the 64-bit integer.
19 | LEN digits are formed.
121 clrw %d7 |set d7a to signal no digits done
/kernel/linux/linux-4.19/arch/m68k/fpsp040/
Dbindec.S44 | LEN is the number of digits to be displayed. The
45 | k-factor can dictate either the total number of digits,
46 | if it is a positive number, or the number of digits
54 | of decimal places needed to insure LEN integer digits
69 | significant digits. The excess digits are collected
85 | A13. Check for LEN digits.
86 | If the int operation results in more than LEN digits,
87 | or less than LEN -1 digits, adjust ILOG and repeat from
97 | The bcd digits are stored in the correct position in
102 | digits are stored in the final string.
[all …]
Ddecbin.S27 | digits, rather than 1 integer and 16 fraction digits.
32 | The mantissa digits will be converted with the decimal point
127 | 4. Subtract 16 to compensate for interpreting the mant as all integer digits.
128 | (i.e., all digits assumed left of the decimal point.)
144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
145 moveql #ESTRT,%d3 |counter to pick up digits
157 dbf %d2,e_gd |if we have used all 3 digits, exit loop
174 | (i.e., all digits assumed left of the decimal point.)
207 moveql #FSTRT,%d3 |counter to pick up digits
208 moveql #FNIBS,%d2 |reset number of digits per a0 ptr
[all …]
Dbinstr.S12 | Output: LEN bcd digits representing the 64-bit integer.
19 | LEN digits are formed.
121 clrw %d7 |set d7a to signal no digits done
/kernel/linux/linux-4.19/drivers/isdn/mISDN/
Ddsp_dtmf.c130 dsp->dtmf.digits[0] = '\0'; in dsp_dtmf_goertzel_decode()
155 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()
179 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()
298 if ((strlen(dsp->dtmf.digits) + 1) in dsp_dtmf_goertzel_decode()
299 < sizeof(dsp->dtmf.digits)) { in dsp_dtmf_goertzel_decode()
300 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()
301 dsp->dtmf.digits) + 1] = '\0'; in dsp_dtmf_goertzel_decode()
302 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()
303 dsp->dtmf.digits)] = what; in dsp_dtmf_goertzel_decode()
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
Ddsp_dtmf.c130 dsp->dtmf.digits[0] = '\0'; in dsp_dtmf_goertzel_decode()
155 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()
179 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()
298 if ((strlen(dsp->dtmf.digits) + 1) in dsp_dtmf_goertzel_decode()
299 < sizeof(dsp->dtmf.digits)) { in dsp_dtmf_goertzel_decode()
300 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()
301 dsp->dtmf.digits) + 1] = '\0'; in dsp_dtmf_goertzel_decode()
302 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()
303 dsp->dtmf.digits)] = what; in dsp_dtmf_goertzel_decode()
/kernel/linux/linux-4.19/crypto/
Decc.h39 * @ndigits: curve's number of digits
54 * @ndigits: curve number of digits
66 * @ndigits: curve's number of digits
80 * @ndigits: curve's number of digits
/kernel/linux/linux-5.10/tools/perf/util/
Ddemangle-rust.c59 * 1. The hash must consist of "h" followed by 16 lowercase hex digits.
62 * hex digits. This is true of 99.9998% of hashes so once in your life you
97 * A hash is the prefix "::h" followed by 16 lowercase hex digits. The hex
98 * digits must comprise between 5 and 15 (inclusive) distinct digits.
120 /* Count how many distinct digits seen */ in is_prefixed_hash()
/kernel/linux/linux-4.19/tools/perf/util/
Ddemangle-rust.c60 * 1. The hash must consist of "h" followed by 16 lowercase hex digits.
63 * hex digits. This is true of 99.9998% of hashes so once in your life you
98 * A hash is the prefix "::h" followed by 16 lowercase hex digits. The hex
99 * digits must comprise between 5 and 15 (inclusive) distinct digits.
121 /* Count how many distinct digits seen */ in is_prefixed_hash()
/kernel/linux/linux-4.19/arch/x86/boot/
Dprintf.c47 static const char digits[16] = "0123456789ABCDEF"; /* "GHIJKLMNOPQRSTUVWXYZ"; */ in number() local
53 /* locase = 0 or 0x20. ORing digits or letters with 'locase' in number()
54 * produces same digits or (maybe lowercased) letters */ in number()
86 tmp[i++] = (digits[__do_div(num, base)] | locase); in number()
126 int precision; /* min. # of digits for integers; max in vsprintf()
/kernel/linux/linux-4.19/arch/alpha/boot/
Dstdio.c50 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local
54 digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in number()
84 tmp[i++] = digits[do_div(num, base)]; in number()
99 *str++ = digits[33]; in number()
125 int precision; /* min. # of digits for integers; max in vsprintf()
/kernel/linux/linux-5.10/arch/x86/boot/
Dprintf.c45 static const char digits[16] = "0123456789ABCDEF"; /* "GHIJKLMNOPQRSTUVWXYZ"; */ in number() local
51 /* locase = 0 or 0x20. ORing digits or letters with 'locase' in number()
52 * produces same digits or (maybe lowercased) letters */ in number()
84 tmp[i++] = (digits[__do_div(num, base)] | locase); in number()
124 int precision; /* min. # of digits for integers; max in vsprintf()
/kernel/linux/linux-5.10/arch/alpha/boot/
Dstdio.c46 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local
50 digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in number()
80 tmp[i++] = digits[do_div(num, base)]; in number()
95 *str++ = digits[33]; in number()
121 int precision; /* min. # of digits for integers; max in vsprintf()
/kernel/linux/linux-4.19/Documentation/auxdisplay/
Dlcd-panel-cgram.txt4 number, and up to 8 couples of hex digits terminated by a semi-colon
5 (';'). Each couple of digits represents a line, with 1-bits for each
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dlcd-panel-cgram.rst8 number, and up to 8 couples of hex digits terminated by a semi-colon
9 (';'). Each couple of digits represents a line, with 1-bits for each
/kernel/linux/linux-5.10/arch/powerpc/boot/
Dstdio.c82 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local
86 digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in number()
116 tmp[i++] = digits[do_div(num, base)]; in number()
131 *str++ = digits[33]; in number()
157 int precision; /* min. # of digits for integers; max in vsprintf()
/kernel/linux/linux-4.19/arch/powerpc/boot/
Dstdio.c86 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local
90 digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in number()
120 tmp[i++] = digits[do_div(num, base)]; in number()
135 *str++ = digits[33]; in number()
161 int precision; /* min. # of digits for integers; max in vsprintf()
/kernel/linux/linux-5.10/lib/mpi/
Dgeneric_mpih-lshift.c18 /* Shift U (pointed to by UP and USIZE digits long) CNT bits to the left
19 * and store the USIZE least significant digits of the result at WP.
/kernel/linux/linux-5.10/crypto/
Decc.h77 * @ndigits: curve's number of digits
92 * @ndigits: curve number of digits
104 * @ndigits: curve's number of digits
118 * @ndigits: curve's number of digits
/kernel/linux/linux-5.10/net/sunrpc/
Ddebugfs.c123 char name[24]; /* enough for "../../rpc_xprt/ + 8 hex digits + NULL */ in do_xprt_debugfs()
124 char link[9]; /* enough for 8 hex digits + NULL */ in do_xprt_debugfs()
149 char name[9]; /* enough for 8 hex digits + NULL */ in rpc_clnt_debugfs_register()
224 char name[9]; /* 8 hex digits + NULL term */ in rpc_xprt_debugfs_register()
/kernel/linux/linux-4.19/lib/mpi/
Dgeneric_mpih-lshift.c31 /* Shift U (pointed to by UP and USIZE digits long) CNT bits to the left
32 * and store the USIZE least significant digits of the result at WP.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/
Dphy.txt20 4 hex digits. This is the chip vendor OUI bits 3:18
22 4 hex digits. This is the chip vendor OUI bits 19:24,
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
Dvsprintf.c116 * locase = 0 or 0x20. ORing digits or letters with 'locase' in number()
117 * produces same digits or (maybe lowercased) letters in number()
121 static const char digits[16] = "0123456789ABCDEF"; /* "GHIJKLMNOPQRSTUVWXYZ"; */ in number() local
134 *--end = digits[num & 0xf] | locase; in number()
315 int precision; /* min. # of digits for integers; max in vsnprintf()
458 /* precision is minimum number of digits to print */ in vsnprintf()

12345678910>>...14