Searched refs:NN_ASSERTMSG (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/ |
| D | assert.h | 34 #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-2.4.0/include/nn/math/ARMv6/inline/ |
| D | math_Vector3.ipp | 46 NN_ASSERTMSG(mag != 0, "MATHNormalize3(): zero magnitude vector"); 72 NN_ASSERTMSG(mag != 0, "MATHNormalize3(): zero magnitude vector");
|
| D | math_Matrix34.ipp | 1029 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-2.4.0/include/nn/math/ |
| D | math_Config.h | 32 …NN_ASSERTMSG( (exp) >= (min) && (exp) < (max), #exp " is out of bounds(%d)\n%d <= "#exp" < %d not …
|