Lines Matching refs:_00
112 pSrc->_30 + (fx32)((xx * pSrc->_00 + yy * pSrc->_10 + zz * pSrc->_20) >> FX32_SHIFT); in MTX_TransApply44()
190 pDst->_00 = mul64(v, pSrc->_00); in MTX_ScaleApply44()
333 pDst->_00 = t01 + cosVal; in MTX_RotAxis44()
398 x = a->_00; in MTX_Concat44()
403 p->_00 = in MTX_Concat44()
404 (fx32)(((fx64)x * b->_00 + (fx64)y * b->_10 + (fx64)z * b->_20 + in MTX_Concat44()
434 xx = b->_00; in MTX_Concat44()
473 (fx32)(((fx64)x * b->_00 + (fx64)y * b->_10 + (fx64)z * b->_20 + in MTX_Concat44()
536 mtx->_00 = FX_Mul32x64c(dblN, inv1); in MTX_FrustumW()
615 mtx->_00 = FX_GetDivResult(); in MTX_PerspectiveW()
666 mtx->_00 = FX_Mul32x64c(FX32_ONE * 2, inv1); in MTX_OrthoW()