Home
last modified time | relevance | path

Searched refs:c33 (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/mtx/
DmtxQuat.c30 static const f32x2 c33 = {3.0F, 3.0F}; variable
562 nwork0 = __PS_NMSUB(nwork0, mag, c33); in PSQUATNormalize()
Dmtx44.c30 static const f32x2 c33 = {3.0F, 3.0F}; variable
1679 tmp2 = __PS_NMSUB(tmp2, tmp4, c33); in __PSMTX44RotAxisRadInternal()
Dmtx.c28 static const f32x2 c33 = {3.0F, 3.0F}; variable
1493 tmp2 = __PS_NMSUB(tmp2, tmp4, c33); // (3-E*E*S) in _PSMTXRotAxisRadInternal()