Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dpreloadcheck.sh241 grep -E 'fimport_\w*|dimport_\w*' | cut -c10- | cut -f1 -d "," | sort -u`)
/CafeSDK-2.12.13-1/system/src/lib/mtx/
Dmtx44.c27 static const f32x2 c10 = {1.0F, 0.0F}; variable
278 __PSQ_ST(m, c10, 0, 0); in PSMTX44Identity()
283 __PSQ_STX(m, 40, c10, 0, 0); in PSMTX44Identity()
998 __PSQ_ST(m, c10, 0, 0); in PSMTX44Trans()
1535 __PSQ_STX(m, 40, c10, 0, 0); in PSMTX44RotTrig()
Dmtx.c25 static const f32x2 c10 = {1.0F, 0.0F}; variable
85 __PSQ_STX(m, 0, c10, 0, 0); in PSMTXIdentity()
88 __PSQ_STX(m, 40, c10, 0, 0); in PSMTXIdentity()
1655 __PSQ_ST(m, c10, 0, 0); in PSMTXTrans()