Searched refs:c10 (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | preloadcheck.sh | 241 grep -E 'fimport_\w*|dimport_\w*' | cut -c10- | cut -f1 -d "," | sort -u`)
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtx44.c | 27 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()
|
| D | mtx.c | 25 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()
|