Searched refs:temp_num (Results 1 – 3 of 3) sorted by relevance
183 double temp_num; in icvApproximateChainTC89() local200 temp_num = dx1 * dx2 + dy1 * dy2; in icvApproximateChainTC89()201 temp_num = in icvApproximateChainTC89()202 (float) (temp_num / in icvApproximateChainTC89()205 sk.f = (float) (temp_num + 1.1); in icvApproximateChainTC89()
611 int32 temp_num = 1; in MakeUID() local614 read(fd, &temp_num, sizeof(int32)); in MakeUID()617 const int32 nn = temp_num; in MakeUID()
208 double temp_num; in icvApproximateChainTC89() local225 temp_num = dx1 * dx2 + dy1 * dy2; in icvApproximateChainTC89()226 temp_num = in icvApproximateChainTC89()227 (float) (temp_num / in icvApproximateChainTC89()230 sk.f = (float) (temp_num + 1.1); in icvApproximateChainTC89()