Home
last modified time | relevance | path

Searched refs:tempv (Results 1 – 1 of 1) sorted by relevance

/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_AOC.c160 AKFVEC tempv; in Get4points() local
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()
187 temp = tempv.u.x * tempv.u.x in Get4points()
188 + tempv.u.y * tempv.u.y in Get4points()
189 + tempv.u.z * tempv.u.z; in Get4points()
193 cross = tempv; in Get4points()