Lines Matching refs:f32x2
25 static const f32x2 c00 = {0.0F, 0.0F};
28 static const f32x2 c11 = {1.0F, 1.0F};
29 static const f32x2 c22 = {2.0F, 2.0F};
30 static const f32x2 c33 = {3.0F, 3.0F};
31 static const f32x2 c0505 = {0.5F, 0.5F};
32 static const f32x2 epsilon = {QUAT_EPSILON, QUAT_EPSILON};
68 f32x2 pxy, qxy, rxy, pzw, qzw, rzw; in PSQUATAdd()
142 f32x2 pxy, qxy, rxy, pzw, qzw, rzw; in PSQUATSubtract()
236 f32x2 pxy, pzw, qxy, qzw; in PSQUATMultiply()
237 f32x2 pnxy, pnzw, pnxny, pnznw; in PSQUATMultiply()
238 f32x2 rxy, rzw, sxy, szw; in PSQUATMultiply()
376 f32x2 rxy, rzw; in PSQUATScale()
377 f32x2 scale2 = {scale, scale}; in PSQUATScale()
437 f32x2 pxy, pzw, qxy, qzw, dp; in PSQUATDotProduct()
518 f32x2 sxy, szw; in PSQUATNormalize()
519 f32x2 mag, rsqmag, diff; in PSQUATNormalize()
520 f32x2 nwork0, nwork1; in PSQUATNormalize()
635 f32x2 sxy, szw, izz, iww; in PSQUATInverse()
636 f32x2 mag, norminv, nninv, nwork0; in PSQUATInverse()
1164 f32x2 scale; in PSMTXQuat()
1165 f32x2 V_XY; in PSMTXQuat()
1166 f32x2 V_ZW; in PSMTXQuat()
1167 f32x2 V_YX; in PSMTXQuat()
1169 f32x2 D0; in PSMTXQuat()
1170 f32x2 D1; in PSMTXQuat()
1171 f32x2 tmp2, tmp3, tmp4; //tmp1, in PSMTXQuat()
1172 f32x2 tmp5, tmp6, tmp7, tmp8, tmp9; in PSMTXQuat()