HomeSort by: relevance | last modified time | path
    Searched refs:UINT_C_TYPE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/avr/
avr-lib.h 44 #define UINT_C_TYPE UDItype
79 #define UINT_C_TYPE UDItype
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
avr-lib.h 44 #define UINT_C_TYPE UDItype
79 #define UINT_C_TYPE UDItype
  /src/external/gpl3/gcc/dist/libgcc/
fixed-bit.c 83 z = x + (UINT_C_TYPE) y;
88 z = ((UINT_C_TYPE) 1) << I_F_BITS;
90 z -= (UINT_C_TYPE) 1;
154 z = x - (UINT_C_TYPE) y;
159 z = ((UINT_C_TYPE) 1) << I_F_BITS;
161 z -= (UINT_C_TYPE) 1;
235 || (*high == r_max && (UINT_C_TYPE)(*low) > (UINT_C_TYPE)s_max))
241 (*high == r_min && (UINT_C_TYPE)(*low) < (UINT_C_TYPE)s_min)
    [all...]
fixed-bit.h 142 #define UINT_C_TYPE UQItype
153 #define UINT_C_TYPE UQItype
164 #define UINT_C_TYPE UHItype
182 #define UINT_C_TYPE UHItype
200 #define UINT_C_TYPE USItype
218 #define UINT_C_TYPE USItype
236 #define UINT_C_TYPE UDItype
254 #define UINT_C_TYPE UDItype
272 #define UINT_C_TYPE UTItype
283 #define UINT_C_TYPE UTItyp
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
fixed-bit.c 83 z = x + (UINT_C_TYPE) y;
88 z = ((UINT_C_TYPE) 1) << I_F_BITS;
90 z -= (UINT_C_TYPE) 1;
154 z = x - (UINT_C_TYPE) y;
159 z = ((UINT_C_TYPE) 1) << I_F_BITS;
161 z -= (UINT_C_TYPE) 1;
235 || (*high == r_max && (UINT_C_TYPE)(*low) > (UINT_C_TYPE)s_max))
241 (*high == r_min && (UINT_C_TYPE)(*low) < (UINT_C_TYPE)s_min)
    [all...]
fixed-bit.h 142 #define UINT_C_TYPE UQItype
153 #define UINT_C_TYPE UQItype
164 #define UINT_C_TYPE UHItype
182 #define UINT_C_TYPE UHItype
200 #define UINT_C_TYPE USItype
218 #define UINT_C_TYPE USItype
236 #define UINT_C_TYPE UDItype
254 #define UINT_C_TYPE UDItype
272 #define UINT_C_TYPE UTItype
283 #define UINT_C_TYPE UTItyp
    [all...]

Completed in 25 milliseconds