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

1 2 3

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
_dd_to_di.c 28 DItype
30 DItype res = 0xbaddbaddbaddbaddull;
_td_to_di.c 28 DItype
30 DItype res = 0xbaddbaddbaddbaddull;
_di_to_dd.c 29 __bid_floatdidd (DItype x) {
_di_to_td.c 29 __bid_floatditd (DItype x) {
_sd_to_di.c 28 DItype
30 DItype res = 0xbaddbaddbaddbaddull;
_di_to_sd.c 29 __bid_floatdisd (DItype x) {
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
_dd_to_di.c 28 DItype
30 DItype res = 0xbaddbaddbaddbaddull;
_td_to_di.c 28 DItype
30 DItype res = 0xbaddbaddbaddbaddull;
_di_to_dd.c 29 __bid_floatdidd (DItype x) {
_di_to_td.c 29 __bid_floatditd (DItype x) {
_sd_to_di.c 28 DItype
30 DItype res = 0xbaddbaddbaddbaddull;
  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
riscv-fp.c 32 extern DItype __fixdfdi (DFtype);
33 extern DItype __fixsfdi (SFtype);
36 extern DFtype __floatdidf (DItype);
38 extern SFtype __floatdisf (DItype);
41 static DItype local_fixunssfdi (SFtype);
42 static DItype local_fixunsdfdi (DFtype);
44 DItype
52 DItype
79 __floatdidf (DItype u)
103 __floatdisf (DItype u
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
riscv-fp.c 32 extern DItype __fixdfdi (DFtype);
33 extern DItype __fixsfdi (SFtype);
36 extern DFtype __floatdidf (DItype);
38 extern SFtype __floatdisf (DItype);
41 static DItype local_fixunssfdi (SFtype);
42 static DItype local_fixunsdfdi (DFtype);
44 DItype
52 DItype
79 __floatdidf (DItype u)
103 __floatdisf (DItype u
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/avr/
avr-lib.h 57 #define FROM_SINT_C_TYPE DItype
66 #define TO_SINT_C_TYPE DItype
78 #define INT_C_TYPE DItype
91 #define FROM_INT_C_TYPE DItype
92 #define FROM_SINT_C_TYPE DItype
100 #define TO_INT_C_TYPE DItype
101 #define TO_SINT_C_TYPE DItype
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
avr-lib.h 57 #define FROM_SINT_C_TYPE DItype
66 #define TO_SINT_C_TYPE DItype
78 #define INT_C_TYPE DItype
91 #define FROM_INT_C_TYPE DItype
92 #define FROM_SINT_C_TYPE DItype
100 #define TO_INT_C_TYPE DItype
101 #define TO_SINT_C_TYPE DItype
  /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
lib2-gcn.h 36 typedef int DItype __attribute__ ((mode (DI)));
43 extern DItype __divdi3 (DItype, DItype);
44 extern DItype __moddi3 (DItype, DItype);
  /src/external/gpl3/gcc/dist/libgcc/config/gcn/
lib2-divmod-di.c 29 struct {DItype quot, rem;} pair;
62 __divmoddi4 (DItype a, DItype b)
90 DItype
91 __divdi3 (DItype a, DItype b)
98 DItype
99 __moddi3 (DItype a, DItype b)
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixdfdi.c 32 DItype
fixhfdi.c 32 DItype
fixsfdi.c 32 DItype
fixtfdi.c 32 DItype
floatdibf.c 33 __floatdibf (DItype i)
floatdidf.c 33 __floatdidf (DItype i)
floatdihf.c 33 __floatdihf (DItype i)
floatdisf.c 33 __floatdisf (DItype i)

Completed in 33 milliseconds

1 2 3