Home
last modified time | relevance | path

Searched refs:xSq (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
1579 xSq = x * x; in C_MTX44RotAxisRad()
1583 m[0][0] = ( t * xSq ) + ( c ); in C_MTX44RotAxisRad()
Dmtx.c1413 f32 xSq, ySq, zSq; // x, y, z squared in C_MTXRotAxisRad() local
1428 xSq = x * x; in C_MTXRotAxisRad()
1432 m[0][0] = ( t * xSq ) + ( c ); in C_MTXRotAxisRad()