Lines Matching refs:f32x2

25 static const f32x2 c00 = {0.0F, 0.0F};
26 static const f32x2 c01 = {0.0F, 1.0F};
27 static const f32x2 c10 = {1.0F, 0.0F};
28 static const f32x2 c11 = {1.0F, 1.0F};
30 static const f32x2 c33 = {3.0F, 3.0F};
31 static const f32x2 c0505 = {0.5F, 0.5F};
327 f32x2 fp1; in PSMTX44Copy()
454 f32x2 fp0, fp1, fp2, fp3, fp4, fp5, fp6, fp7, fp8, fp9, fp10, fp11, fp12, fp13; in PSMTX44Concat()
782 f32x2 fp0, fp1, fp2, fp3, fp4, fp5; in PSMTX44Transpose()
995 f32x2 xT2 = {0.0F, xT}; in PSMTX44Trans()
996 f32x2 yT2 = {0.0F, yT}; in PSMTX44Trans()
997 f32x2 zT2 = {1.0F, zT}; in PSMTX44Trans()
1053 f32x2 fp4, fp5, fp6, fp7, fp8; //fp0, fp1, fp2, fp3, in PSMTX44TransApply()
1054 f32x2 xT2 = {xT, 0.0F}; in PSMTX44TransApply()
1055 f32x2 yT2 = {yT, 0.0F}; in PSMTX44TransApply()
1056 f32x2 zT2 = {zT, 0.0F}; in PSMTX44TransApply()
1154 f32x2 xS2 = {xS, 0.0F}; in PSMTX44Scale()
1155 f32x2 yS2 = {0.0F, yS}; in PSMTX44Scale()
1156 f32x2 zS2 = {zS, 0.0F}; in PSMTX44Scale()
1213 f32x2 fp4, fp5, fp6, fp7, fp8, fp9, fp10, fp11; //fp0, fp1, fp2, fp3, in PSMTX44ScaleApply()
1214 f32x2 xS2 = {xS, xS}; in PSMTX44ScaleApply()
1215 f32x2 yS2 = {yS, yS}; in PSMTX44ScaleApply()
1216 f32x2 zS2 = {zS, zS}; in PSMTX44ScaleApply()
1430 f32x2 ftmp0, ftmp1, ftmp4; //ftmp2, ftmp3, in PSMTX44RotTrig()
1431 f32x2 sinA10 = {sinA, 0.0F}; in PSMTX44RotTrig()
1432 f32x2 cosA10 = {cosA, 0.0F}; in PSMTX44RotTrig()
1617 f32x2 tT2; in __PSMTX44RotAxisRadInternal()
1618 f32x2 sT2 = {sT, sT}; in __PSMTX44RotAxisRadInternal()
1619 f32x2 cT2 = {cT, cT}; in __PSMTX44RotAxisRadInternal()
1620 f32x2 tmp0, tmp1, tmp2, tmp3, tmp4; in __PSMTX44RotAxisRadInternal()
1621 f32x2 tmp5, tmp6, tmp7, tmp8, tmp9; in __PSMTX44RotAxisRadInternal()
1839 f32x2 fp1; in PSMTX34To44()