Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/gxdemo/src/TexGen/
Dtg-shadow3.c978 Mtx proj, dp; in GetTexProjMtx() local
985 MTXScale(dp, 0.0F, 0.0F, 0.0F); in GetTexProjMtx()
1009 MTXRowCol(dp, 0, 2) = f / range; in GetTexProjMtx()
1010 MTXRowCol(dp, 0, 3) = f * n / range; in GetTexProjMtx()
1011 MTXRowCol(dp, 1, 2) = MTXRowCol(dp, 0, 2) * tscale; in GetTexProjMtx()
1012 MTXRowCol(dp, 1, 3) = MTXRowCol(dp, 0, 3) * tscale; in GetTexProjMtx()
1013 MTXRowCol(dp, 2, 2) = 1.0F; in GetTexProjMtx()
1033 MTXRowCol(dp, 0, 2) = - 1.0F / range; in GetTexProjMtx()
1034 MTXRowCol(dp, 0, 3) = - n / range; in GetTexProjMtx()
1035 MTXRowCol(dp, 1, 2) = MTXRowCol(dp, 0, 2) * tscale; in GetTexProjMtx()
[all …]
/RvlSDK-3.2/build/libraries/mtx/src/
Dquat.c376 register f32 pxy, pzw, qxy, qzw, dp; in PSQUATDotProduct() local
382 ps_mul dp, pxy, qxy in PSQUATDotProduct()
386 ps_madd dp, pzw, qzw, dp in PSQUATDotProduct()
388 ps_sum0 dp, dp, dp, dp in PSQUATDotProduct()
391 return dp; in PSQUATDotProduct()