Lines Matching refs:i1
83 Itvl_t* i1;
89 if ((i1 = (Itvl_t*)o1) == (i2 = (Itvl_t*)o2))
91 if (fvcmp(size, i1->hi, i2->lo) < 0) /* i1 is to the left of i2 */
93 if (fvcmp(size, i1->lo, i2->hi) > 0) /* i1 is to the right of i2 */
95 h = fvcmp(size, i1->hi, i2->hi);
96 l = fvcmp(size, i1->lo, i2->lo);
99 if (h >= 0) /* i1 contains i2 */
102 return 0; /* i1 crossing i2 on the left */
106 if (h < 0) /* i1 is contained in i2 */
111 return -1; /* i1 contains i2 */
115 if (h <= 0) /* i1 is contained in i2 */
118 return 0; /* i1 crossing i2 on the right */