tdist             947 ext/gd/libgd/gd_topal.c   INT32 minmaxdist, min_dist, max_dist, tdist;
tdist             983 ext/gd/libgd/gd_topal.c 	  tdist = (x - minc0) * C0_SCALE;
tdist             984 ext/gd/libgd/gd_topal.c 	  min_dist = tdist * tdist;
tdist             985 ext/gd/libgd/gd_topal.c 	  tdist = (x - maxc0) * C0_SCALE;
tdist             986 ext/gd/libgd/gd_topal.c 	  max_dist = tdist * tdist;
tdist             990 ext/gd/libgd/gd_topal.c 	  tdist = (x - maxc0) * C0_SCALE;
tdist             991 ext/gd/libgd/gd_topal.c 	  min_dist = tdist * tdist;
tdist             992 ext/gd/libgd/gd_topal.c 	  tdist = (x - minc0) * C0_SCALE;
tdist             993 ext/gd/libgd/gd_topal.c 	  max_dist = tdist * tdist;
tdist            1001 ext/gd/libgd/gd_topal.c 	      tdist = (x - maxc0) * C0_SCALE;
tdist            1002 ext/gd/libgd/gd_topal.c 	      max_dist = tdist * tdist;
tdist            1006 ext/gd/libgd/gd_topal.c 	      tdist = (x - minc0) * C0_SCALE;
tdist            1007 ext/gd/libgd/gd_topal.c 	      max_dist = tdist * tdist;
tdist            1018 ext/gd/libgd/gd_topal.c 	  tdist = (x - minc1) * C1_SCALE;
tdist            1019 ext/gd/libgd/gd_topal.c 	  min_dist += tdist * tdist;
tdist            1020 ext/gd/libgd/gd_topal.c 	  tdist = (x - maxc1) * C1_SCALE;
tdist            1021 ext/gd/libgd/gd_topal.c 	  max_dist += tdist * tdist;
tdist            1025 ext/gd/libgd/gd_topal.c 	  tdist = (x - maxc1) * C1_SCALE;
tdist            1026 ext/gd/libgd/gd_topal.c 	  min_dist += tdist * tdist;
tdist            1027 ext/gd/libgd/gd_topal.c 	  tdist = (x - minc1) * C1_SCALE;
tdist            1028 ext/gd/libgd/gd_topal.c 	  max_dist += tdist * tdist;
tdist            1035 ext/gd/libgd/gd_topal.c 	      tdist = (x - maxc1) * C1_SCALE;
tdist            1036 ext/gd/libgd/gd_topal.c 	      max_dist += tdist * tdist;
tdist            1040 ext/gd/libgd/gd_topal.c 	      tdist = (x - minc1) * C1_SCALE;
tdist            1041 ext/gd/libgd/gd_topal.c 	      max_dist += tdist * tdist;
tdist            1052 ext/gd/libgd/gd_topal.c 	  tdist = (x - minc2) * C2_SCALE;
tdist            1053 ext/gd/libgd/gd_topal.c 	  min_dist += tdist * tdist;
tdist            1054 ext/gd/libgd/gd_topal.c 	  tdist = (x - maxc2) * C2_SCALE;
tdist            1055 ext/gd/libgd/gd_topal.c 	  max_dist += tdist * tdist;
tdist            1059 ext/gd/libgd/gd_topal.c 	  tdist = (x - maxc2) * C2_SCALE;
tdist            1060 ext/gd/libgd/gd_topal.c 	  min_dist += tdist * tdist;
tdist            1061 ext/gd/libgd/gd_topal.c 	  tdist = (x - minc2) * C2_SCALE;
tdist            1062 ext/gd/libgd/gd_topal.c 	  max_dist += tdist * tdist;
tdist            1069 ext/gd/libgd/gd_topal.c 	      tdist = (x - maxc2) * C2_SCALE;
tdist            1070 ext/gd/libgd/gd_topal.c 	      max_dist += tdist * tdist;
tdist            1074 ext/gd/libgd/gd_topal.c 	      tdist = (x - minc2) * C2_SCALE;
tdist            1075 ext/gd/libgd/gd_topal.c 	      max_dist += tdist * tdist;