Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:_Complex

32   _Complex float cf;
33 _Complex float &cfr = cf;
38 cfr = reinterpret_cast<_Complex float&>(ir);
43 cfr = reinterpret_cast<_Complex float&>(fr);
47 cfr = reinterpret_cast<_Complex float&>(xr);
77 _Complex float cf;
78 _Complex float &cfr = cf;
83 cfr = (_Complex float&)ir;
88 cfr = (_Complex float&)fr;
92 cfr = (_Complex float&)xr;
125 typedef _Complex float &complex_float_ref;
126 _Complex float cf;
127 _Complex float &cfr = cf;