HomeSort by: relevance | last modified time | path
    Searched defs:SItype (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/lm32/
libgcc_lm32.h 31 typedef long SItype __attribute__ ((mode (SI)));
38 SItype __divsi3 (SItype a, SItype b);
39 SItype __modsi3 (SItype a, SItype b);
  /src/external/gpl3/gcc.old/dist/libgcc/config/lm32/
libgcc_lm32.h 31 typedef long SItype __attribute__ ((mode (SI)));
38 SItype __divsi3 (SItype a, SItype b);
39 SItype __modsi3 (SItype a, SItype b);
  /src/external/gpl3/gcc/dist/libgcc/
floatunsisf.c 2 typedef int SItype __attribute__ ((mode (SI)));
9 SItype s = (SItype) u;
14 return (SFtype) 2.0 * (SFtype) (SItype) ((u & 1) | (u >> 1));
floatunsidf.c 2 typedef int SItype __attribute__ ((mode (SI)));
9 SItype s = (SItype) u;
floatunsitf.c 2 typedef int SItype __attribute__ ((mode (SI)));
9 SItype s = (SItype) u;
floatunsixf.c 2 typedef int SItype __attribute__ ((mode (SI)));
9 SItype s = (SItype) u;
dfp-bit.h 208 #define INT_TYPE SItype
557 typedef int SItype __attribute__ ((mode (SI)));
  /src/external/gpl3/gcc.old/dist/libgcc/
floatunsisf.c 2 typedef int SItype __attribute__ ((mode (SI)));
9 SItype s = (SItype) u;
14 return (SFtype) 2.0 * (SFtype) (SItype) ((u & 1) | (u >> 1));
floatunsidf.c 2 typedef int SItype __attribute__ ((mode (SI)));
9 SItype s = (SItype) u;
floatunsitf.c 2 typedef int SItype __attribute__ ((mode (SI)));
9 SItype s = (SItype) u;
floatunsixf.c 2 typedef int SItype __attribute__ ((mode (SI)));
9 SItype s = (SItype) u;
  /src/external/gpl3/gcc/dist/libgcc/config/nios2/
lib2-nios2.h 34 typedef int SItype __attribute__ ((mode (SI)));
39 extern SItype __divsi3 (SItype, SItype);
40 extern SItype __modsi3 (SItype, SItype);
41 extern SItype __udivsi3 (SItype, SItype);
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
lib2-nios2.h 34 typedef int SItype __attribute__ ((mode (SI)));
39 extern SItype __divsi3 (SItype, SItype);
40 extern SItype __modsi3 (SItype, SItype);
41 extern SItype __udivsi3 (SItype, SItype);
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
double.c 31 #define SItype int32_t
  /src/external/gpl3/gdb.old/dist/sim/ppc/
double.c 31 #define SItype int32_t
  /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
lib2-gcn.h 34 typedef int SItype __attribute__ ((mode (SI)));
47 extern SItype __divsi3 (SItype, SItype);
48 extern SItype __modsi3 (SItype, SItype);
55 extern SItype __mulsi3 (SItype, SItype);
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 78 typedef int SItype __attribute__ ((mode (SI)));
91 typedef SItype SINT32;
140 #ifndef SItype
141 #define SItype SINT32
174 extern SItype __bid_fixddsi (_Decimal64);
221 extern SItype __bid_fixsdsi (_Decimal32);
234 extern _Decimal64 __bid_floatsidd (SItype);
235 extern _Decimal32 __bid_floatsisd (SItype);
236 extern _Decimal128 __bid_floatsitd (SItype);
242 extern SItype __bid_fixtdsi (_Decimal128)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
lib2mul.c 41 typedef int SItype __attribute__ ((mode (SI)));
42 struct DWstruct {SItype low, high;};
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 65 typedef int SItype __attribute__ ((mode (SI)));
78 typedef SItype SINT32;
122 #ifndef SItype
123 #define SItype SINT32
156 extern SItype __bid_fixddsi (_Decimal64);
203 extern SItype __bid_fixsdsi (_Decimal32);
216 extern _Decimal64 __bid_floatsidd (SItype);
217 extern _Decimal32 __bid_floatsisd (SItype);
218 extern _Decimal128 __bid_floatsitd (SItype);
224 extern SItype __bid_fixtdsi (_Decimal128)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2mul.c 41 typedef int SItype __attribute__ ((mode (SI)));
42 struct DWstruct {SItype low, high;};
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
soft-fp.h 324 typedef int SItype __attribute__ ((mode (SI)));
339 #define SI_BITS (__CHAR_BIT__ * (int) sizeof (SItype))
  /src/external/gpl3/gcc/dist/libquadmath/printf/
gmp-impl.h 56 typedef int SItype __attribute__ ((mode (SI)));
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
soft-fp.h 328 typedef int SItype __attribute__ ((mode (SI)));
343 #define SI_BITS (__CHAR_BIT__ * (int) sizeof (SItype))
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
gmp-impl.h 48 typedef int SItype __attribute__ ((mode (SI)));
  /src/external/gpl3/gcc/dist/libgcc/config/gcn/
lib2-gcn.h 30 typedef int SItype __attribute__ ((mode (SI)));
122 extern SItype __divsi3 (SItype, SItype);
123 extern SItype __modsi3 (SItype, SItype);
124 extern UDItype __divmodsi4 (SItype, SItype);
128 extern SItype __mulsi3 (SItype, SItype)
    [all...]

Completed in 30 milliseconds

1 2