Lines Matching refs:fcomplex_ptr
51 static float _Complex *fcomplex_ptr;
94 bool_ptr = (typeof(bool_ptr))fcomplex_ptr;
130 char_ptr = (typeof(char_ptr))fcomplex_ptr;
171 schar_ptr = (typeof(schar_ptr))fcomplex_ptr;
207 uchar_ptr = (typeof(uchar_ptr))fcomplex_ptr;
247 short_ptr = (typeof(short_ptr))fcomplex_ptr;
295 ushort_ptr = (typeof(ushort_ptr))fcomplex_ptr;
343 int_ptr = (typeof(int_ptr))fcomplex_ptr;
390 uint_ptr = (typeof(uint_ptr))fcomplex_ptr;
435 long_ptr = (typeof(long_ptr))fcomplex_ptr;
481 ulong_ptr = (typeof(ulong_ptr))fcomplex_ptr;
527 llong_ptr = (typeof(llong_ptr))fcomplex_ptr;
573 ullong_ptr = (typeof(ullong_ptr))fcomplex_ptr;
622 float_ptr = (typeof(float_ptr))fcomplex_ptr;
671 double_ptr = (typeof(double_ptr))fcomplex_ptr;
718 ldouble_ptr = (typeof(ldouble_ptr))fcomplex_ptr;
740 fcomplex_ptr = (typeof(fcomplex_ptr))bool_ptr;
741 fcomplex_ptr = (typeof(fcomplex_ptr))char_ptr;
743 fcomplex_ptr = (typeof(fcomplex_ptr))schar_ptr;
744 fcomplex_ptr = (typeof(fcomplex_ptr))uchar_ptr;
746 fcomplex_ptr = (typeof(fcomplex_ptr))short_ptr;
748 fcomplex_ptr = (typeof(fcomplex_ptr))ushort_ptr;
750 fcomplex_ptr = (typeof(fcomplex_ptr))int_ptr;
752 fcomplex_ptr = (typeof(fcomplex_ptr))uint_ptr;
754 fcomplex_ptr = (typeof(fcomplex_ptr))long_ptr;
756 fcomplex_ptr = (typeof(fcomplex_ptr))ulong_ptr;
758 fcomplex_ptr = (typeof(fcomplex_ptr))llong_ptr;
760 fcomplex_ptr = (typeof(fcomplex_ptr))ullong_ptr;
762 fcomplex_ptr = (typeof(fcomplex_ptr))float_ptr;
764 fcomplex_ptr = (typeof(fcomplex_ptr))double_ptr;
766 fcomplex_ptr = (typeof(fcomplex_ptr))ldouble_ptr;
767 fcomplex_ptr = (typeof(fcomplex_ptr))fcomplex_ptr;
769 fcomplex_ptr = (typeof(fcomplex_ptr))dcomplex_ptr;
771 fcomplex_ptr = (typeof(fcomplex_ptr))lcomplex_ptr;
772 fcomplex_ptr = (typeof(fcomplex_ptr))void_ptr;
774 fcomplex_ptr = (typeof(fcomplex_ptr))char_struct_ptr;
776 fcomplex_ptr = (typeof(fcomplex_ptr))double_struct_ptr;
778 fcomplex_ptr = (typeof(fcomplex_ptr))char_union_ptr;
780 fcomplex_ptr = (typeof(fcomplex_ptr))double_union_ptr;
782 fcomplex_ptr = (typeof(fcomplex_ptr))enum_ptr;
784 fcomplex_ptr = (typeof(fcomplex_ptr))double_array_ptr;
786 fcomplex_ptr = (typeof(fcomplex_ptr))func_ptr;
817 dcomplex_ptr = (typeof(dcomplex_ptr))fcomplex_ptr;
866 lcomplex_ptr = (typeof(lcomplex_ptr))fcomplex_ptr;
901 void_ptr = (typeof(void_ptr))fcomplex_ptr;
942 char_struct_ptr = (typeof(char_struct_ptr))fcomplex_ptr;
991 double_struct_ptr = (typeof(double_struct_ptr))fcomplex_ptr;
1040 char_union_ptr = (typeof(char_union_ptr))fcomplex_ptr;
1088 double_union_ptr = (typeof(double_union_ptr))fcomplex_ptr;
1134 enum_ptr = (typeof(enum_ptr))fcomplex_ptr;
1182 double_array_ptr = (typeof(double_array_ptr))fcomplex_ptr;
1232 func_ptr = (typeof(func_ptr))fcomplex_ptr;