Home
last modified time | relevance | path

Searched refs:exp (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
H A Dfortify.h61 #define __DIAGNOSE_PREDICT_TRUE(exp) __builtin_expect((exp) != 0, 1)
62 #define __DIAGNOSE_PREDICT_FALSE(exp) __builtin_expect((exp) != 0, 0)
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dtgmath.h165 #undef exp macro
228 #define exp(x) __tg_real_complex(exp, (x)) macro
H A Dmath.h191 double exp(double);

Completed in 4 milliseconds