Home
last modified time | relevance | path

Searched refs:btUnlikely (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h119 #define btUnlikely(_c) _c macro
147 #define btUnlikely(_c) _c macro
170 #define btUnlikely(_c) __builtin_expect((_c), 0) macro
237 #define btUnlikely(_c) _c macro
262 #define btUnlikely(_c) _c macro
DbtVector3.cpp191 if( btUnlikely( count > 16) ) in _maxdot_large()
576 if(btUnlikely( count > 16) ) in _mindot_large()