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

/bionic/libm/include/
H A Dcomplex.h63 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...]
H A Dmath.h169 * as __pure2. In C99, FENV_ACCESS affects the purity of these functions.
175 int __fpclassifyd(double) __pure2;
176 int __fpclassifyf(float) __pure2;
177 int __fpclassifyl(long double) __pure2;
178 int __isfinitef(float) __pure2;
179 int __isfinite(double) __pure2;
180 int __isfinitel(long double) __pure2;
181 int __isinff(float) __pure2;
182 int __isinfl(long double) __pure2;
183 int __isnanf(float) __pure2;
[all...]
/bionic/libc/include/
H A Derrno.h44 extern volatile int* __errno(void) __pure2;
H A Dstdlib.h86 extern int abs(int) __pure2;
87 extern long labs(long) __pure2;
88 extern long long llabs(long long) __pure2;
135 extern div_t div(int, int) __pure2;
142 extern ldiv_t ldiv(long, long) __pure2;
149 extern lldiv_t lldiv(long long, long long) __pure2;
H A Dinttypes.h257 intmax_t imaxabs(intmax_t) __pure2;
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
H A Dunistd.h57 extern pid_t gettid(void) __pure2;
H A Dpthread.h231 pthread_t pthread_self(void) __pure2;
/bionic/libc/include/sys/
H A Dendian.h193 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;
H A Dcdefs.h198 #define __pure2 __attribute__((__const__)) /* Android-added: used by FreeBSD libm */ macro

Completed in 508 milliseconds