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

1 2 3 4 5

  /src/external/gpl3/gcc/dist/libgcc/
floatunsidf.c 4 typedef float DFtype __attribute__ ((mode (DF)));
6 DFtype
10 DFtype r = (DFtype) s;
12 r += (DFtype)2.0 * (DFtype) ((USItype) 1
  /src/external/gpl3/gcc.old/dist/libgcc/
floatunsidf.c 4 typedef float DFtype __attribute__ ((mode (DF)));
6 DFtype
10 DFtype r = (DFtype) s;
12 r += (DFtype)2.0 * (DFtype) ((USItype) 1
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
negdf2.c 32 DFtype
33 __negdf2 (DFtype a)
37 DFtype r;
adddf3.c 32 DFtype
33 __adddf3 (DFtype a, DFtype b)
39 DFtype r;
divdf3.c 32 DFtype
33 __divdf3 (DFtype a, DFtype b)
39 DFtype r;
muldf3.c 32 DFtype
33 __muldf3 (DFtype a, DFtype b)
39 DFtype r;
subdf3.c 32 DFtype
33 __subdf3 (DFtype a, DFtype b)
39 DFtype r;
floatdidf.c 32 DFtype
37 DFtype a;
floatsidf.c 33 DFtype
37 DFtype a;
floattidf.c 32 DFtype
37 DFtype a;
floatundidf.c 32 DFtype
37 DFtype a;
floatunsidf.c 33 DFtype
37 DFtype a;
floatuntidf.c 32 DFtype
37 DFtype a;
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
negdf2.c 34 DFtype
35 __negdf2 (DFtype a)
39 DFtype r;
adddf3.c 34 DFtype
35 __adddf3 (DFtype a, DFtype b)
41 DFtype r;
divdf3.c 34 DFtype
35 __divdf3 (DFtype a, DFtype b)
41 DFtype r;
muldf3.c 34 DFtype
35 __muldf3 (DFtype a, DFtype b)
41 DFtype r;
subdf3.c 34 DFtype
35 __subdf3 (DFtype a, DFtype b)
41 DFtype r;
  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
floatunhidf.c 4 typedef float DFtype __attribute__ ((mode (DF)));
6 extern DFtype __floatunsidf (unsigned long);
8 DFtype __floatunhidf (UHItype);
10 DFtype
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
floatunhidf.c 4 typedef float DFtype __attribute__ ((mode (DF)));
6 extern DFtype __floatunsidf (unsigned long);
8 DFtype __floatunhidf (UHItype);
10 DFtype
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
_dd_to_df.c 28 DFtype
30 DFtype res;
_sd_to_df.c 28 DFtype
30 DFtype res;
_td_to_df.c 28 DFtype
30 DFtype res;
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
_dd_to_df.c 28 DFtype
30 DFtype res;
_sd_to_df.c 28 DFtype
30 DFtype res;

Completed in 37 milliseconds

1 2 3 4 5