Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 4 of 4) sorted by relevance

/system/core/include/cutils/
Dcompiler.h25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument
29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
Dfs.h29 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/system/core/libpixelflinger/
Dfixed.cpp96 const int32_t exp = lz - 16; in gglSqrtRecipx() local
148 int32_t exp = gglClz(x) - 16; in gglPowx() local
/system/extras/tests/bionic/libc/common/
Dtest_cpu_set.c37 #define TEST_INT_EQ(cond,exp) \ argument