Home
last modified time | relevance | path

Searched refs:LIKELY (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/math/include/math/
Dhalf.h25 #ifndef LIKELY
28 # define LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro
31 # define LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) macro
216 #undef LIKELY
DTMatHelpers.h33 #ifndef LIKELY
36 # define LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro
39 # define LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) macro
310 if (LIKELY(trace > 0)) { in extractQuat()
639 #undef LIKELY
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6364 if (LIKELY(mPool != NULL)) { in string8()
6371 if (LIKELY(mPool != NULL)) { in string16()