Searched refs:yi (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dcore6.c28 unsigned int yi = y[i]; local
29 printf(",0x%02x", 255 & (xi - yi - borrow));
30 borrow = (xi < yi + borrow);
/netbsd-current/external/bsd/ntp/dist/tests/libntp/
H A Dcalendar.c1065 unsigned int yi, yo, m, d, wd; local
1068 yi = 1899;
1071 wd = ntpcal_edate_to_eradays(yi-1, m-1, d-1) % 7 + 1;
1072 yo = ntpcal_expand_century((yi%100), m, d, wd);
1074 yi, m, d, wd);
1078 yi = 2300;
1081 wd = ntpcal_edate_to_eradays(yi-1, m-1, d-1) % 7 + 1;
1082 yo = ntpcal_expand_century((yi%100), m, d, wd);
1084 yi, m, d, wd);
1088 for (yi
1150 unsigned int yi, yo, m, d, wd; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dwide-int.h1855 WIDE_INT_REF_FOR (T2) yi (y, precision);
1856 if (xi.is_sign_extended && yi.is_sign_extended)
1859 if (xi.len != yi.len)
1863 if (xi.val[i] != yi.val[i])
1868 if (__builtin_expect (yi.len == 1, true))
1875 if (STATIC_CONSTANT_P (yi.val[0] == 0))
1878 unsigned HOST_WIDE_INT diff = xi.val[0] ^ yi.val[0];
1884 return eq_p_large (xi.val, xi.len, yi.val, yi.len, precision);
1902 WIDE_INT_REF_FOR (T2) yi (
[all...]
H A Djump.c1797 rtx_insn *yi = next_nonnote_nondebug_insn (label_ref_label (y));
1800 while (yi && LABEL_P (yi))
1801 yi = next_nonnote_nondebug_insn (yi);
1802 return xi == yi;
1785 rtx_insn *yi = next_nonnote_nondebug_insn (label_ref_label (y)); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dwide-int.h1857 WIDE_INT_REF_FOR (T2) yi (y, precision);
1858 if (xi.is_sign_extended && yi.is_sign_extended)
1861 if (xi.len != yi.len)
1865 if (xi.val[i] != yi.val[i])
1870 if (__builtin_expect (yi.len == 1, true))
1877 if (STATIC_CONSTANT_P (yi.val[0] == 0))
1880 unsigned HOST_WIDE_INT diff = xi.val[0] ^ yi.val[0];
1886 return eq_p_large (xi.val, xi.len, yi.val, yi.len, precision);
1904 WIDE_INT_REF_FOR (T2) yi (
[all...]
H A Djump.cc1756 rtx_insn *yi = next_nonnote_nondebug_insn (label_ref_label (y));
1759 while (yi && LABEL_P (yi))
1760 yi = next_nonnote_nondebug_insn (yi);
1761 return xi == yi;
1744 rtx_insn *yi = next_nonnote_nondebug_insn (label_ref_label (y)); local
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtsprintf.c1107 int yi; local
1164 yi = mpfr_asprintf (&ys, fmt, prec, y);
1177 if (xi != yi
1189 printf ("xi=%d yi=%d spec=%d\n", xi, yi, spec);
1211 int yi; local
1220 yi = mpfr_asprintf (&ys, "%- #0.*e", 1, y);
1222 if (xi != yi || strcmp (xs, ys) != 0)
1227 printf ("xi=%d yi=%d\n", xi, yi);
1246 int yi; local
[all...]
H A Dtdiv.c1249 int xi, yi, zi, j, r; local
1263 for (yi = 0; yi < 4; yi++)
1265 mpfr_init2 (y, p[yi]);
1325 } /* yi */
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dlang.h57 yi, yo, enumerator in enum:__anon809
H A Dlang.c548 { yi, "yi", "Yiddish" } /* (formerly ji) */,
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dmul.c35 /* Let x=xr+i*xi and y=yr+i*yi; extract the signs of the operands */
44 u = xrs * yrs * xr * yr - xis * yis * xi * yi
45 v = xrs * yis * xr * yi + xis * yrs * xi * yr
87 int yi = (mpfr_zero_p (mpc_imagref (y)) || mpfr_nan_p (mpc_imagref (y)) ? 0 : 1); local
90 yi = mpfr_inf_p (mpc_imagref (y)) ? 1 : 0;
93 u = xrs * xr * yrs * yr - xis * xi * yis * yi;
94 v = xrs * xr * yis * yi + xis * xi * yrs * yr;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/projects/GNOME/
H A Dteam-address128 yi) english=Yiddish;;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h1915 limb yi = y[index];
1918 xi = scalar_add(xi, yi, c1);
1950 limb yi = y[index];
1952 if (yi != 0) {
1956 FASTFLOAT_TRY(small_mul(zi, yi));
2044 limb yi = other.vec[index - 1];
2045 if (xi > yi) {
2047 } else if (xi < yi) {

Completed in 137 milliseconds