Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/
Dassert.h34 #define NN_ASSERTMSG(exp, ...) \ macro
48 #define NN_ASSERTMSG(exp, ...) \ macro
53 #define NN_ASSERTMSG(exp, ...) \ macro
60 #define NN_ASSERTMSG(exp, ...) ((void)0) macro
124 #define NN_ASSERT(exp) NN_ASSERTMSG((exp), "%s", #exp)
132 #define NN_NULL_ASSERT(exp) NN_ASSERTMSG( (exp) != NULL, "%s must not be NULL", #ex…
136 #define NN_ALIGN_ASSERT(exp, align) NN_ASSERTMSG( ((uptr)(exp)) % (align) == 0, "%s(=0x%08x…
140 #define NN_MIN_ASSERT(exp, min) NN_ASSERTMSG( (exp) >= (min), "%s(=%d) must be >= %s(=%…
144 #define NN_MAX_ASSERT(exp, max) NN_ASSERTMSG( (exp) <= (max), "%s(=%d) must be <= %s(=%…
148 #define NN_MINMAX_ASSERT(exp, min, max) NN_ASSERTMSG( (exp) >= (min) && (exp) <= (max), "%s(=%d…
[all …]
/CTR-SDK-0.13.2/include/nn/math/ARMv6/inline/
Dmath_Vector3.ipp46 NN_ASSERTMSG(mag != 0, "MATHNormalize3(): zero magnitude vector");
72 NN_ASSERTMSG(mag != 0, "MATHNormalize3(): zero magnitude vector");
Dmath_Matrix34.ipp1029 NN_ASSERTMSG(mag != 0, "MATHNormalize3(): zero magnitude vector");
1051 NN_ASSERTMSG(mag != 0, "MATHNormalize3(): zero magnitude vector");
1257 NN_ASSERTMSG(mag1 != 0, "MATHNormalize3(): zero magnitude vector");
1258 NN_ASSERTMSG(mag2 != 0, "MATHNormalize3(): zero magnitude vector");
/CTR-SDK-0.13.2/include/nn/math/
Dmath_Config.h32NN_ASSERTMSG( (exp) >= (min) && (exp) < (max), #exp " is out of bounds(%d)\n%d <= "#exp" < %d not …