Searched refs:UNLIKELY (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/math/include/math/
H A Dhalf.h28 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro
31 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro
106 if (UNLIKELY(in.getE() == 0xFF)) { // inf or nan
133 if (UNLIKELY(in.getE() == 0x1F)) { // inf or nan
209 #undef UNLIKELY
H A DTMatHelpers.h37 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro
40 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro
640 #undef UNLIKELY macro
/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.cpp395 #define UNLIKELY(expr) __builtin_expect((expr), 0) macro
401 if (UNLIKELY(required && !data.driver.proc)) { \
H A Dapi_gen.cpp32 #define UNLIKELY(expr) __builtin_expect((expr), 0) macro
38 if (UNLIKELY(required && !data.dispatch.proc)) { \

Completed in 89 milliseconds