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

/freebsd-11-stable/include/
H A Dstrings.h50 int ffs(int) __pure2;
53 int ffsl(long) __pure2;
54 int ffsll(long long) __pure2;
55 int fls(int) __pure2;
56 int flsl(long) __pure2;
57 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;
94 double complex conj(double complex) __pure2;
95 float complex conjf(float complex) __pure2;
97 conjl(long double complex) __pure2;
102 float complex cprojf(float complex) __pure2;
103 double complex cproj(double complex) __pure2;
105 cprojl(long double complex) __pure2;
106 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.h85 int abs(int) __pure2;
94 div_t div(int, int) __pure2;
98 long labs(long) __pure2;
99 ldiv_t ldiv(long, long) __pure2;
143 llabs(long long) __pure2;
145 lldiv_t lldiv(long long, long long) __pure2;
H A Dunistd.h473 int getpagesize(void) __pure2;
/freebsd-11-stable/lib/msun/src/
H A Dmath.h173 * as __pure2. In C99, FENV_ACCESS affects the purity of these functions.
179 int __fpclassifyd(double) __pure2;
180 int __fpclassifyf(float) __pure2;
181 int __fpclassifyl(long double) __pure2;
182 int __isfinitef(float) __pure2;
183 int __isfinite(double) __pure2;
184 int __isfinitel(long double) __pure2;
185 int __isinff(float) __pure2;
186 int __isinf(double) __pure2;
187 int __isinfl(long double) __pure2;
[all...]
/freebsd-11-stable/sys/sparc64/include/
H A Dpcpu.h79 static __inline __pure2 struct thread *
/freebsd-11-stable/sys/powerpc/include/
H A Dpcpu.h147 static __inline __pure2 struct thread *
/freebsd-11-stable/sys/i386/include/
H A Dpcpu.h225 static __inline __pure2 struct thread *
240 static __inline __pure2 struct pcb *
H A Dpmap.h407 pt_entry_t *pmap_pte(pmap_t, vm_offset_t) __pure2;
/freebsd-11-stable/sys/amd64/include/
H A Dpcpu.h229 static __inline __pure2 struct thread *
244 static __inline __pure2 struct pcb *
/freebsd-11-stable/sys/sys/
H A Dcdefs.h210 #define __pure2 macro
223 #define __pure2 macro
228 #define __pure2 __attribute__((__const__)) macro
234 #define __pure2 __attribute__((__const__)) macro
H A Dproc.h1137 static __inline __pure2 struct td_sched *
/freebsd-11-stable/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 375 milliseconds