Home | History | Annotate | Download | only in CodeGen

Lines Matching full:_complex

3 float crealf(_Complex float);
4 double creal(_Complex double);
5 long double creall(_Complex long double);
7 float foo_float(_Complex float x) {
13 double foo_double(_Complex double x) {
19 long double foo_long_double(_Complex long double x) {
25 int foo_int(_Complex int x) {
31 short foo_short(_Complex short x) {
37 signed char foo_char(_Complex signed char x) {
43 long foo_long(_Complex long x) {
49 long long foo_long_long(_Complex long long x) {