Searched refs:__retval (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20030903-1.c15 check_complex (conj (({ __complex__ double __retval;
16 __real__ __retval = (0.0);
17 __imag__ __retval = (0.0);
18 __retval; })),
19 ({ __complex__ double __retval; local
20 __real__ __retval = (0.0); local
21 __imag__ __retval = (minus_zero); local
22 __retval; }), 0, 0);
28 check_float (carg (({ __complex__ double __retval;
29 __real__ __retval
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20030903-1.c15 check_complex (conj (({ __complex__ double __retval;
16 __real__ __retval = (0.0);
17 __imag__ __retval = (0.0);
18 __retval; })),
19 ({ __complex__ double __retval; local
20 __real__ __retval = (0.0); local
21 __imag__ __retval = (minus_zero); local
22 __retval; }), 0, 0);
28 check_float (carg (({ __complex__ double __retval;
29 __real__ __retval
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_complex_returning.c8 ({ __complex__ float __retval; \
9 __real__ __retval = (real); \
10 __imag__ __retval = (imag); \
11 __retval; })
14 ({ __complex__ double __retval; \
15 __real__ __retval = (real); \
16 __imag__ __retval = (imag); \
17 __retval; })
20 ({ __complex__ long double __retval; \
21 __real__ __retval
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_complex_returning.c8 ({ __complex__ float __retval; \
9 __real__ __retval = (real); \
10 __imag__ __retval = (imag); \
11 __retval; })
14 ({ __complex__ double __retval; \
15 __real__ __retval = (real); \
16 __imag__ __retval = (imag); \
17 __retval; })
20 ({ __complex__ long double __retval; \
21 __real__ __retval
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D1.cc76 int_type __retval = traits_type::eof(); local
78 __retval = traits_type::not_eof(0);
79 return __retval;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D1.cc76 int_type __retval = traits_type::eof(); local
78 __retval = traits_type::not_eof(0);
79 return __retval;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/
H A D1.cc76 int_type __retval = traits_type::eof(); local
78 __retval = traits_type::not_eof(0);
79 return __retval;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/wchar_t/
H A D1.cc76 int_type __retval = traits_type::eof(); local
78 __retval = traits_type::not_eof(0);
79 return __retval;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char/
H A D1.cc76 int_type __retval = traits_type::eof(); local
78 __retval = traits_type::not_eof(0);
79 return __retval;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/wchar_t/
H A D1.cc76 int_type __retval = traits_type::eof(); local
78 __retval = traits_type::not_eof(0);
79 return __retval;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/
H A D1.cc76 int_type __retval = traits_type::eof(); local
78 __retval = traits_type::not_eof(0);
79 return __retval;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/
H A D1.cc77 int_type __retval = traits_type::eof(); local
79 __retval = traits_type::not_eof(0);
80 return __retval;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D1.cc83 int_type __retval = traits_type::eof(); local
85 __retval = traits_type::not_eof(0);
86 return __retval;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D1.cc85 int_type __retval = traits_type::eof(); local
87 __retval = traits_type::not_eof(0);
88 return __retval;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/
H A D1.cc83 int_type __retval = traits_type::eof(); local
85 __retval = traits_type::not_eof(0);
86 return __retval;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/wchar_t/
H A D1.cc85 int_type __retval = traits_type::eof(); local
87 __retval = traits_type::not_eof(0);
88 return __retval;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char/
H A D1.cc84 int_type __retval = traits_type::eof(); local
86 __retval = traits_type::not_eof(0);
87 return __retval;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/wchar_t/
H A D1.cc85 int_type __retval = traits_type::eof(); local
87 __retval = traits_type::not_eof(0);
88 return __retval;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/
H A D1.cc84 int_type __retval = traits_type::eof(); local
86 __retval = traits_type::not_eof(0);
87 return __retval;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/
H A D1.cc85 int_type __retval = traits_type::eof(); local
87 __retval = traits_type::not_eof(0);
88 return __retval;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h307 _T1 __retval; \
308 __retval.__setval(__lhs.__getval() _Op __rhs.__getval()); \
309 return __retval; \
315 _T1 __retval; \
316 __retval.__setval(__lhs.__getval() _Op __rhs.__getval()); \
317 return __retval; \
323 _T1 __retval; \
324 __retval.__setval(__lhs.__getval() _Op __rhs); \
325 return __retval; \
331 _T1 __retval; \
[all...]

Completed in 187 milliseconds