Searched refs:c_three (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtxVec_asm.s | 237 #define c_three f7 macro 268 lfs c_three, 0(r4) 273 fnmsubs nwork0, nwork0, sqmag, c_three 290 #undef c_three 351 #define c_three f12 macro 386 lfs c_three, 0(r5) 393 fnmsubs nwork0, nwork0, sqdist, c_three 416 #undef c_three 433 #define c_three f10 macro 456 lfs c_three, 0(r5) [all …]
|
| D | mtxQuat_asm.s | 360 #define c_three fp11 macro 377 lfs c_three, 0(r5) 400 fnmsub nwork0, nwork0, mag, c_three 428 #undef c_three
|
| D | mtxVec.c | 30 static const f32x2 c_three = {3.0F, 3.0F}; variable 328 nwork0 = __PS_NMSUB(nwork0, sqsum, c_three); in PSVECNormalize() 463 nwork0 = __PS_NMSUB(nwork0, sqmag, c_three); in PSVECMag() 909 nwork0 = __PS_NMSUB(nwork0, sqdist, c_three); in PSVECDistance()
|