Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/mtx/
Dmtx44.c1564 f32 xSq, ySq, zSq; // x, y, z squared in C_MTX44RotAxisRad() local
1581 zSq = z * z; in C_MTX44RotAxisRad()
1595 m[2][2] = ( t * zSq ) + ( c ); in C_MTX44RotAxisRad()
Dmtx.c1413 f32 xSq, ySq, zSq; // x, y, z squared in C_MTXRotAxisRad() local
1430 zSq = z * z; in C_MTXRotAxisRad()
1444 m[2][2] = ( t * zSq ) + ( c ); in C_MTXRotAxisRad()