| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | divsf3.c | 91 uint32_t correction; in __divsf3() local 92 correction = -((uint64_t)reciprocal * q31b >> 32); in __divsf3() 93 reciprocal = (uint64_t)reciprocal * correction >> 31; in __divsf3() 94 correction = -((uint64_t)reciprocal * q31b >> 32); in __divsf3() 95 reciprocal = (uint64_t)reciprocal * correction >> 31; in __divsf3() 96 correction = -((uint64_t)reciprocal * q31b >> 32); in __divsf3() 97 reciprocal = (uint64_t)reciprocal * correction >> 31; in __divsf3()
|
| H A D | divdf3.c | 108 uint64_t correction, reciprocal; in __divdf3() local 109 correction = -((uint64_t)recip32*q31b + ((uint64_t)recip32*q63blo >> 32)); in __divdf3() 110 uint32_t cHi = correction >> 32; in __divdf3() 111 uint32_t cLo = correction; in __divdf3()
|
| H A D | divtf3.c | 112 rep_t correction, reciprocal; in __divtf3() local 120 correction = -(r64q63 + (r64q127 >> 64)); in __divtf3() 122 uint64_t cHi = correction >> 64; in __divtf3() 123 uint64_t cLo = correction; in __divtf3()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | NormalizationCorrections.txt | 16 # stability, the correction is entered in this data file, 32 # Field 4: Version of Unicode for which the correction was 35 # the correction
|
| /netbsd-src/external/bsd/ntp/dist/sntp/ |
| H A D | sntp-opts.def | 161 correction using @command{settimeofday(2)}. The default value is 0, 309 the correction will be slewed, 310 and if the correction is more than 128 milliseconds 311 the correction will be stepped.
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | getdate.texi | 257 @cindex time zone correction 258 @cindex minutes, time zone correction by 259 The time may alternatively be followed by a time zone correction, 263 When a time zone correction is given this way, it 269 part of the time of day may not be elided when a time zone correction 270 is used. This is the best way to specify a time zone correction by 273 Either @samp{am}/@samp{pm} or a time zone correction may be specified, 290 time zone correction, to add the two values. This is normally done 301 If neither a time zone item nor a time zone correction is supplied,
|
| H A D | getdate-cvs.texi | 264 @cindex time zone correction 265 @cindex minutes, time zone correction by 266 The time may alternatively be followed by a time zone correction, 270 When a time zone correction is given this way, it 276 part of the time of day may not be elided when a time zone correction 277 is used. This is the best way to specify a time zone correction by 280 Either @samp{am}/@samp{pm} or a time zone correction may be specified, 297 time zone correction, to add the two values. This is normally done 308 If neither a time zone item nor a time zone correction is supplied,
|
| /netbsd-src/sys/arch/evbmips/conf/ |
| H A D | MTX-1 | 31 # I would welcome some constructive feedback or correction to any or all of
|
| H A D | DBAU1500 | 31 # I would welcome some constructive feedback or correction to any or all of
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | diagnostic-show-locus.c | 2032 class correction 2035 correction (column_range affected_bytes, in correction() function 2049 ~correction () { free (m_text); } in ~correction() 2096 correction::ensure_capacity (size_t len) in ensure_capacity() 2110 correction::ensure_terminated () in ensure_terminated() 2133 auto_vec <correction *> m_corrections; 2141 correction *c; in ~line_corrections() 2183 correction *last_correction in add_hint() 2242 m_corrections.safe_push (new correction (affected_bytes, in add_hint() 2275 correction *c; in print_trailing_fixits()
|
| /netbsd-src/external/bsd/ntp/dist/ntpd/ |
| H A D | ntpd-opts.def | 212 correction is required. 213 If following such a correction the 351 compute server-client propagation delay correction factors and 487 step threshold and a step correction can occur during and after the 504 and positive (puff) correction, which depends on the sign of the
|
| H A D | ntpdbase-opts.def | 120 descrip = "Step any initial offset correction."; 126 This option forces the initial offset correction to be stepped,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | diagnostic-show-locus.cc | 2279 class correction class 2282 correction (column_range affected_bytes, in correction() function in __anonbef134440111::correction 2298 ~correction () { free (m_text); } in ~correction() 2346 correction::ensure_capacity (size_t len) in ensure_capacity() 2360 correction::ensure_terminated () in ensure_terminated() 2386 auto_vec <correction *> m_corrections; 2394 correction *c; in ~line_corrections() 2437 correction *last_correction in add_hint() 2496 m_corrections.safe_push (new correction (affected_bytes, in add_hint() 2530 correction *c; in print_trailing_fixits()
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | leapseconds | 35 # The correction (+ or -) is made at the given time, so in the unlikely
|
| /netbsd-src/external/bsd/ntp/dist/html/hints/ |
| H A D | sgi | 7 which seems to try to perform the correction over 100-200 seconds, with
|
| /netbsd-src/external/bsd/ntp/dist/ |
| H A D | README.leapsmear | 24 - applies the leap second correction itself. 121 but "slews" the 1-second correction, which takes 33 minutes and 20 seconds 223 additional correction would soon be detected and corrected/adjusted.
|
| /netbsd-src/lib/libc/time/ |
| H A D | zic.c | 2104 int correction = 0; in inlink() 2106 correction = -1; in inlink() 2108 correction = 1; in inlink() 2111 if (correction) in inlink() 2112 leapadd(t, correction, lp->l_value); in inlink() 2361 positive leap second if and only if it has a positive correction. in writezone() 2363 second is positive if and only if its correction is positive. */ in writezone() 2487 leap second transition is not to a +1 or -1 correction. */ in writezone() 2776 /* Append a no-op leap correction indicating when the leap in abbroffset() 3551 leapadd(zic_t t, int correction, in in is_space() 2072 int correction = 0; inleap() local 3494 leapadd(zic_t t,int correction,int rolling) leapadd() argument [all...] |
| /netbsd-src/external/gpl2/groff/dist/doc/ |
| H A D | groff-3 | 524 * correction between italic and roman glyph (\/, \,): Ligatures and Kerning. 526 * correction, italic (\/): Ligatures and Kerning. 528 * correction, left italic (\,): Ligatures and Kerning. 873 * glyph, italic correction (\/): Ligatures and Kerning. 878 * glyph, left italic correction (\,): Ligatures and Kerning. 1100 * italic correction (\/): Ligatures and Kerning. 1103 * italic glyph, correction after roman glyph (\,): Ligatures and Kerning. 1105 * italic glyph, correction before roman glyph (\/): Ligatures and Kerning. 1147 * left italic correction (\,): Ligatures and Kerning. 1671 * roman glyph, correction after italic glyph (\/): Ligatures and Kerning. [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | asf | 51 >>0 lelong x \b, Error correction type
|
| /netbsd-src/share/misc/ |
| H A D | acronyms.comp | 27 ADDDC adaptive double DRAM device correction 35 AEDC advanced error detection and correction 531 ECC error correction code 542 EDAC error detection and correction 612 FEC forward error correction
|
| /netbsd-src/external/gpl3/autoconf/dist/build-aux/ |
| H A D | gitlog-to-changelog | 214 # that makes a correction in the log or attribution of that commit.
|
| /netbsd-src/games/cribbage/ |
| H A D | cribbage.n | 173 greater total than is due him, his opponent may require correction. In
|
| /netbsd-src/external/gpl2/xcvs/dist/man/ |
| H A D | ChangeLog | 410 * cvs.man: small correction to an explanation of an example.
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
| H A D | ChangeLog | 50 * draw.c (AdjustCharDeltas): Apply correction only if nadj > 1.
|
| /netbsd-src/external/mpl/bind/dist/ |
| H A D | COPYING | 273 repair, or correction. This disclaimer of warranty constitutes an essential
|