Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/mtx/
DmtxQuat.c485 void C_QUATNormalize( const Quaternion *src, Quaternion *unit ) in C_QUATNormalize() argument
490 ASSERTMSG( ( unit != 0 ), QUAT_NORMALIZE_2 ); in C_QUATNormalize()
498 unit->x = src->x * mag; in C_QUATNormalize()
499 unit->y = src->y * mag; in C_QUATNormalize()
500 unit->z = src->z * mag; in C_QUATNormalize()
501 unit->w = src->w * mag; in C_QUATNormalize()
505 unit->x = unit->y = unit->z = unit->w = 0.0F; in C_QUATNormalize()
516 void PSQUATNormalize( const Quaternion *src, Quaternion *unit ) in PSQUATNormalize() argument
582 __PSQ_STX(unit, 0, sxy, 0, 0); in PSQUATNormalize()
587 __PSQ_STX(unit, 8, szw, 0, 0); in PSQUATNormalize()
DmtxQuat_asm.s348 #define unit r4 macro
410 psq_st sxy, 0(unit), 0, 0
411 psq_st szw, 8(unit), 0, 0
417 #undef unit
DmtxVec.c263 void C_VECNormalize ( const Vec *src, Vec *unit ) in C_VECNormalize() argument
268 ASSERTMSG( (unit != 0), VEC_NORMALIZE_2 ); in C_VECNormalize()
276 unit->x = src->x * mag; in C_VECNormalize()
277 unit->y = src->y * mag; in C_VECNormalize()
278 unit->z = src->z * mag; in C_VECNormalize()
/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmtxVec.h966 void C_VECNormalize ( const Vec *src, Vec *unit );
1113 void PSVECNormalize ( const Vec *src, Vec *unit );
1125 void ASM_VECNormalize ( const Vec *src, Vec *unit );
1304 void C_QUATNormalize ( const Quaternion *src, Quaternion *unit );
1490 void PSQUATNormalize ( const Quaternion *src, Quaternion *unit );
1499 void ASM_QUATNormalize ( const Quaternion *src, Quaternion *unit );
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmtxVec.h966 void C_VECNormalize ( const Vec *src, Vec *unit );
1113 void PSVECNormalize ( const Vec *src, Vec *unit );
1125 void ASM_VECNormalize ( const Vec *src, Vec *unit );
1304 void C_QUATNormalize ( const Quaternion *src, Quaternion *unit );
1490 void PSQUATNormalize ( const Quaternion *src, Quaternion *unit );
1499 void ASM_QUATNormalize ( const Quaternion *src, Quaternion *unit );
/CafeSDK-2.12.13-1/system/include/cafe/
Dmp4dmx.h168 void *unit; member