Home
last modified time | relevance | path

Searched refs:__int32_t (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dmsg.h123 __int32_t msg_first; /* RESERVED: kernel use only */
124 __int32_t msg_last; /* RESERVED: kernel use only */
131 __int32_t msg_pad1; /* RESERVED: DO NOT USE */
133 __int32_t msg_pad2; /* RESERVED: DO NOT USE */
135 __int32_t msg_pad3; /* RESERVED: DO NOT USE */
136 __int32_t msg_pad4[4]; /* RESERVED: DO NOT USE */
146 __int32_t msg_first; /* RESERVED: kernel use only */
154 __int32_t msg_pad1; /* RESERVED: DO NOT USE */
156 __int32_t msg_pad2; /* RESERVED: DO NOT USE */
158 __int32_t msg_pad3; /* RESERVED: DO NOT USE */
[all …]
H A Dsem.h89 __int32_t sem_base; /* 32 bit base ptr for semaphore set */
92 __int32_t sem_pad1; /* RESERVED: DO NOT USE! */
96 __int32_t sem_pad2; /* RESERVED: DO NOT USE! */
97 __int32_t sem_pad3[4]; /* RESERVED: DO NOT USE! */
107 __int32_t sem_base; /* 32 bit base ptr for semaphore set */
110 __int32_t sem_pad1; /* RESERVED: DO NOT USE! */
114 __int32_t sem_pad2; /* RESERVED: DO NOT USE! */
115 __int32_t sem_pad3[4]; /* RESERVED: DO NOT USE! */
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dmsg.h123 __int32_t msg_first; /* RESERVED: kernel use only */
124 __int32_t msg_last; /* RESERVED: kernel use only */
131 __int32_t msg_pad1; /* RESERVED: DO NOT USE */
133 __int32_t msg_pad2; /* RESERVED: DO NOT USE */
135 __int32_t msg_pad3; /* RESERVED: DO NOT USE */
136 __int32_t msg_pad4[4]; /* RESERVED: DO NOT USE */
146 __int32_t msg_first; /* RESERVED: kernel use only */
154 __int32_t msg_pad1; /* RESERVED: DO NOT USE */
156 __int32_t msg_pad2; /* RESERVED: DO NOT USE */
158 __int32_t msg_pad3; /* RESERVED: DO NOT USE */
[all …]
H A Dsem.h89 __int32_t sem_base; /* 32 bit base ptr for semaphore set */
92 __int32_t sem_pad1; /* RESERVED: DO NOT USE! */
96 __int32_t sem_pad2; /* RESERVED: DO NOT USE! */
97 __int32_t sem_pad3[4]; /* RESERVED: DO NOT USE! */
107 __int32_t sem_base; /* 32 bit base ptr for semaphore set */
110 __int32_t sem_pad1; /* RESERVED: DO NOT USE! */
114 __int32_t sem_pad2; /* RESERVED: DO NOT USE! */
115 __int32_t sem_pad3[4]; /* RESERVED: DO NOT USE! */
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/math/
H A Def_rem_pio2.c29 static const __int32_t two_over_pi[] = {
31 static __int32_t two_over_pi[] = {
60 static const __int32_t npio2_hw[] = {
62 static __int32_t npio2_hw[] = {
103 __int32_t __ieee754_rem_pio2f(float x, float *y) in __ieee754_rem_pio2f()
105 __int32_t __ieee754_rem_pio2f(x,y) in __ieee754_rem_pio2f()
111 __int32_t i,j,n,ix,hx;
145 n = (__int32_t) (t*invpio2+half);
186 SET_FLOAT_WORD(z, ix - ((__int32_t)e0<<23));
188 tx[i] = (float)((__int32_t)(z));
H A De_rem_pio2.c29 static const __int32_t two_over_pi[] = {
31 static __int32_t two_over_pi[] = {
47 static const __int32_t npio2_hw[] = {
49 static __int32_t npio2_hw[] = {
90 __int32_t __ieee754_rem_pio2(double x, double *y) in __ieee754_rem_pio2()
92 __int32_t __ieee754_rem_pio2(x,y) in __ieee754_rem_pio2()
98 __int32_t i,j,n,ix,hx;
133 n = (__int32_t) (t*invpio2+half);
176 SET_HIGH_WORD(z, ix - ((__int32_t)e0<<20));
178 tx[i] = (double)((__int32_t)(z));
H A Dkf_rem_pio2.c56 int __kernel_rem_pio2f(float *x, float *y, int e0, int nx, int prec, const __int32_t *ipio2) in __kernel_rem_pio2f()
59 float x[], y[]; int e0,nx,prec; __int32_t ipio2[]; in __kernel_rem_pio2f()
62 __int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih;
88 fw = (float)((__int32_t)(twon8* z));
89 iq[i] = (__int32_t)(z-two8*fw);
96 n = (__int32_t) z;
155 fw = (float)((__int32_t)(twon8*z));
156 iq[jz] = (__int32_t)(z-two8*fw);
158 iq[jz] = (__int32_t) fw;
159 } else iq[jz] = (__int32_t) z ;
H A Dk_rem_pio2.c166 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const __int32_t *ipio2) in __kernel_rem_pio2()
169 double x[], y[]; int e0,nx,prec; __int32_t ipio2[]; in __kernel_rem_pio2()
172 __int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih;
198 fw = (double)((__int32_t)(twon24* z));
199 iq[i] = (__int32_t)(z-two24*fw);
206 n = (__int32_t) z;
265 fw = (double)((__int32_t)(twon24*z));
266 iq[jz] = (__int32_t)(z-two24*fw);
268 iq[jz] = (__int32_t) fw;
269 } else iq[jz] = (__int32_t) z ;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Def_rem_pio2.c29 static const __int32_t two_over_pi[] = {
31 static __int32_t two_over_pi[] = {
60 static const __int32_t npio2_hw[] = {
62 static __int32_t npio2_hw[] = {
99 __int32_t __ieee754_rem_pio2f(float x, float *y) in __ieee754_rem_pio2f()
101 __int32_t __ieee754_rem_pio2f(x,y) in __ieee754_rem_pio2f()
107 __int32_t i,j,n,ix,hx;
141 n = (__int32_t) (t*invpio2+half);
182 SET_FLOAT_WORD(z, ix - ((__int32_t)e0<<23));
184 tx[i] = (float)((__int32_t)(z));
H A De_rem_pio2.c29 static const __int32_t two_over_pi[] = {
31 static __int32_t two_over_pi[] = {
47 static const __int32_t npio2_hw[] = {
49 static __int32_t npio2_hw[] = {
86 __int32_t __ieee754_rem_pio2(double x, double *y) in __ieee754_rem_pio2()
88 __int32_t __ieee754_rem_pio2(x,y) in __ieee754_rem_pio2()
94 __int32_t i,j,n,ix,hx;
129 n = (__int32_t) (t*invpio2+half);
172 SET_HIGH_WORD(z, ix - ((__int32_t)e0<<20));
174 tx[i] = (double)((__int32_t)(z));
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/math/
H A Def_rem_pio2.c29 static const __int32_t two_over_pi[] = {
31 static __int32_t two_over_pi[] = {
60 static const __int32_t npio2_hw[] = {
62 static __int32_t npio2_hw[] = {
99 __int32_t __ieee754_rem_pio2f(float x, float *y) in __ieee754_rem_pio2f()
101 __int32_t __ieee754_rem_pio2f(x,y) in __ieee754_rem_pio2f()
107 __int32_t i,j,n,ix,hx;
141 n = (__int32_t) (t*invpio2+half);
182 SET_FLOAT_WORD(z, ix - ((__int32_t)e0<<23));
184 tx[i] = (float)((__int32_t)(z));
H A De_rem_pio2.c29 static const __int32_t two_over_pi[] = {
31 static __int32_t two_over_pi[] = {
47 static const __int32_t npio2_hw[] = {
49 static __int32_t npio2_hw[] = {
86 __int32_t __ieee754_rem_pio2(double x, double *y) in __ieee754_rem_pio2()
88 __int32_t __ieee754_rem_pio2(x,y) in __ieee754_rem_pio2()
94 __int32_t i,j,n,ix,hx;
129 n = (__int32_t) (t*invpio2+half);
172 SET_HIGH_WORD(z, ix - ((__int32_t)e0<<20));
174 tx[i] = (double)((__int32_t)(z));
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A De_rem_pio2.c29 static const __int32_t two_over_pi[] = {
31 static __int32_t two_over_pi[] = {
47 static const __int32_t npio2_hw[] = {
49 static __int32_t npio2_hw[] = {
86 __int32_t __ieee754_rem_pio2(double x, double *y) in __ieee754_rem_pio2()
88 __int32_t __ieee754_rem_pio2(x,y) in __ieee754_rem_pio2()
94 __int32_t i,j,n,ix,hx;
129 n = (__int32_t) (t*invpio2+half);
172 SET_HIGH_WORD(z, ix - ((__int32_t)e0<<20));
174 tx[i] = (double)((__int32_t)(z));
H A Def_rem_pio2.c29 static const __int32_t two_over_pi[] = {
31 static __int32_t two_over_pi[] = {
60 static const __int32_t npio2_hw[] = {
62 static __int32_t npio2_hw[] = {
99 __int32_t __ieee754_rem_pio2f(float x, float *y) in __ieee754_rem_pio2f()
101 __int32_t __ieee754_rem_pio2f(x,y) in __ieee754_rem_pio2f()
107 __int32_t i,j,n,ix,hx;
141 n = (__int32_t) (t*invpio2+half);
182 SET_FLOAT_WORD(z, ix - ((__int32_t)e0<<23));
184 tx[i] = (float)((__int32_t)(z));
H A Dk_rem_pio2.c166 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const __int32_t *ipio2) in __kernel_rem_pio2()
169 double x[], y[]; int e0,nx,prec; __int32_t ipio2[]; in __kernel_rem_pio2()
172 __int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih;
197 fw = (double)((__int32_t)(twon24* z));
198 iq[i] = (__int32_t)(z-two24*fw);
205 n = (__int32_t) z;
264 fw = (double)((__int32_t)(twon24*z));
265 iq[jz] = (__int32_t)(z-two24*fw);
267 iq[jz] = (__int32_t) fw;
268 } else iq[jz] = (__int32_t) z ;
H A Dkf_rem_pio2.c56 int __kernel_rem_pio2f(float *x, float *y, int e0, int nx, int prec, const __int32_t *ipio2) in __kernel_rem_pio2f()
59 float x[], y[]; int e0,nx,prec; __int32_t ipio2[]; in __kernel_rem_pio2f()
62 __int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih;
87 fw = (float)((__int32_t)(twon8* z));
88 iq[i] = (__int32_t)(z-two8*fw);
95 n = (__int32_t) z;
154 fw = (float)((__int32_t)(twon8*z));
155 iq[jz] = (__int32_t)(z-two8*fw);
157 iq[jz] = (__int32_t) fw;
158 } else iq[jz] = (__int32_t) z ;
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/machine/
H A D_types.h43 typedef int __int32_t; typedef
55 typedef __int32_t __int_least32_t;
61 typedef __int32_t __int_fast8_t;
63 typedef __int32_t __int_fast16_t;
65 typedef __int32_t __int_fast32_t;
79 typedef __int32_t __register_t;
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/machine/
H A D_types.h43 typedef int __int32_t; typedef
55 typedef __int32_t __int_least32_t;
61 typedef __int32_t __int_fast8_t;
63 typedef __int32_t __int_fast16_t;
65 typedef __int32_t __int_fast32_t;
79 typedef __int32_t __register_t;
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/sys/
H A D_types.h43 typedef __int32_t __dev_t; /* device number */
53 typedef __int32_t __pid_t; /* process id */
56 typedef __int32_t __segsz_t; /* segment size */
58 typedef __int32_t __swblk_t; /* swap offset */
61 typedef __int32_t __suseconds_t; /* microseconds (signed) */
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/sys/
H A D_types.h43 typedef __int32_t __dev_t; /* device number */
53 typedef __int32_t __pid_t; /* process id */
56 typedef __int32_t __segsz_t; /* segment size */
58 typedef __int32_t __swblk_t; /* swap offset */
61 typedef __int32_t __suseconds_t; /* microseconds (signed) */
/dports/lang/micropython/micropython-1.17/lib/libm/
H A Def_rem_pio2.c69 static const __int32_t npio2_hw[] = {
71 static __int32_t npio2_hw[] = {
108 __int32_t __ieee754_rem_pio2f(float x, float *y) in __ieee754_rem_pio2f()
110 __int32_t __ieee754_rem_pio2f(x,y) in __ieee754_rem_pio2f()
116 __int32_t i,j,n,ix,hx;
150 n = (__int32_t) (t*invpio2+half);
191 SET_FLOAT_WORD(z, ix - ((__int32_t)e0<<23));
193 tx[i] = (float)((__int32_t)(z));
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/machine/
H A D_default_types.h63 typedef __INT32_TYPE__ __int32_t; typedef
71 typedef signed int __int32_t; typedef
75 typedef signed long __int32_t; typedef
79 typedef signed short __int32_t; typedef
83 typedef signed char __int32_t; typedef
136 typedef __int32_t __int_least8_t;
158 typedef __int32_t __int_least16_t;
176 typedef __int32_t __int_least32_t;
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/machine/
H A D_default_types.h77 typedef __INT32_TYPE__ __int32_t; typedef
85 typedef signed int __int32_t; typedef
89 typedef signed long __int32_t; typedef
93 typedef signed short __int32_t; typedef
97 typedef signed char __int32_t; typedef
150 typedef __int32_t __int_least8_t;
172 typedef __int32_t __int_least16_t;
190 typedef __int32_t __int_least32_t;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/include/
H A Dstruct___timespec64.h19 __int32_t :32; /* Padding */
20 __int32_t tv_nsec; /* Nanoseconds */
22 __int32_t tv_nsec; /* Nanoseconds */
23 __int32_t :32; /* Padding */
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/include/
H A Dstruct___timespec64.h19 __int32_t :32; /* Padding */
20 __int32_t tv_nsec; /* Nanoseconds */
22 __int32_t tv_nsec; /* Nanoseconds */
23 __int32_t :32; /* Padding */

12345678910>>...44