Home
last modified time | relevance | path

Searched defs:btAssert (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h107 …#define btAssert(x) { if(!(x)){printf("Assert "__FILE__ ":%u ("#x")\n", __LINE__);__debugbreak(); … macro
110 #define btAssert assert macro
113 #define btAssert(x) macro
135 #define btAssert(x) {if(!(x)){printf("Assert "__FILE__ ":%u ("#x")\n", __LINE__);spu_hcmpeq(0,0);}} macro
137 #define btAssert assert macro
141 #define btAssert(x) macro
161 #define btAssert assert macro
163 #define btAssert(x) macro
219 #define btAssert(x)\ macro
228 #define btAssert assert macro
[all …]