Home
last modified time | relevance | path

Searched refs:SDK_ASSERTMSG (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/build/demos/fx/test/src/
Dmain.c88 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 …]
Dfx_append_mtx.c135 SDK_ASSERTMSG((numElement == NUM_MTX43_ELEMENT) in PrintMtxD_()
153 SDK_ASSERTMSG((numElement == NUM_MTX43_ELEMENT) in MtxFxToD_()
371 SDK_ASSERTMSG((numElem == 12) || (numElem == 16), "Wrong Mtx Format"); in IsErrorMtxDValid_()
398 SDK_ASSERTMSG((numElement == 12) || (numElement == 16), "Wrong Mtx Format"); in GetDifferenceMtx_()
437 SDK_ASSERTMSG(invResult == 0, "Failure in MTX_Inverse43() that must be successful"); in CheckInvMtxValid_()
Dfx_append_vec.c310 SDK_ASSERTMSG(t > 0, "*pSrc is (0, 0, 0)"); in VEC_Normalize_d_()
/TwlSDK-5.4/include/nitro/
Dmisc.h62 #ifndef SDK_ASSERTMSG
63 #define SDK_ASSERTMSG(exp, ...) \ macro
71 #ifndef SDK_ASSERTMSG
72 #define SDK_ASSERTMSG(exp, ...) ((void) 0)