Searched refs:axb (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtxVec.c | 573 void C_VECCrossProduct ( const Vec *a, const Vec *b, Vec *axb ) in C_VECCrossProduct() argument 580 ASSERTMSG( (axb != 0), VEC_CROSSPRODUCT_3 ); in C_VECCrossProduct() 588 axb->x = vTmp.x; in C_VECCrossProduct() 589 axb->y = vTmp.y; in C_VECCrossProduct() 590 axb->z = vTmp.z; in C_VECCrossProduct()
|
| /CafeSDK-2.12.13-1/system/include/cafe/mtx/ |
| D | mtxVec.h | 1033 void C_VECCrossProduct ( const Vec *a, const Vec *b, Vec *axb ); 1117 void PSVECCrossProduct ( const Vec *a, const Vec *b, Vec *axb );
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mtxVec.h | 1033 void C_VECCrossProduct ( const Vec *a, const Vec *b, Vec *axb ); 1117 void PSVECCrossProduct ( const Vec *a, const Vec *b, Vec *axb );
|