Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dtgmath.h107 #define __tg_real_complex(fun, x) (__RETCAST(x)( \ macro
209 #define acos(x) __tg_real_complex(acos, (x))
210 #define acosh(x) __tg_real_complex(acosh, (x))
211 #define asin(x) __tg_real_complex(asin, (x))
212 #define asinh(x) __tg_real_complex(asinh, (x))
213 #define atan(x) __tg_real_complex(atan, (x))
215 #define atanh(x) __tg_real_complex(atanh, (x))
222 #define cos(x) __tg_real_complex(cos, (x))
223 #define cosh(x) __tg_real_complex(cosh, (x))
228 #define exp(x) __tg_real_complex(ex
[all...]

Completed in 2 milliseconds