Searched refs:SDK_ASSERTMSG (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.5/build/demos/fx/test/src/ |
| D | main.c | 88 SDK_ASSERTMSG(c.x == 6 * FX32_ONE && c.y == 9 * FX32_ONE && c.z == 14 * FX32_ONE, "VEC_Add"); in test_FX_VEC() 91 SDK_ASSERTMSG(c.x == -4 * FX32_ONE && c.y == -5 * FX32_ONE in test_FX_VEC() 95 SDK_ASSERTMSG(tmp == 52 * FX32_ONE, "VEC_DotProduct %d", tmp); in test_FX_VEC() 98 SDK_ASSERTMSG(c.x == FX32_ONE && c.y == 4 * FX32_ONE in test_FX_VEC() 102 SDK_ASSERTMSG(tmp == 15326, "VEC_Mag"); in test_FX_VEC() 106 SDK_ASSERTMSG(c.x == 1095 && in test_FX_VEC() 121 SDK_ASSERTMSG(tmp == 12868, "FX_DEG_TO_RAD"); in test_FX_TRIG() 126 SDK_ASSERTMSG(tmp == 32768, "FX_DEG_TO_IDX"); in test_FX_TRIG() 131 SDK_ASSERTMSG(tmp == 1474564, "FX_RAD_TO_DEG"); in test_FX_TRIG() 136 SDK_ASSERTMSG(tmp == 32768, "FX_RAD_TO_IDX"); in test_FX_TRIG() [all …]
|
| D | fx_append_mtx.c | 137 SDK_ASSERTMSG((numElement == NUM_MTX43_ELEMENT) in PrintMtxD_() 155 SDK_ASSERTMSG((numElement == NUM_MTX43_ELEMENT) in MtxFxToD_() 373 SDK_ASSERTMSG((numElem == 12) || (numElem == 16), "Wrong Mtx Format"); in IsErrorMtxDValid_() 400 SDK_ASSERTMSG((numElement == 12) || (numElement == 16), "Wrong Mtx Format"); in GetDifferenceMtx_() 439 SDK_ASSERTMSG(invResult == 0, "Failure in MTX_Inverse43() that must be successful"); in CheckInvMtxValid_()
|
| D | fx_append_vec.c | 310 SDK_ASSERTMSG(t > 0, "*pSrc is (0, 0, 0)"); in VEC_Normalize_d_()
|
| /TwlSDK-5.5/include/nitro/ |
| D | misc.h | 62 #ifndef SDK_ASSERTMSG 63 #define SDK_ASSERTMSG(exp, ...) \ macro 71 #ifndef SDK_ASSERTMSG 72 #define SDK_ASSERTMSG(exp, ...) ((void) 0)
|