Searched refs:__pure2 (Results 1 – 13 of 13) sorted by relevance
63 double cimag(double complex) __pure2;64 float cimagf(float complex) __pure2;65 long double cimagl(long double complex) __pure2;66 double complex conj(double complex) __pure2;67 float complex conjf(float complex) __pure2;69 conjl(long double complex) __pure2;70 float complex cprojf(float complex) __pure2;71 double complex cproj(double complex) __pure2;73 cprojl(long double complex) __pure2;74 double creal(double complex) __pure2;[all …]
175 int __fpclassifyd(double) __NDK_FPABI_MATH__ __pure2;176 int __fpclassifyf(float) __NDK_FPABI_MATH__ __pure2;177 int __fpclassifyl(long double) __NDK_FPABI_MATH__ __pure2;178 int __isfinitef(float) __NDK_FPABI_MATH__ __pure2;179 int __isfinite(double) __NDK_FPABI_MATH__ __pure2;180 int __isfinitel(long double) __NDK_FPABI_MATH__ __pure2;181 int __isinff(float) __NDK_FPABI_MATH__ __pure2;182 int __isinfl(long double) __NDK_FPABI_MATH__ __pure2;183 int __isnanf(float) __NDK_FPABI_MATH__ __pure2;184 int __isnanl(long double) __NDK_FPABI_MATH__ __pure2;[all …]
82 extern int abs(int) __pure2;83 extern long labs(long) __pure2;84 extern long long llabs(long long) __pure2;143 extern div_t div(int, int) __pure2;150 extern ldiv_t ldiv(long, long) __pure2;157 extern lldiv_t lldiv(long long, long long) __pure2;
44 extern volatile int* __errno(void) __pure2;
257 intmax_t imaxabs(intmax_t) __pure2;258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
57 extern pid_t gettid(void) __pure2;
229 pthread_t pthread_self(void) __pure2;
24 #define __pure2 macro186 int __fpclassifyd(double) __NDK_FPABI_MATH__ __pure2;187 int __fpclassifyf(float) __NDK_FPABI_MATH__ __pure2;188 int __fpclassifyl(long double) __NDK_FPABI_MATH__ __pure2;189 int __isfinitef(float) __NDK_FPABI_MATH__ __pure2;190 int __isfinite(double) __NDK_FPABI_MATH__ __pure2;191 int __isfinitel(long double) __NDK_FPABI_MATH__ __pure2;192 int __isinff(float) __NDK_FPABI_MATH__ __pure2;193 int __isinf(double) __NDK_FPABI_MATH__ __pure2;194 int __isinfl(long double) __NDK_FPABI_MATH__ __pure2;[all …]
193 uint32_t htonl(uint32_t) __pure2;194 uint16_t htons(uint16_t) __pure2;195 uint32_t ntohl(uint32_t) __pure2;196 uint16_t ntohs(uint16_t) __pure2;
198 #define __pure2 __attribute__((__const__)) /* Android-added: used by FreeBSD libm */ macro