Home
last modified time | relevance | path

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

/frameworks/native/libs/math/include/math/
Dhalf.h24 #ifndef LIKELY
27 # define LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro
30 # define LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) macro
208 #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