Lines Matching refs:double_ptr

49 static double *double_ptr;
90 bool_ptr = (typeof(bool_ptr))double_ptr;
128 char_ptr = (typeof(char_ptr))double_ptr;
167 schar_ptr = (typeof(schar_ptr))double_ptr;
205 uchar_ptr = (typeof(uchar_ptr))double_ptr;
243 short_ptr = (typeof(short_ptr))double_ptr;
291 ushort_ptr = (typeof(ushort_ptr))double_ptr;
339 int_ptr = (typeof(int_ptr))double_ptr;
386 uint_ptr = (typeof(uint_ptr))double_ptr;
431 long_ptr = (typeof(long_ptr))double_ptr;
477 ulong_ptr = (typeof(ulong_ptr))double_ptr;
523 llong_ptr = (typeof(llong_ptr))double_ptr;
569 ullong_ptr = (typeof(ullong_ptr))double_ptr;
618 float_ptr = (typeof(float_ptr))double_ptr;
644 double_ptr = (typeof(double_ptr))bool_ptr;
645 double_ptr = (typeof(double_ptr))char_ptr;
647 double_ptr = (typeof(double_ptr))schar_ptr;
648 double_ptr = (typeof(double_ptr))uchar_ptr;
650 double_ptr = (typeof(double_ptr))short_ptr;
652 double_ptr = (typeof(double_ptr))ushort_ptr;
654 double_ptr = (typeof(double_ptr))int_ptr;
656 double_ptr = (typeof(double_ptr))uint_ptr;
658 double_ptr = (typeof(double_ptr))long_ptr;
660 double_ptr = (typeof(double_ptr))ulong_ptr;
662 double_ptr = (typeof(double_ptr))llong_ptr;
664 double_ptr = (typeof(double_ptr))ullong_ptr;
666 double_ptr = (typeof(double_ptr))float_ptr;
667 double_ptr = (typeof(double_ptr))double_ptr;
669 double_ptr = (typeof(double_ptr))ldouble_ptr;
671 double_ptr = (typeof(double_ptr))fcomplex_ptr;
673 double_ptr = (typeof(double_ptr))dcomplex_ptr;
675 double_ptr = (typeof(double_ptr))lcomplex_ptr;
676 double_ptr = (typeof(double_ptr))void_ptr;
678 double_ptr = (typeof(double_ptr))char_struct_ptr;
680 double_ptr = (typeof(double_ptr))double_struct_ptr;
682 double_ptr = (typeof(double_ptr))char_union_ptr;
683 double_ptr = (typeof(double_ptr))double_union_ptr;
685 double_ptr = (typeof(double_ptr))enum_ptr;
686 double_ptr = (typeof(double_ptr))double_array_ptr;
688 double_ptr = (typeof(double_ptr))func_ptr;
715 ldouble_ptr = (typeof(ldouble_ptr))double_ptr;
764 fcomplex_ptr = (typeof(fcomplex_ptr))double_ptr;
813 dcomplex_ptr = (typeof(dcomplex_ptr))double_ptr;
862 lcomplex_ptr = (typeof(lcomplex_ptr))double_ptr;
899 void_ptr = (typeof(void_ptr))double_ptr;
938 char_struct_ptr = (typeof(char_struct_ptr))double_ptr;
987 double_struct_ptr = (typeof(double_struct_ptr))double_ptr;
1036 char_union_ptr = (typeof(char_union_ptr))double_ptr;
1084 double_union_ptr = (typeof(double_union_ptr))double_ptr;
1130 enum_ptr = (typeof(enum_ptr))double_ptr;
1178 double_array_ptr = (typeof(double_array_ptr))double_ptr;
1228 func_ptr = (typeof(func_ptr))double_ptr;