Searched refs:dv (Results 1 – 1 of 1) sorted by relevance
158 AKFVEC dv[AKFS_HBUF_SIZE]; in Get4points() local178 dv[0].v[j] = out[1].v[j] - out[0].v[j]; in Get4points()182 dv[i].v[j] = v[i].v[j] - out[0].v[j]; in Get4points()184 tempv.v[0] = dv[0].v[1]*dv[i].v[2] - dv[0].v[2]*dv[i].v[1]; in Get4points()185 tempv.v[1] = dv[0].v[2]*dv[i].v[0] - dv[0].v[0]*dv[i].v[2]; in Get4points()186 tempv.v[2] = dv[0].v[0]*dv[i].v[1] - dv[0].v[1]*dv[i].v[0]; in Get4points()200 temp = dv[i].u.x * cross.u.x in Get4points()201 + dv[i].u.y * cross.u.y in Get4points()202 + dv[i].u.z * cross.u.z; in Get4points()