HomeSort by relevance Sort by last modified time
    Searched refs:__int32_t (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_types.h 53 typedef int __int32_t; typedef
63 typedef __int32_t __critical_t;
64 typedef __int32_t __intfptr_t;
65 typedef __int32_t __intptr_t;
66 typedef __int32_t __ptrdiff_t; /* ptr1 - ptr2 */
67 typedef __int32_t __register_t;
68 typedef __int32_t __segsz_t; /* segment size (in pages) */
70 typedef __int32_t __ssize_t; /* byte count or error */
101 typedef __int32_t __clock_t; /* clock()... */
105 typedef __int32_t __int_fast8_t
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_types.h 40 typedef __int32_t __clockid_t; /* clock_gettime()... */
49 typedef __int32_t __lwpid_t; /* Thread ID (a.k.a. LWP) */
55 typedef __int32_t __pid_t; /* process [group] */
_stdint.h 44 typedef __int32_t int32_t;
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_types.h 49 typedef INT32 __int32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_types.h 49 typedef INT32 __int32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_types.h 49 typedef INT32 __int32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_types.h 47 typedef int __int32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_types.h 61 typedef INT32 __int32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ansi.h 56 typedef __int32_t __pid_t; ///< process id
stdint.h 66 typedef __int32_t int32_t;
67 #define int32_t __int32_t
fd_set.h 45 typedef __int32_t __fd_mask;
types.h 78 typedef __int32_t int32_t;
79 #define int32_t __int32_t
  /device/google/contexthub/firmware/lib/libm/
ef_rem_pio2.c 29 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)
101 __int32_t __ieee754_rem_pio2f(x,y)
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))
    [all...]
kf_rem_pio2.c 56 int __kernel_rem_pio2f(float *x, float *y, int e0, int nx, int prec, const __int32_t *ipio2)
59 float x[], y[]; int e0,nx,prec; __int32_t ipio2[];
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
    [all...]
sf_cos.c 26 __int32_t n,ix;
sf_sin.c 26 __int32_t n,ix;
kf_sin.c 39 __int32_t ix;
sf_floor.c 40 __int32_t i0,j0;
ef_asin.c 48 __int32_t hx,ix;
77 __int32_t iw;
ef_sqrt.c 33 __int32_t ix,s,q,m,t,i;
fdlibm.h 173 extern __int32_t __ieee754_rem_pio2 __P((double,double*));
185 extern int __kernel_rem_pio2 __P((double*,double*,int,int,int,const __int32_t*));
219 extern __int32_t __ieee754_rem_pio2f __P((float,float*));
230 extern int __kernel_rem_pio2f __P((float*,float*,int,int,int,const __int32_t*));
kf_cos.c 39 __int32_t ix;
sf_scalbn.c 43 __int32_t k,ix;
  /external/python/cpython2/Lib/plat-irix6/
IN.py 185 def IN_CLASSA(i): return (((__int32_t)(i) & 0x80000000) == 0)
191 def IN_CLASSB(i): return (((__int32_t)(i) & 0xc0000000) == 0x80000000)
197 def IN_CLASSC(i): return (((__int32_t)(i) & 0xe0000000) == 0xc0000000)
202 def IN_CLASSD(i): return (((__int32_t)(i) & 0xf0000000) == 0xe0000000)
209 def IN_EXPERIMENTAL(i): return (((__int32_t)(i) & 0xf0000000) == 0xf0000000)
211 def IN_BADCLASS(i): return (((__int32_t)(i) & 0xf0000000) == 0xf0000000)
  /external/elfutils/tests/
run-dwarf-getstring.sh 108 __int32_t

Completed in 1284 milliseconds

1 2