Lines Matching refs:f32
70 void C_MTXFrustum ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ) in C_MTXFrustum()
72 f32 tmp; in C_MTXFrustum()
131 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f ) in C_MTXPerspective()
133 f32 angle; in C_MTXPerspective()
134 f32 cot; in C_MTXPerspective()
135 f32 tmp; in C_MTXPerspective()
200 void C_MTXOrtho ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ) in C_MTXOrtho()
202 f32 tmp; in C_MTXOrtho()
875 #define SWAPF(a,b) { f32 tmp; tmp = (a); (a) = (b); (b)=tmp; }
881 f32 w; in C_MTX44Inverse()
891 f32 max = 0.0f; in C_MTX44Inverse()
897 f32 ftmp; in C_MTX44Inverse()
977 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ) in C_MTX44Trans()
993 void PSMTX44Trans( Mtx44 m, f32 xT, f32 yT, f32 zT ) in PSMTX44Trans()
1026 void C_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in C_MTX44TransApply()
1051 void PSMTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in PSMTX44TransApply()
1135 void C_MTX44Scale ( Mtx44 m, f32 xS, f32 yS, f32 zS ) in C_MTX44Scale()
1152 void PSMTX44Scale( Mtx44 m, f32 xS, f32 yS, f32 zS ) in PSMTX44Scale()
1186 void C_MTX44ScaleApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xS, f32 yS, f32 zS ) in C_MTX44ScaleApply()
1211 void PSMTX44ScaleApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xS, f32 yS, f32 zS ) in PSMTX44ScaleApply()
1339 void C_MTX44RotRad ( Mtx44 m, char axis, f32 rad ) in C_MTX44RotRad()
1341 f32 sinA, cosA; in C_MTX44RotRad()
1360 void PSMTX44RotRad ( Mtx44 m, char axis, f32 rad ) in PSMTX44RotRad()
1362 f32 sinA, cosA; in PSMTX44RotRad()
1387 void C_MTX44RotTrig ( Mtx44 m, char axis, f32 sinA, f32 cosA ) in C_MTX44RotTrig()
1428 void PSMTX44RotTrig( Mtx44 m, char axis, f32 sinA, f32 cosA ) in PSMTX44RotTrig()
1558 void C_MTX44RotAxisRad( Mtx44 m, const Vec *axis, f32 rad ) in C_MTX44RotAxisRad()
1561 f32 s, c; // sinTheta, cosTheta in C_MTX44RotAxisRad()
1562 f32 t; // ( 1 - cosTheta ) in C_MTX44RotAxisRad()
1563 f32 x, y, z; // x, y, z components of normalized axis in C_MTX44RotAxisRad()
1564 f32 xSq, ySq, zSq; // x, y, z squared in C_MTX44RotAxisRad()
1614 f32 sT, in __PSMTX44RotAxisRadInternal()
1615 f32 cT ) in __PSMTX44RotAxisRadInternal()
1807 void PSMTX44RotAxisRad( Mtx44 m, const Vec *axis, f32 rad ) in PSMTX44RotAxisRad()
1809 f32 sinT, cosT; in PSMTX44RotAxisRad()
1887 extern void _ASM_MTX44RotAxisRadInternal(Mtx m, const Vec *axis, f32 sT, f32 cT);
1889 void ASM_MTX44RotAxisRad(Mtx44 m, const Vec *axis, f32 rad) { in ASM_MTX44RotAxisRad()
1890 f32 sinT, cosT; in ASM_MTX44RotAxisRad()
1898 void ASM_MTX44RotRad ( Mtx44 m, char axis, f32 rad ) in ASM_MTX44RotRad()
1900 f32 sinA, cosA; in ASM_MTX44RotRad()