Searched refs:trailing (Results 1 - 25 of 59) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_dpd.c33 UINT32 trailing; local
38 trailing = (ba & 0x000ffffful);
46 bcoeff = ((8 + (comb & 1)) << 20) | trailing;
49 bcoeff = ((comb & 7) << 20) | trailing;
62 UINT64 trailing; local
67 trailing = (ba & 0x0003ffffffffffffull);
75 bcoeff = ((8 + (comb & 1)) << 50) | trailing;
78 bcoeff = ((comb & 7) << 50) | trailing;
97 UINT32 sign, comb, exp, trailing; local
104 trailing
161 UINT64 trailing; local
255 UINT32 trailing; local
306 UINT64 trailing; local
365 UINT128 trailing; local
501 UINT128 trailing; local
577 UINT64 trailing; local
646 UINT32 trailing; local
683 UINT64 trailing; local
721 UINT64 trailing; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/arch/vax/
H A Dn_argred.S154 * trailing: n * pi/2 , n = 0, 1, 2, ..., 29
155 * trailing[n] ,
166 * trailing[n] := (( n * pi/2 - leading[n]) - middle[n]) rounded .
168 trailing: label
169 .double 0d+0.00000000000000000000e+00 # 0 * pi/2 trailing
170 .double 0d+4.33590506506189049611e-35 # 1 * pi/2 trailing
171 .double 0d+8.67181013012378099223e-35 # 2 * pi/2 trailing
172 .double 0d+1.30077151951856714215e-34 # 3 * pi/2 trailing
173 .double 0d+1.73436202602475619845e-34 # 4 * pi/2 trailing
174 .double 0d-1.68390735624352669192e-34 # 5 * pi/2 trailing
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c132 UINT64 trailing; local
137 trailing = (x & 0x000fffff);
149 d1 = d2b2[(trailing >> 10) & 0x3ff];
150 d2 = d2b[(trailing) & 0x3ff];
230 UINT64 trailing; local
238 trailing = (x & 0x0003ffffffffffffull);
260 d1 = d2b5[(trailing >> 40) & 0x3ff];
261 d2 = d2b4[(trailing >> 30) & 0x3ff];
262 d3 = d2b3[(trailing >> 20) & 0x3ff];
263 d4 = d2b2[(trailing >> 1
373 UINT128 trailing; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c132 UINT64 trailing; local
137 trailing = (x & 0x000fffff);
149 d1 = d2b2[(trailing >> 10) & 0x3ff];
150 d2 = d2b[(trailing) & 0x3ff];
230 UINT64 trailing; local
238 trailing = (x & 0x0003ffffffffffffull);
260 d1 = d2b5[(trailing >> 40) & 0x3ff];
261 d2 = d2b4[(trailing >> 30) & 0x3ff];
262 d3 = d2b3[(trailing >> 20) & 0x3ff];
263 d4 = d2b2[(trailing >> 1
373 UINT128 trailing; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dsym-1.s2 # only one. A trailing ":" is stripped off at a label only.
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dxgettext-c-790 nuke-trailing-whitespace-p:nil
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev67/
H A Dgcd_1.asm29 C strip trailing zeros from abs(x-y) to maintain x and y both odd.
31 C The trailing zeros are calculated from just x-y, since in twos-complement
32 C there's the same number of trailing zeros on d or -d. This means the cttz
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Darchv6t2-bad.s2 @ registers belong, trailing junk at end of line.
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dstack.c1313 struct frame_info *trailing;
1323 trailing = get_current_frame ();
1335 current = trailing;
1347 trailing = get_prev_frame (trailing);
1366 for (fi = trailing; fi != NULL && i--; fi = get_prev_frame (fi))
1376 for (i = 0, fi = trailing; fi && count--; i++, fi = get_prev_frame (fi))
1389 trailing = fi;
1398 if (fi == NULL && trailing != NULL)
1402 reason = get_frame_unwind_stop_reason (trailing);
1311 struct frame_info *trailing; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dlist.c1195 return syntax_error("trailing '!'");
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/ia64/
H A Dgcd_1.asm40 C It's possible xp[0] is zero. In this case the trailing zeros calculation
47 C number of trailing zeros on n or -n in twos complement. That makes the
53 C 2 popcnt trailing zeros
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dwriter.c412 pgp_memory_t *trailing; member in struct:__anon364
463 /* trailing whitespace isn't included in the signature */
465 pgp_memory_add(dash->trailing, &src[n], 1);
467 if ((l = (unsigned)pgp_mem_len(dash->trailing)) != 0) {
470 pgp_mem_data(dash->trailing), l);
472 pgp_memory_clear(dash->trailing);
489 pgp_memory_free(dash->trailing);
525 dash->trailing = pgp_memory_new();
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dgcd_1.asm39 C ctz_table[n] is the number of trailing zeros on n, or MAXSHIFT if n==0.
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Ddive_1.asm67 C If there's usually only one or two trailing zero bits then this
H A Dgcd_1.asm36 C table[n] is the number of trailing zeros on n, or MAXSHIFT if n==0.
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Ddive_1.asm75 bsfl %ecx, %ecx C trailing twos
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dcopy.S351 ! mop up trailing word (if present) and byte (if present).
364 ! mop up trailing byte (if present).
562 ! mop up trailing word (if present) and byte (if present).
575 ! mop up trailing byte (if present).
1147 ! mop up trailing word (if present) and byte (if present).
1163 ! mop up trailing byte (if present).
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dgcd_1.asm34 C Using a lookup table to count trailing zeros seems a touch quicker, but
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Ddive_1.asm65 bsfl %eax, %ecx C trailing twos
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dcopy.S112 sb v0, 0(a1) # write trailing NUL
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh917 max_insns -= (1 /* one for the trailing chain insn */
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dvasprintf.c657 /* trailing zeros */
765 int fp_trailing_zeros; /* Number of additional trailing zeros in fractional
1109 /* remove trailing zeros, if any */
1219 /* remove trailing zeros, if any */
1239 /* add missing trailing zeros */
1435 /* remove trailing zeros, if any */
1454 /* add missing trailing zeros */
1497 /* mpfr_get_str doesn't give the trailing zeros when p is a
1515 /* remove trailing zeros, if any */
1656 precision spec.prec - 1 and the trailing zero
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Dcrypto-lib.com357 $! The following lists must have leading and trailing commas, and no
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/doc/
H A Dtexinfo.tex394 % the input line (except we remove a trailing comment). #1 should be a
420 % \argremovec might leave us with trailing space, e.g.,
448 % But first, we have to remove the trailing space token.
3046 % Remove the trailing space \setxxx inserted.
5692 % Trim leading and trailing spaces off a string.
5702 % Trim a single trailing ^^M off a string.
5957 % We don't want such trailing spaces in the node name.
5961 % also remove a trailing comma, in case of something like this:
6331 % The trailing space in the following definition for supereject is
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/doc/include/
H A Dtexinfo.tex397 % the input line (except we remove a trailing comment). #1 should be a
423 % \argremovec might leave us with trailing space, e.g.,
451 % But first, we have to remove the trailing space token.
3050 % Remove the trailing space \setxxx inserted.
5695 % Trim leading and trailing spaces off a string.
5705 % Trim a single trailing ^^M off a string.
5981 % We don't want such trailing spaces in the node name.
5985 % also remove a trailing comma, in case of something like this:
6356 % The trailing space in the following definition for supereject is

Completed in 387 milliseconds

123