Searched refs:correction (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ddivsf3.c91 uint32_t correction; local
92 correction = -((uint64_t)reciprocal * q31b >> 32);
93 reciprocal = (uint64_t)reciprocal * correction >> 31;
94 correction = -((uint64_t)reciprocal * q31b >> 32);
95 reciprocal = (uint64_t)reciprocal * correction >> 31;
96 correction = -((uint64_t)reciprocal * q31b >> 32);
97 reciprocal = (uint64_t)reciprocal * correction >> 31;
H A Ddivtf3.c112 rep_t correction, reciprocal; local
120 correction = -(r64q63 + (r64q127 >> 64));
122 uint64_t cHi = correction >> 64;
123 uint64_t cLo = correction;
H A Ddivdf3.c108 uint64_t correction, reciprocal; local
109 correction = -((uint64_t)recip32*q31b + ((uint64_t)recip32*q63blo >> 32));
110 uint32_t cHi = correction >> 32;
111 uint32_t cLo = correction;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/basic/
H A Ddcor.s4 ; decimal correction instruction tests.
H A Ddcor2.s4 ; PA2.0 decimal correction instruction tests.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c1894 to build a list of "correction" instances, and print the
2027 /* A correction on a particular line.
2032 class correction
2035 correction (column_range affected_bytes, function
2049 ~correction () { free (m_text); }
2096 correction::ensure_capacity (size_t len)
2110 correction::ensure_terminated ()
2133 auto_vec <correction *> m_corrections;
2141 correction *c;
2183 correction *last_correctio
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc2139 to build a list of "correction" instances, and print the
2274 /* A correction on a particular line.
2279 class correction class in namespace:__anon806
2282 correction (column_range affected_bytes, function in class:__anon806::correction
2298 ~correction () { free (m_text); }
2346 correction::ensure_capacity (size_t len)
2360 correction::ensure_terminated ()
2386 auto_vec <correction *> m_corrections;
2394 correction *c;
2437 correction *last_correctio
[all...]
/netbsd-current/lib/libc/time/
H A Dzic.c2072 int correction = 0; local
2074 correction = -1;
2076 correction = 1;
2079 if (correction)
2080 leapadd(t, correction, lp->l_value);
2325 positive leap second if and only if it has a positive correction.
2327 second is positive if and only if its correction is positive. */
2451 leap second transition is not to a +1 or -1 correction. */
2740 /* Append a no-op leap correction indicating when the leap
3494 leapadd(zic_t t, int correction, in argument
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c3899 int64_t correction; local
3910 * know the correction we need to apply to account for leading
3949 correction = archive_filter_bytes(&a->archive, 0)
4012 archive_le32dec(p + 42) + correction;
/netbsd-current/sys/arch/sparc/sparc/
H A Dlocore.s3937 set 0xf8000000, %l5 ! compute correction term:
3943 sub %o4, %l4, %o4 ! apply compat correction
/netbsd-current/sys/lib/libkern/arch/hppa/
H A Dmilli.S1032 add rmndr,arg1,rmndr ; correction
/netbsd-current/external/bsd/am-utils/dist/doc/
H A Dtexinfo.tex2364 % and 2) do not add an italic correction.
2374 % Output an italic correction unless \next (presumed to be the following
/netbsd-current/external/gpl3/gcc/dist/gcc/doc/include/
H A Dtexinfo.tex2364 % and 2) do not add an italic correction.
2374 % Output an italic correction unless \next (presumed to be the following
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dtexinfo.tex2364 % and 2) do not add an italic correction.
2374 % Output an italic correction unless \next (presumed to be the following
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dtexinfo.tex2362 % and 2) do not add an italic correction.
2372 % Output an italic correction unless \next (presumed to be the following
/netbsd-current/external/lgpl3/gmp/dist/doc/
H A Dtexinfo.tex2364 % and 2) do not add an italic correction.
2374 % Output an italic correction unless \next (presumed to be the following
/netbsd-current/external/lgpl3/mpc/dist/doc/
H A Dtexinfo.tex2364 % and 2) do not add an italic correction.
2374 % Output an italic correction unless \next (presumed to be the following
/netbsd-current/external/gpl3/gcc.old/dist/gcc/doc/include/
H A Dtexinfo.tex2364 % and 2) do not add an italic correction.
2374 % Output an italic correction unless \next (presumed to be the following
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dtexinfo.tex1764 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
/netbsd-current/external/gpl2/groff/dist/doc/
H A Dtexinfo.tex1712 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
/netbsd-current/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.tex1712 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s12917 # frame w/ maybe a correction factor if the <ea> is -(an) or (an)+. #
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dtexinfo.tex2511 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
/netbsd-current/external/gpl3/gdb/dist/texinfo/
H A Dtexinfo.tex2508 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
/netbsd-current/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex2508 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction

Completed in 896 milliseconds

12