Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
Dfortify.h61 #define __DIAGNOSE_PREDICT_TRUE(exp) __builtin_expect((exp) != 0, 1) argument
62 #define __DIAGNOSE_PREDICT_FALSE(exp) __builtin_expect((exp) != 0, 0) argument
/interface/sdk_c/third_party/musl/ndk_musl_include/
Dtgmath.h228 #define exp(x) __tg_real_complex(exp, (x)) macro