Home
last modified time | relevance | path

Searched refs:UNLIKELY (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/math/include/math/
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 in ftoh()
133 if (UNLIKELY(in.getE() == 0x1F)) { // inf or nan in htof()
209 #undef UNLIKELY
DTMatHelpers.h37 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro
40 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro
640 #undef UNLIKELY
/frameworks/ml/nn/common/include/
DUtils.h114 while (UNLIKELY(!(condition))) NN_RET_CHECK_FAIL() << #condition << " "
119 UNLIKELY(!(_values.lhs OP _values.rhs)); \
/frameworks/native/vulkan/libvulkan/
Ddriver_gen.cpp489 #define UNLIKELY(expr) __builtin_expect((expr), 0) macro
495 if (UNLIKELY(required && !data.driver.proc)) { \
Dcode-generator.tmpl394 #define UNLIKELY(expr) __builtin_expect((expr), 0)
399 if (UNLIKELY(required && !data.{{$}}.proc)) { \
Dapi_gen.cpp32 #define UNLIKELY(expr) __builtin_expect((expr), 0) macro
38 if (UNLIKELY(required && !data.dispatch.proc)) { \
/frameworks/base/libs/androidfw/
DAssetManager2.cpp430 if (UNLIKELY(type_spec == nullptr)) { in FindEntry()
543 if (UNLIKELY(best_cookie == kInvalidCookie)) { in FindEntry()
548 if (UNLIKELY(best_entry == nullptr)) { in FindEntry()
DLoadedArsc.cpp291 if (UNLIKELY(!VerifyResTableEntry(type_chunk, offset))) { in GetEntryFromOffset()
/frameworks/native/libs/binder/
DIPCThreadState.cpp675 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp1361 if (UNLIKELY(managed_fds_to_close == nullptr)) { in com_android_internal_os_Zygote_nativeForkAndSpecialize()