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

/freebsd-10.1-release/include/
H A Dstrings.h47 int ffs(int) __pure2;
50 int ffsl(long) __pure2;
51 int ffsll(long long) __pure2;
52 int fls(int) __pure2;
53 int flsl(long) __pure2;
54 int flsll(long long) __pure2;
H A Dcomplex.h87 double cimag(double complex) __pure2;
88 float cimagf(float complex) __pure2;
89 long double cimagl(long double complex) __pure2;
90 double complex conj(double complex) __pure2;
91 float complex conjf(float complex) __pure2;
93 conjl(long double complex) __pure2;
94 float complex cprojf(float complex) __pure2;
95 double complex cproj(double complex) __pure2;
97 cprojl(long double complex) __pure2;
98 double creal(double complex) __pure2;
[all...]
H A Dinttypes.h51 intmax_t imaxabs(intmax_t) __pure2;
52 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
H A Dstdlib.h83 int abs(int) __pure2;
91 div_t div(int, int) __pure2;
95 long labs(long) __pure2;
96 ldiv_t ldiv(long, long) __pure2;
140 llabs(long long) __pure2;
142 lldiv_t lldiv(long long, long long) __pure2;
H A Dunistd.h473 int getpagesize(void) __pure2;
/freebsd-10.1-release/lib/msun/src/
H A Dmath.h178 * as __pure2. In C99, FENV_ACCESS affects the purity of these functions.
184 int __fpclassifyd(double) __pure2;
185 int __fpclassifyf(float) __pure2;
186 int __fpclassifyl(long double) __pure2;
187 int __isfinitef(float) __pure2;
188 int __isfinite(double) __pure2;
189 int __isfinitel(long double) __pure2;
190 int __isinff(float) __pure2;
191 int __isinf(double) __pure2;
192 int __isinfl(long double) __pure2;
[all...]
/freebsd-10.1-release/sys/sparc64/include/
H A Dpcpu.h78 static __inline __pure2 struct thread *
/freebsd-10.1-release/sys/amd64/include/
H A Dpcpu.h214 static __inline __pure2 struct thread *
229 static __inline __pure2 struct pcb *
/freebsd-10.1-release/sys/i386/include/
H A Dpcpu.h228 static __inline __pure2 struct thread *
243 static __inline __pure2 struct pcb *
H A Dpmap.h455 pt_entry_t *pmap_pte(pmap_t, vm_offset_t) __pure2;
/freebsd-10.1-release/sys/ia64/include/
H A Dpcpu.h80 static __inline __pure2 struct thread *
/freebsd-10.1-release/sys/powerpc/include/
H A Dpcpu.h139 static __inline __pure2 struct thread *
/freebsd-10.1-release/sys/sys/
H A Dcdefs.h208 #define __pure2 macro
216 #define __pure2 macro
221 #define __pure2 __attribute__((__const__)) macro
227 #define __pure2 __attribute__((__const__)) macro
236 #define __pure2 __attribute__((__const__)) macro
/freebsd-10.1-release/tools/regression/include/tgmath/
H A Dtgmath.c30 /* All of our functions have side effects, __pure2 causes functions calls to
32 #undef __pure2 macro
33 #define __pure2 macro

Completed in 360 milliseconds