Searched refs:yv (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs768 /* Coerce xv to an mpf and store the pointer in x, ditto for yv to x. If
769 one of xv or yv is an mpf then use it for the precision, otherwise use
772 coerce_mpf_pair (mpf *xp, SV *xv, mpf *yp, SV *yv)
775 int y_use = use_sv (yv);
783 y = coerce_mpf_using (tmp_mpf_0, yv, prec, y_use);
787 y = coerce_mpf_using (tmp_mpf_0, yv, mpf_get_default_prec(), y_use);
1548 overload_add (xv, yv, order)
1550 SV *yv
1576 SV_PTR_SWAP (xv, yv);
1580 coerce_mpz (tmp_mpz_1, yv));
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c178 const char *const yv = ctxt->string[1].data; /* And more and more . . . */ local
228 while (x < xlim && y < ylim && xv[x] == yv[y])
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
333 for (k = 1; xv[x - k] == yv[y - k]; k++)
374 for (k = 0; xv[x + k] == yv[y + k]; k++)
497 const char *const yv = ctxt->string[1].data; local
500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c178 const char *const yv = ctxt->string[1].data; /* And more and more . . . */ local
228 while (x < xlim && y < ylim && xv[x] == yv[y])
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
333 for (k = 1; xv[x - k] == yv[y - k]; k++)
374 for (k = 0; xv[x + k] == yv[y + k]; k++)
497 const char *const yv = ctxt->string[1].data; local
500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c178 const char *const yv = ctxt->string[1].data; /* And more and more . . . */ local
228 while (x < xlim && y < ylim && xv[x] == yv[y])
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
333 for (k = 1; xv[x - k] == yv[y - k]; k++)
374 for (k = 0; xv[x + k] == yv[y + k]; k++)
497 const char *const yv = ctxt->string[1].data; local
500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Danalyze.c105 int const *const yv = yvec; /* And more and more . . . */ local
137 while (x < xlim && y < ylim && xv[x] == yv[y])
164 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
210 for (k = 1; xv[x - k] == yv[y - k]; k++)
245 for (k = 0; xv[x + k] == yv[y + k]; k++)
343 int * const yv = yvec;
346 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
349 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
342 int * const yv = yvec; local
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Danalyze.c103 lin const *const yv = yvec; /* And more and more . . . */ local
135 while (x < xlim && y < ylim && xv[x] == yv[y])
162 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
208 for (k = 1; xv[x - k] == yv[y - k]; k++)
243 for (k = 0; xv[x + k] == yv[y + k]; k++)
340 lin * const yv = yvec;
343 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
346 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
339 lin * const yv = yvec; local
/netbsd-current/external/gpl2/gmake/dist/
H A Ddir.c304 directory_contents_hash_cmp (const void *xv, const void *yv)
307 struct directory_contents const *y = (struct directory_contents const *) yv;
402 dirfile_hash_cmp (const void *xv, const void *yv)
405 struct dirfile const *y = ((struct dirfile const *) yv);
302 directory_contents_hash_cmp(const void *xv, const void *yv) argument
400 dirfile_hash_cmp(const void *xv, const void *yv) argument
H A Dvariable.c121 variable_hash_cmp (const void *xv, const void *yv)
124 struct variable const *y = (struct variable const *) yv;
120 variable_hash_cmp(const void *xv, const void *yv) argument
H A Dfunction.c57 function_table_entry_hash_cmp (const void *xv, const void *yv) argument
60 struct function_table_entry const *y = (struct function_table_entry const *) yv;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsumtype.d2556 (int xv, int yv) => 0,
2557 (string xv, int yv) => 1,
2558 (int xv, string yv) => 2,
2559 (string xv, string yv) => 3

Completed in 170 milliseconds