Searched refs:rslt (Results 1 - 25 of 34) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/decimal/
H A Dreturn_x.h31 TYPE rslt; \
54 rslt = test0##NAME (); \
55 check##NAME (rslt, g01##NAME); \
59 rslt = test1##NAME (g01##NAME); \
60 check##NAME (rslt, g01##NAME); \
66 rslt = testva##NAME (1, g01##NAME); \
67 check##NAME (rslt, g01##NAME); \
68 rslt = testva##NAME (5, g01##NAME, g02##NAME, g03##NAME, \
70 check##NAME (rslt, g05##NAME); \
71 rslt
[all...]
H A Dreturn_y.h56 TYPE rslt; \
60 rslt = va_arg (ap, TYPE); \
62 return rslt; \
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dscalar-return-1_x.c31 TYPE rslt; \
54 rslt = test0##NAME (); \
55 check##NAME (rslt, g01##NAME); \
59 rslt = test1##NAME (g01##NAME); \
60 check##NAME (rslt, g01##NAME); \
66 rslt = testva##NAME (1, g01##NAME); \
67 check##NAME (rslt, g01##NAME); \
68 rslt = testva##NAME (5, g01##NAME, g02##NAME, g03##NAME, \
70 check##NAME (rslt, g05##NAME); \
71 rslt
[all...]
H A Dscalar-return-3_x.c31 TYPE rslt; \
54 rslt = test0##NAME (); \
55 check##NAME (rslt, g01##NAME); \
59 rslt = test1##NAME (g01##NAME); \
60 check##NAME (rslt, g01##NAME); \
66 rslt = testva##NAME (1, g01##NAME); \
67 check##NAME (rslt, g01##NAME); \
68 rslt = testva##NAME (5, g01##NAME, g02##NAME, g03##NAME, \
70 check##NAME (rslt, g05##NAME); \
71 rslt
[all...]
H A Dscalar-return-dfp_x.c31 TYPE rslt; \
54 rslt = test0##NAME (); \
55 check##NAME (rslt, g01##NAME); \
59 rslt = test1##NAME (g01##NAME); \
60 check##NAME (rslt, g01##NAME); \
66 rslt = testva##NAME (1, g01##NAME); \
67 check##NAME (rslt, g01##NAME); \
68 rslt = testva##NAME (5, g01##NAME, g02##NAME, g03##NAME, \
70 check##NAME (rslt, g05##NAME); \
71 rslt
[all...]
H A Dstruct-return-10_x.c18 TYPE rslt; \
41 rslt = test0##TYPE (); \
42 check##TYPE (rslt, 1.0); \
46 rslt = test1##TYPE (g01##TYPE); \
47 check##TYPE (rslt, 1.0); \
51 rslt = testva##TYPE (1, g01##TYPE); \
52 check##TYPE (rslt, 1.0); \
53 rslt = testva##TYPE (5, g01##TYPE, g02##TYPE, \
56 check##TYPE (rslt, 5.0); \
57 rslt
[all...]
H A Dstruct-return-19_x.c24 TYPE rslt; \
47 rslt = test0##TYPE (); \
48 check##TYPE (rslt, 1); \
52 rslt = test1##TYPE (g01##TYPE); \
53 check##TYPE (rslt, 1); \
59 rslt = testva##TYPE (1, g01##TYPE); \
60 check##TYPE (rslt, 1); \
61 rslt = testva##TYPE (5, g01##TYPE, g02##TYPE, \
64 check##TYPE (rslt, 5); \
65 rslt
[all...]
H A Dstruct-return-20_x.c24 TYPE rslt; \
47 rslt = test0##TYPE (); \
48 check##TYPE (rslt, 1); \
52 rslt = test1##TYPE (g01##TYPE); \
53 check##TYPE (rslt, 1); \
59 rslt = testva##TYPE (1, g01##TYPE); \
60 check##TYPE (rslt, 1); \
61 rslt = testva##TYPE (5, g01##TYPE, g02##TYPE, \
64 check##TYPE (rslt, 5); \
65 rslt
[all...]
H A Dstruct-return-21_x.c24 TYPE rslt; \
47 rslt = test0##TYPE (); \
48 check##TYPE (rslt, 1); \
52 rslt = test1##TYPE (g01##TYPE); \
53 check##TYPE (rslt, 1); \
59 rslt = testva##TYPE (1, g01##TYPE); \
60 check##TYPE (rslt, 1); \
61 rslt = testva##TYPE (5, g01##TYPE, g02##TYPE, \
64 check##TYPE (rslt, 5); \
65 rslt
[all...]
H A Dstruct-return-3_x.c24 TYPE rslt; \
47 rslt = test0##TYPE (); \
48 check##TYPE (rslt, 1); \
52 rslt = test1##TYPE (g01##TYPE); \
53 check##TYPE (rslt, 1); \
59 rslt = testva##TYPE (1, g01##TYPE); \
60 check##TYPE (rslt, 1); \
61 rslt = testva##TYPE (5, g01##TYPE, g02##TYPE, \
64 check##TYPE (rslt, 5); \
65 rslt
[all...]
H A Dunion-return-1_x.c24 TYPE rslt; \
47 rslt = test0##TYPE (); \
48 check##TYPE (rslt, 1); \
52 rslt = test1##TYPE (g01##TYPE); \
53 check##TYPE (rslt, 1); \
59 rslt = testva##TYPE (1, g01##TYPE); \
60 check##TYPE (rslt, 1); \
61 rslt = testva##TYPE (5, g01##TYPE, g02##TYPE, \
64 check##TYPE (rslt, 5); \
65 rslt
[all...]
H A Dscalar-return-4_x.c21 TYPE rslt; \
29 rslt = test0##NAME (); \
30 check##NAME (rslt, g01##NAME); \
34 rslt = test1##NAME (g01##NAME); \
35 check##NAME (rslt, g01##NAME); \
H A Dscalar-return-2_x.c24 TYPE rslt; \
47 rslt = test0##NAME (); \
48 check##NAME (rslt, g01##NAME); \
52 rslt = test1##NAME (g01##NAME); \
53 check##NAME (rslt, g01##NAME); \
H A Dstruct-return-2_x.c41 struct S##NAME##N rslt; \
64 rslt = test0##NAME##N (); \
65 check##NAME##N (&rslt, 1*16); \
69 rslt = test1##NAME##N (g1s##NAME##N); \
70 check##NAME##N (&rslt, 1*16); \
76 rslt = testva##NAME##N (1, g1s##NAME##N); \
77 check##NAME##N (&rslt, 1*16); \
78 rslt = testva##NAME##N (5, \
82 check##NAME##N (&rslt, 5*16); \
83 rslt
[all...]
H A Dstruct-return-19_y.c53 TYPE rslt; \
57 rslt = va_arg (ap, TYPE); \
59 return rslt; \
H A Dstruct-return-20_y.c53 TYPE rslt; \
57 rslt = va_arg (ap, TYPE); \
59 return rslt; \
H A Dstruct-return-21_y.c53 TYPE rslt; \
57 rslt = va_arg (ap, TYPE); \
59 return rslt; \
H A Dunion-return-1_y.c53 TYPE rslt; \
57 rslt = va_arg (ap, TYPE); \
59 return rslt; \
H A Dscalar-return-1_y.c56 TYPE rslt; \
60 rslt = va_arg (ap, TYPE); \
62 return rslt; \
H A Dscalar-return-3_y.c56 TYPE rslt; \
60 rslt = va_arg (ap, TYPE); \
62 return rslt; \
H A Dscalar-return-dfp_y.c56 TYPE rslt; \
60 rslt = va_arg (ap, TYPE); \
62 return rslt; \
H A Dstruct-return-10_y.c54 TYPE rslt; \
61 rslt = va_arg (ap, TYPE); \
65 return rslt; \
H A Dstruct-return-3_y.c53 TYPE rslt; \
57 rslt = va_arg (ap, TYPE); \
59 return rslt; \
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dint128-2.c119 __int128 rslt; local
122 rslt = foo_add (MINUS_2, U_8);
123 if (rslt != PLUS_6)
125 rslt = foo_sub (U_8, MINUS_2);
126 if (rslt != PLUS_10)
128 rslt = foo_sub ((unsigned __int128) foo_mul (MINUS_2, MINUS_2), MINUS_2);
129 if (rslt != PLUS_6)
131 if (rslt != foo_shl (PLUS_3, 1))
133 rslt = foo_shl (MINUS_3, 1);
134 if (rslt !
[all...]
/haiku-buildtools/legacy/gcc/libiberty/
H A Dmpw.c254 int rslt; local
257 rslt = fread (ptr, size, nitems, stream);
259 return rslt;
266 int rslt; local
269 rslt = fwrite (ptr, size, nitems, stream);
271 return rslt;
580 long rslt, errnum; local
587 rslt = _stat (tmpname, 0L, buf);
591 fprintf (stderr, " -> %d", rslt);
592 if (rslt !
609 long rslt, errnum; local
697 int rslt, errnum = 0; local
[all...]

Completed in 65 milliseconds

12