Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 2 of 2) 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
/system/core/libpixelflinger/
Dfixed.cpp95 const int32_t exp = lz - 16; in gglSqrtRecipx() local
147 int32_t exp = gglClz(x) - 16; in gglPowx() local