Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 25 of 1320) sorted by relevance

12345678910>>...53

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dspec.d195 const(Char)[] trailing;
226 trailing = fmt;
253 if (trailing.empty)
255 for (size_t i = 0; i < trailing.length; ++i)
257 if (trailing[i] != '%') continue;
258 put(writer, trailing[0 .. i]);
259 trailing = trailing[i .. $];
260 enforceFmt(trailing.length >= 2, `Unterminated format specifier: "%"`);
261 trailing = trailing[1 .. $];
263 if (trailing[0] != '%')
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_dpd.c33 UINT32 trailing; in bid_to_bid32() local
38 trailing = (ba & 0x000ffffful); in bid_to_bid32()
46 bcoeff = ((8 + (comb & 1)) << 20) | trailing; in bid_to_bid32()
49 bcoeff = ((comb & 7) << 20) | trailing; in bid_to_bid32()
62 UINT64 trailing; in bid_to_bid64() local
67 trailing = (ba & 0x0003ffffffffffffull); in bid_to_bid64()
75 bcoeff = ((8 + (comb & 1)) << 50) | trailing; in bid_to_bid64()
78 bcoeff = ((comb & 7) << 50) | trailing; in bid_to_bid64()
97 UINT32 sign, comb, exp, trailing; local
104 trailing = (ba & 0xfffff);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_dpd.c33 UINT32 trailing; in bid_to_bid32() local
38 trailing = (ba & 0x000ffffful); in bid_to_bid32()
46 bcoeff = ((8 + (comb & 1)) << 20) | trailing; in bid_to_bid32()
49 bcoeff = ((comb & 7) << 20) | trailing; in bid_to_bid32()
62 UINT64 trailing; in bid_to_bid64() local
67 trailing = (ba & 0x0003ffffffffffffull); in bid_to_bid64()
75 bcoeff = ((8 + (comb & 1)) << 50) | trailing; in bid_to_bid64()
78 bcoeff = ((comb & 7) << 50) | trailing; in bid_to_bid64()
97 UINT32 sign, comb, exp, trailing; local
104 trailing = (ba & 0xfffff);
[all …]
/netbsd-src/lib/libm/arch/vax/
H A Dn_argred.S170 trailing: label
171 .double 0d+0.00000000000000000000e+00 # 0 * pi/2 trailing
172 .double 0d+4.33590506506189049611e-35 # 1 * pi/2 trailing
173 .double 0d+8.67181013012378099223e-35 # 2 * pi/2 trailing
174 .double 0d+1.30077151951856714215e-34 # 3 * pi/2 trailing
175 .double 0d+1.73436202602475619845e-34 # 4 * pi/2 trailing
176 .double 0d-1.68390735624352669192e-34 # 5 * pi/2 trailing
177 .double 0d+2.60154303903713428430e-34 # 6 * pi/2 trailing
178 .double 0d-8.16726343231148352150e-35 # 7 * pi/2 trailing
179 .double 0d+3.46872405204951239689e-34 # 8 * pi/2 trailing
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c132 UINT64 trailing; in _dpd_to_bid32() local
137 trailing = (x & 0x000fffff); in _dpd_to_bid32()
150 d1 = d2b2[(trailing >> 10) & 0x3ff]; in _dpd_to_bid32()
151 d2 = d2b[(trailing) & 0x3ff]; in _dpd_to_bid32()
230 UINT64 trailing; in _dpd_to_bid64() local
238 trailing = (x & 0x0003ffffffffffffull); in _dpd_to_bid64()
253 d1 = d2b5[(trailing >> 40) & 0x3ff]; in _dpd_to_bid64()
254 d2 = d2b4[(trailing >> 30) & 0x3ff]; in _dpd_to_bid64()
255 d3 = d2b3[(trailing >> 20) & 0x3ff]; in _dpd_to_bid64()
256 d4 = d2b2[(trailing >> 10) & 0x3ff]; in _dpd_to_bid64()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c132 UINT64 trailing; in _dpd_to_bid32() local
137 trailing = (x & 0x000fffff); in _dpd_to_bid32()
150 d1 = d2b2[(trailing >> 10) & 0x3ff]; in _dpd_to_bid32()
151 d2 = d2b[(trailing) & 0x3ff]; in _dpd_to_bid32()
232 UINT64 trailing; in _dpd_to_bid64() local
240 trailing = (x & 0x0003ffffffffffffull); in _dpd_to_bid64()
255 d1 = d2b5[(trailing >> 40) & 0x3ff]; in _dpd_to_bid64()
256 d2 = d2b4[(trailing >> 30) & 0x3ff]; in _dpd_to_bid64()
257 d3 = d2b3[(trailing >> 20) & 0x3ff]; in _dpd_to_bid64()
258 d4 = d2b2[(trailing >> 10) & 0x3ff]; in _dpd_to_bid64()
[all …]
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c132 UINT64 trailing; in _dpd_to_bid32() local
137 trailing = (x & 0x000fffff); in _dpd_to_bid32()
150 d1 = d2b2[(trailing >> 10) & 0x3ff]; in _dpd_to_bid32()
151 d2 = d2b[(trailing) & 0x3ff]; in _dpd_to_bid32()
230 UINT64 trailing; in _dpd_to_bid64() local
238 trailing = (x & 0x0003ffffffffffffull); in _dpd_to_bid64()
253 d1 = d2b5[(trailing >> 40) & 0x3ff]; in _dpd_to_bid64()
254 d2 = d2b4[(trailing >> 30) & 0x3ff]; in _dpd_to_bid64()
255 d3 = d2b3[(trailing >> 20) & 0x3ff]; in _dpd_to_bid64()
256 d4 = d2b2[(trailing >> 10) & 0x3ff]; in _dpd_to_bid64()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c132 UINT64 trailing; in _dpd_to_bid32() local
137 trailing = (x & 0x000fffff); in _dpd_to_bid32()
150 d1 = d2b2[(trailing >> 10) & 0x3ff]; in _dpd_to_bid32()
151 d2 = d2b[(trailing) & 0x3ff]; in _dpd_to_bid32()
232 UINT64 trailing; in _dpd_to_bid64() local
240 trailing = (x & 0x0003ffffffffffffull); in _dpd_to_bid64()
255 d1 = d2b5[(trailing >> 40) & 0x3ff]; in _dpd_to_bid64()
256 d2 = d2b4[(trailing >> 30) & 0x3ff]; in _dpd_to_bid64()
257 d3 = d2b3[(trailing >> 20) & 0x3ff]; in _dpd_to_bid64()
258 d4 = d2b2[(trailing >> 10) & 0x3ff]; in _dpd_to_bid64()
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Djob-output-null.exp1 1 trailing
2 2a trailing
3 2b trailing
4 2c trailing
H A Ddirective-export-gmake.mk41 export VAR =trailing space in varname
42 .if ${:!env | grep trailing || true!} != "VAR =trailing space in varname"
43 . if ${:!env | grep trailing || true!} != "" # for dash
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dformat.d652 enforce(spec.trailing.empty, "Trailing characters in formattedRead format string"); in formattedRead()
701 return 1 + formattedRead(r, spec.trailing, args[1 .. $]); in formattedRead()
1131 const(Char)[] trailing;
1163 trailing = fmt;
1168 if (trailing.empty)
1170 for (size_t i = 0; i < trailing.length; ++i)
1172 if (trailing[i] != '%') continue;
1173 put(writer, trailing[0 .. i]);
1174 trailing = trailing[i .. $];
1175 enforceFmt(trailing.length >= 2, `Unterminated format specifier: "%"`);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Ddiff-strip-trailing-cr.txt1 # Check behavior of --strip-trailing-cr.
6 # RUN: diff -u --strip-trailing-cr diff-in.dos diff-in.unix && false || true
7 # RUN: diff -u --strip-trailing-cr diff-in.unix diff-in.dos && false || true
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dopen-slash.m47 dnl Tests whether open() and creat() recognize a trailing slash.
13 dnl trailing slash. FreeBSD only has the problem on symlinks.
15 AC_CACHE_CHECK([whether open recognizes a trailing slash],
57 [Define to 1 if open() fails to recognize a trailing slash.])
H A Dmkdir.m48 # On some systems, mkdir ("foo/", 0700) fails because of the trailing slash.
16 AC_CACHE_CHECK([whether mkdir handles trailing slash],
54 AC_CACHE_CHECK([whether mkdir handles trailing dot],
84 creates a directory given with a trailing dot component.])
H A Drename.m49 dnl Determine whether rename works for source file names with a trailing slash.
26 dnl trailing slash, while the NetBSD bug requires stripping;
29 AC_CACHE_CHECK([whether rename honors trailing slash on destination],
83 dnl These bugs require stripping trailing slash to avoid corrupting
84 dnl symlinks with a trailing slash.
85 AC_CACHE_CHECK([whether rename honors trailing slash on source],
211 dnl These bugs require stripping trailing slash to avoid corrupting
212 dnl symlinks with a trailing slash.
H A Dreadlink.m423 dnl Solaris 9 ignores trailing slash.
24 dnl FreeBSD 7.2 dereferences only one level of links with trailing slash.
25 AC_CACHE_CHECK([whether readlink handles trailing slash correctly],
58 fails to recognize a trailing slash.])
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dmkdir-slash.m48 # On some systems, mkdir ("foo/", 0700) fails because of the trailing slash.
10 # trailing slashes.
13 AC_CACHE_CHECK([whether mkdir fails due to a trailing slash],
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Darray.c121 size_t trailing = array->allocated_len - array->len - leading; in heim_array_append_value() local
124 if (trailing > 0) { in heim_array_append_value()
167 size_t trailing = array->allocated_len - array->len - leading; in heim_array_prepend_value() local
177 if (trailing > (array->len + 1)) { in heim_array_prepend_value()
194 new_len = array->len + 1 + trailing + (array->len >> 1); in heim_array_prepend_value()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dread.d200 if (fmt.trailing.empty)
212 immutable end = fmt.trailing.front;
295 const(Char)[] cont = spec.trailing; in unformatRange()
296 for (size_t j = 0; j < spec.trailing.length; ++j) in unformatRange()
298 if (spec.trailing[j] == '%') in unformatRange()
300 cont = spec.trailing[0 .. j]; in unformatRange()
343 auto sep = spec.sep !is null ? spec.sep : fmt.trailing; in unformatRange()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_pcre.map13 # trailing whitespace below
21 # trailing whitespace above
H A Ddict_regexp.map13 # trailing whitespace below
21 # trailing whitespace above
H A Dformat_tv.in12 # One digit in. Must not produce spurious digits or trailing nulls.
47 # One digit in. Must not produce trailing nulls.
H A Dformat_tv.ref21 >> # One digit in. Must not produce spurious digits or trailing nulls.
82 >> # One digit in. Must not produce trailing nulls.
H A Ddict_stream.ref3 unknown: RUN test case 1 trims leading/trailing wsp around rule-text
5 unknown: RUN test case 2 trims leading/trailing comma-wsp around rule-spec
/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_ast_matchers.py359 results, trailing = m.groups()
360 trailing, name = trailing.rsplit(">", 1)
362 trailing, _ = trailing.rsplit(",", 1)
363 _, arg = trailing.rsplit(",", 1)

12345678910>>...53