Home
last modified time | relevance | path

Searched refs:SItype (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/wordsize-32/
Ddivdi3.c28 typedef int SItype __attribute__ ((mode (SI))); typedef
32 #define Wtype SItype
33 #define HWtype SItype
/glibc-2.36/stdlib/
Dlonglong.h219 SItype c_; \
434 register SItype __r0 __asm__ ("0"); \
435 register SItype __r1 __asm__ ("1") = (m0); \
445 register SItype __r0 __asm__ ("0") = (n1); \
446 register SItype __r1 __asm__ ("1") = (n0); \
924 SItype __m0 = (m0), __m1 = (m1); \
1034 (ph) += ((((SItype) __m0 >> 31) & __m1) \
1035 + (((SItype) __m1 >> 31) & __m0)); \
1491 (xh) += ((((SItype) __m0 >> 31) & __m1) \
1492 + (((SItype) __m1 >> 31) & __m0)); \
[all …]
Dgmp-impl.h281 typedef int SItype __attribute__ ((mode (SI))); typedef
287 typedef long SItype; typedef
/glibc-2.36/soft-fp/
Dsoft-fp.h324 typedef int SItype __attribute__ ((mode (SI))); typedef
339 #define SI_BITS (__CHAR_BIT__ * (int) sizeof (SItype))
Dfloatsidf.c34 __floatsidf (SItype i) in __floatsidf()
Dfloatsitf.c34 __floatsitf (SItype i) in __floatsitf()
Dfixdfsi.c32 SItype
Dfixsfsi.c32 SItype
Dfixtfsi.c32 SItype
Dfloatsisf.c33 __floatsisf (SItype i) in __floatsisf()