Searched refs:ys (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dssefn-2.c17 float ys (float a) function
H A Dssefn-1.c18 float ys (float a) function
H A Dssefn-3.c17 float ys (float a) function
35 assert (ys (1) == xs ());
36 assert (ys (2) == xs () * 2);
H A Dssefn-4.c17 float ys (float a) function
35 assert (ys (1) == xs ());
36 assert (ys (2) == xs () * 2);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddebug6.C23 Y ys[2]; local
H A Drttid2.C19 short ys; member in class:Y
H A Drtti2.C18 short ys; member in class:Y
H A Drtti3.C20 short ys; member in class:Y
H A Drtti4.C20 short ys; member in class:Y
H A Drttid3.C21 short ys; member in class:Y
H A Drttid4.C21 short ys; member in class:Y
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dequiv_init_1.f9010 character*10 :: ys(10) local in subroutine:test0s
11 equivalence (xs,ys)
15 if (ys(1).ne."abcdefghij") call abort
16 if (ys(10).ne."abcdefghij") call abort
/haiku-buildtools/gcc/mpfr/tests/
H A Dtset_q.c29 check (long int n, long int d, mpfr_rnd_t rnd, const char *ys) argument
42 if (mpfr_cmp_str1(x, ys))
46 printf ("correct result is %s, mpfr_set_q gives ", ys);
H A Dtsprintf.c925 char *ys; local
983 yi = mpfr_asprintf (&ys, fmt, prec, y);
997 || ((strcmp (xs, ys) != 0)
1000 || strstr (ys, "e-00") == NULL)
1002 || strstr (ys, "E-00") == NULL)))))
1006 printf ("expected: %s\n", ys);
1014 mpfr_free_str (ys);
1032 char *ys; local
1040 yi = mpfr_asprintf (&ys, "%- #0.*e", 1, y);
1042 if (xi != yi || strcmp (xs, ys) !
1067 char *ys; local
[all...]
H A Dtmul.c53 /* checks that xs * ys gives the expected result res */
55 check (const char *xs, const char *ys, mpfr_rnd_t rnd_mode, argument
64 mpfr_set_str1 (yy, ys);
69 xs, ys, mpfr_print_rnd_mode (rnd_mode));
89 check53 (const char *xs, const char *ys, mpfr_rnd_t rnd_mode, const char *zs) argument
95 mpfr_set_str1 (yy, ys);
100 xs, ys, mpfr_print_rnd_mode(rnd_mode));
121 check24 (const char *xs, const char *ys, mpfr_rnd_t rnd_mode, const char *zs) argument
127 mpfr_set_str1 (yy, ys);
132 "rnd=%s\n", xs, ys, mpfr_print_rnd_mod
[all...]
H A Dtadd.c69 /* checks that xs+ys gives the expected result zs */
71 check (const char *xs, const char *ys, mpfr_rnd_t rnd_mode, argument
81 mpfr_set_str1 (yy, ys);
88 xs, ys, mpfr_print_rnd_mode (rnd_mode));
96 const char *ys, int py,
106 mpfr_set_str_binary (yy, ys);
111 xs, px, ys, py, pz, mpfr_print_rnd_mode (rnd_mode));
95 check2b(const char *xs, int px, const char *ys, int py, const char *rs, int pz, mpfr_rnd_t rnd_mode) argument
/haiku-buildtools/legacy/binutils/binutils/
H A Dnm.c530 asection *xs, *ys;
538 ys = bfd_get_section (y);
542 if (! bfd_is_und_section (ys))
545 else if (bfd_is_und_section (ys))
580 asection *xs, *ys;
591 ys = bfd_get_section (y);
595 if (bfd_is_und_section (ys))
601 if (xs->vma != ys->vma)
602 return xs->vma < ys->vma ? -1 : 1;
525 asection *xs, *ys; local
575 asection *xs, *ys; local
/haiku-buildtools/binutils/binutils/
H A Dnm.c595 asection *xs, *ys;
603 ys = bfd_get_section (y);
607 if (! bfd_is_und_section (ys))
610 else if (bfd_is_und_section (ys))
645 asection *xs, *ys;
656 ys = bfd_get_section (y);
660 if (bfd_is_und_section (ys))
666 if (xs->vma != ys->vma)
667 return xs->vma < ys->vma ? -1 : 1;
590 asection *xs, *ys; local
640 asection *xs, *ys; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c801 __ULong carry, q, ys; local
820 ys = (si & 0xffff) * q + carry;
821 zs = (si >> 16) * q + (ys >> 16);
823 y = (*bx & 0xffff) - (ys & 0xffff) + borrow;
850 ys = (si & 0xffff) + carry;
851 zs = (si >> 16) + (ys >> 16);
853 y = (*bx & 0xffff) - (ys & 0xffff) + borrow;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dvararg2.c19 #define _gnu_count2(_,x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,n,ys...) n
/haiku-buildtools/legacy/gcc/libio/
H A Dfloatconv.c1643 unsigned32 carry, q, ys; local
1669 ys = (si & 0xffff) * q + carry;
1670 zs = (si >> 16) * q + (ys >> 16);
1672 y = (*bx & 0xffff) - (ys & 0xffff) + borrow;
1696 ys = (si & 0xffff) + carry;
1697 zs = (si >> 16) + (ys >> 16);
1699 y = (*bx & 0xffff) - (ys & 0xffff) + borrow;
/haiku-buildtools/gcc/gmp/
H A Dgmp-impl.h632 #define MPN_PTR_SWAP(xp,xs, yp,ys) \
635 MP_SIZE_T_SWAP (xs, ys); \
637 #define MPN_SRCPTR_SWAP(xp,xs, yp,ys) \
640 MP_SIZE_T_SWAP (xs, ys); \
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C1376 inline void SubString::operator = (const char* ys) argument
1378 assign(0, ys);

Completed in 220 milliseconds