Home
last modified time | relevance | path

Searched refs:correction (Results 1 – 25 of 200) sorted by relevance

12345678

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ddivsf3.c91 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 Ddivdf3.c108 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 Ddivtf3.c112 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 DNormalizationCorrections.txt16 # 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 Dsntp-opts.def161 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 Dgetdate.texi257 @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 Dgetdate-cvs.texi264 @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 DMTX-131 # I would welcome some constructive feedback or correction to any or all of
H A DDBAU150031 # I would welcome some constructive feedback or correction to any or all of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c2032 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 Dntpd-opts.def212 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 Dntpdbase-opts.def120 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 Ddiagnostic-show-locus.cc2279 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 Dleapseconds35 # The correction (+ or -) is made at the given time, so in the unlikely
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dsgi7 which seems to try to perform the correction over 100-200 seconds, with
/netbsd-src/external/bsd/ntp/dist/
H A DREADME.leapsmear24 - 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 Dzic.c2104 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 Dgroff-3524 * 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 Dasf51 >>0 lelong x \b, Error correction type
/netbsd-src/share/misc/
H A Dacronyms.comp27 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 Dgitlog-to-changelog214 # that makes a correction in the log or attribution of that commit.
/netbsd-src/games/cribbage/
H A Dcribbage.n173 greater total than is due him, his opponent may require correction. In
/netbsd-src/external/gpl2/xcvs/dist/man/
H A DChangeLog410 * cvs.man: small correction to an explanation of an example.
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A DChangeLog50 * draw.c (AdjustCharDeltas): Apply correction only if nadj > 1.
/netbsd-src/external/mpl/bind/dist/
H A DCOPYING273 repair, or correction. This disclaimer of warranty constitutes an essential

12345678