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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp6611.C4 class COMPLEX { class
6 COMPLEX(double a, double b=0) { re = a; im = b; } function in class:COMPLEX
15 COMPLEX a[3][3] = {
16 { 1, COMPLEX(2,3), COMPLEX(3,4), },
17 { 1, COMPLEX(2,3), COMPLEX(3,4), },
18 { 1, COMPLEX(2,3), COMPLEX(3,4), },
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp6611.C4 class COMPLEX { class
6 COMPLEX(double a, double b=0) { re = a; im = b; } function in class:COMPLEX
15 COMPLEX a[3][3] = {
16 { 1, COMPLEX(2,3), COMPLEX(3,4), },
17 { 1, COMPLEX(2,3), COMPLEX(3,4), },
18 { 1, COMPLEX(2,3), COMPLEX(3,4), },
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030613-1.c10 #define COMPLEX struct CS macro
12 COMPLEX {
18 static COMPLEX CCID (COMPLEX x)
20 COMPLEX a;
29 static COMPLEX CPOW (COMPLEX x, int y)
31 COMPLEX a;
41 static int c5p (COMPLEX x)
43 COMPLEX
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030613-1.c10 #define COMPLEX struct CS macro
12 COMPLEX {
18 static COMPLEX CCID (COMPLEX x)
20 COMPLEX a;
29 static COMPLEX CPOW (COMPLEX x, int y)
31 COMPLEX a;
41 static int c5p (COMPLEX x)
43 COMPLEX
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dstruct.s16 ; apply the CPLX_REC structure format to .bss var COMPLEX
18 .bss COMPLEX, CPLX_LEN ; 000002 0000 (len = 4)
19 COMPLEX .tag CPLX_REC label
20 add COMPLEX.REALI, a ; 000001 0002
21 stl a, COMPLEX.REALI ; 000002 8002
22 add COMPLEX.IMAGI, b ; 000003 0104
/netbsd-6-1-5-RELEASE/usr.bin/xlint/common/
H A Dtyname.c84 case COMPLEX: return "_Complex";
128 case COMPLEX:
H A Dlint.h77 COMPLEX, /* _Complex */ enumerator in enum:__anon9908
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dscan.l100 "_Complex" { return resw(COMPLEX, C_TYPE); }
H A Dgcc_compat.c290 { COMPLEX, "DC" },
H A Dpass1.h630 #define COMPLEX (MAXTYPES+7) macro
H A Dpftn.c1778 case COMPLEX:
H A Dtrees.c1800 case COMPLEX:
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dscan.l102 "_Complex" { return resw(COMPLEX, C_TYPE); }
H A Dgcc_compat.c289 { COMPLEX, "DC" },
H A Dpass1.h633 #define COMPLEX (MAXTYPES+7) macro
H A Dpftn.c1818 case COMPLEX:
H A Dtrees.c1805 case COMPLEX:
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dscan.l224 { "_Complex", T_TYPE, 0, COMPLEX,0, 0, 1, 0 },
630 case COMPLEX:
H A Ddecl.c123 typetab[COMPLEX].t_tspec = COMPLEX;
303 if (t == COMPLEX) {
453 case COMPLEX:
713 t = dcs->d_atyp; /* BOOL, CHAR, INT, COMPLEX, VOID */
H A Dtree.c1551 } else if (lt == COMPLEX || rt == COMPLEX) {
1552 t = COMPLEX;
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dread.c726 case COMPLEX:
956 case COMPLEX:

Completed in 181 milliseconds