/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/ |
H A D | spec.d | 195 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 D | bid_dpd.c | 33 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 D | bid_dpd.c | 33 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 D | n_argred.S | 170 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 D | bid2dpd_dpd2bid.c | 132 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 D | bid2dpd_dpd2bid.c | 132 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 D | bid2dpd_dpd2bid.c | 132 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 D | bid2dpd_dpd2bid.c | 132 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 D | job-output-null.exp | 1 1 trailing 2 2a trailing 3 2b trailing 4 2c trailing
|
H A D | directive-export-gmake.mk | 41 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 D | format.d | 652 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 D | diff-strip-trailing-cr.txt | 1 # 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 D | open-slash.m4 | 7 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 D | mkdir.m4 | 8 # 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 D | rename.m4 | 9 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 D | readlink.m4 | 23 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 D | mkdir-slash.m4 | 8 # 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 D | array.c | 121 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 D | read.d | 200 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 D | dict_pcre.map | 13 # trailing whitespace below 21 # trailing whitespace above
|
H A D | dict_regexp.map | 13 # trailing whitespace below 21 # trailing whitespace above
|
H A D | format_tv.in | 12 # One digit in. Must not produce spurious digits or trailing nulls. 47 # One digit in. Must not produce trailing nulls.
|
H A D | format_tv.ref | 21 >> # One digit in. Must not produce spurious digits or trailing nulls. 82 >> # One digit in. Must not produce trailing nulls.
|
H A D | dict_stream.ref | 3 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 D | dump_ast_matchers.py | 359 results, trailing = m.groups() 360 trailing, name = trailing.rsplit(">", 1) 362 trailing, _ = trailing.rsplit(",", 1) 363 _, arg = trailing.rsplit(",", 1)
|