HomeSort by: relevance | last modified time | path
    Searched refs:UDItype (Results 1 - 25 of 104) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
_dd_to_udi.c 28 UDItype
30 UDItype res = 0xbaddbaddbaddbaddull;
_td_to_udi.c 28 UDItype
30 UDItype res = 0xbaddbaddbaddbaddull;
_udi_to_dd.c 29 __bid_floatunsdidd (UDItype x) {
_udi_to_td.c 29 __bid_floatunsditd (UDItype x) {
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixunsdfdi.c 32 UDItype
37 UDItype r;
fixunshfdi.c 32 UDItype
37 UDItype r;
fixunssfdi.c 32 UDItype
37 UDItype r;
fixunstfdi.c 32 UDItype
37 UDItype r;
floatundibf.c 33 __floatundibf (UDItype i)
40 FP_FROM_INT_B (A, i, DI_BITS, UDItype);
floatundidf.c 33 __floatundidf (UDItype i)
40 FP_FROM_INT_D (A, i, DI_BITS, UDItype);
floatundihf.c 33 __floatundihf (UDItype i)
40 FP_FROM_INT_H (A, i, DI_BITS, UDItype);
floatundisf.c 33 __floatundisf (UDItype i)
40 FP_FROM_INT_S (A, i, DI_BITS, UDItype);
floatunditf.c 34 __floatunditf (UDItype i)
39 FP_FROM_INT_Q (A, i, DI_BITS, UDItype);
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
_dd_to_udi.c 28 UDItype
30 UDItype res = 0xbaddbaddbaddbaddull;
_td_to_udi.c 28 UDItype
30 UDItype res = 0xbaddbaddbaddbaddull;
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
fixunsdfdi.c 34 UDItype
39 UDItype r;
fixunssfdi.c 34 UDItype
39 UDItype r;
fixunstfdi.c 34 UDItype
39 UDItype r;
floatundidf.c 35 __floatundidf (UDItype i)
42 FP_FROM_INT_D (A, i, DI_BITS, UDItype);
floatundisf.c 35 __floatundisf (UDItype i)
42 FP_FROM_INT_S (A, i, DI_BITS, UDItype);
floatunditf.c 36 __floatunditf (UDItype i)
41 FP_FROM_INT_Q (A, i, DI_BITS, UDItype);
  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
riscv-fp.c 37 extern DFtype __floatundidf (UDItype);
39 extern SFtype __floatundisf (UDItype);
84 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1));
85 d += (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1));
91 __floatundidf (UDItype u)
96 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1));
97 d += (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1));
113 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1))
115 u &= ~ (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
riscv-fp.c 37 extern DFtype __floatundidf (UDItype);
39 extern SFtype __floatundisf (UDItype);
84 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1));
85 d += (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1));
91 __floatundidf (UDItype u)
96 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1));
97 d += (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1));
113 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1))
115 u &= ~ (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/avr/
avr-lib.h 43 #define INT_C_TYPE UDItype
44 #define UINT_C_TYPE UDItype
56 #define FROM_INT_C_TYPE UDItype
58 #define FROM_UINT_C_TYPE UDItype
65 #define TO_INT_C_TYPE UDItype
67 #define TO_UINT_C_TYPE UDItype
79 #define UINT_C_TYPE UDItype
93 #define FROM_UINT_C_TYPE UDItype
102 #define TO_UINT_C_TYPE UDItype
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
avr-lib.h 43 #define INT_C_TYPE UDItype
44 #define UINT_C_TYPE UDItype
56 #define FROM_INT_C_TYPE UDItype
58 #define FROM_UINT_C_TYPE UDItype
65 #define TO_INT_C_TYPE UDItype
67 #define TO_UINT_C_TYPE UDItype
79 #define UINT_C_TYPE UDItype
93 #define FROM_UINT_C_TYPE UDItype
102 #define TO_UINT_C_TYPE UDItype

Completed in 34 milliseconds

1 2 3 4 5