Lines Matching refs:f32x2

29 static const f32x2    c_half  = {0.5F, 0.5F};
30 static const f32x2 c_three = {3.0F, 3.0F};
75 f32x2 V1_XY; in PSVECAdd()
76 f32x2 V2_XY; in PSVECAdd()
77 f32x2 V1_Z; in PSVECAdd()
78 f32x2 V2_Z; in PSVECAdd()
79 f32x2 D1_XY; in PSVECAdd()
80 f32x2 D1_Z; in PSVECAdd()
147 f32x2 V1_XY; in PSVECSubtract()
148 f32x2 V2_XY; in PSVECSubtract()
149 f32x2 V1_Z; in PSVECSubtract()
150 f32x2 V2_Z; in PSVECSubtract()
151 f32x2 D1_XY; in PSVECSubtract()
152 f32x2 D1_Z; in PSVECSubtract()
218 f32x2 V1_XY; in PSVECScale()
219 f32x2 V1_Z; in PSVECScale()
220 f32x2 D1_XY; in PSVECScale()
221 f32x2 D1_Z; in PSVECScale()
222 f32x2 SCALE = {scale, scale}; in PSVECScale()
290 f32x2 v1_xy, v1_z; in PSVECNormalize()
291 f32x2 xx_zz, xx_yy; in PSVECNormalize()
292 f32x2 sqsum; in PSVECNormalize()
293 f32x2 rsqrt; in PSVECNormalize()
294 f32x2 nwork0, nwork1; in PSVECNormalize()
383 f32x2 V1_XY, V1_ZZ, sqmag; in PSVECSquareMag()
430 f32x2 vzz, vxy; //vyz, in PSVECMag()
431 f32x2 sqmag, rmag; //dyz, dxy, in PSVECMag()
432 f32x2 nwork0, nwork1; in PSVECMag()
522 f32x2 fp1, fp2, fp3, fp4, fp5; in PSVECDotProduct()
607 f32x2 fp0, fp1; in PSVECCrossProduct()
608 f32x2 fp2 = {vec1->z, vec1->z}; in PSVECCrossProduct()
609 f32x2 fp3 = {vec2->z, vec2->z}; in PSVECCrossProduct()
610 f32x2 fp4, fp5, fp6, fp7, fp8, fp9, fp10; in PSVECCrossProduct()
813 f32x2 v0yz, v1yz, v0xy, v1xy; in PSVECSquareDistance()
814 f32x2 dyz, dxy, sqdist; in PSVECSquareDistance()
864 f32x2 v0yz, v1yz, v0xy, v1xy; in PSVECDistance()
865 f32x2 dyz, dxy, sqdist, rdist; in PSVECDistance()
866 f32x2 nwork0, nwork1; in PSVECDistance()
973 f32x2 fp0, fp1, fp2, fp3, fp4, fp5, fp6, fp8, fp9, fp10, fp11, fp12; // fp7, in PSMTXMultVec()
974 const f32x2 zero = {0.0, 0.0}; in PSMTXMultVec()
1164 f32x2 fp0, fp1, fp2, fp3, fp4, fp5, fp6, fp7, fp8, fp9, fp10, fp11, fp12, fp13; in PSMTXMultVecSR()