Home
last modified time | relevance | path

Searched refs:DFtype (Results 1 – 25 of 115) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Driscv-fp.c32 extern DItype __fixdfdi (DFtype);
34 extern USItype __fixunsdfsi (DFtype);
36 extern DFtype __floatdidf (DItype);
37 extern DFtype __floatundidf (UDItype);
42 static DItype local_fixunsdfdi (DFtype);
45 __fixdfdi (DFtype a) in __fixdfdi()
61 __fixunsdfsi (DFtype a) in __fixunsdfsi()
63 if (a >= - (DFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi()
78 DFtype
81 DFtype d; in __floatdidf()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Driscv-fp.c32 extern DItype __fixdfdi (DFtype);
34 extern USItype __fixunsdfsi (DFtype);
36 extern DFtype __floatdidf (DItype);
37 extern DFtype __floatundidf (UDItype);
42 static DItype local_fixunsdfdi (DFtype);
45 __fixdfdi (DFtype a) in __fixdfdi()
61 __fixunsdfsi (DFtype a) in __fixunsdfsi()
63 if (a >= - (DFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi()
78 DFtype
81 DFtype d; in __floatdidf()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dppc64-fp.c32 extern DItype __fixdfdi (DFtype);
34 extern USItype __fixunsdfsi (DFtype);
38 extern DFtype __floatdidf (DItype);
39 extern DFtype __floatundidf (UDItype);
45 static DItype local_fixunsdfdi (DFtype);
56 __fixdfdi (DFtype a) in __fixdfdi()
72 __fixunsdfsi (DFtype a) in __fixunsdfsi()
74 if (a >= - (DFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi()
92 DFtype dh, dl; in __floatditf()
104 DFtype dh, dl; in __floatunditf()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dfloatunsidf.c4 typedef float DFtype __attribute__ ((mode (DF))); typedef
6 DFtype
10 DFtype r = (DFtype) s; in __floatunsidf()
12 r += (DFtype)2.0 * (DFtype) ((USItype) 1 in __floatunsidf()
H A Dlibgcc2.h151 typedef float DFtype __attribute__ ((mode (DF))); typedef
455 extern DWtype __fixdfdi (DFtype);
456 extern DFtype __floatdidf (DWtype);
457 extern DFtype __floatundidf (UDWtype);
458 extern UWtype __fixunsdfSI (DFtype);
459 extern UDWtype __fixunsdfDI (DFtype);
460 extern DFtype __powidf2 (DFtype, int);
461 extern DCtype __divdc3 (DFtype, DFtype, DFtype, DFtype);
462 extern DCtype __muldc3 (DFtype, DFtype, DFtype, DFtype);
H A Dfp-bit.h93 typedef float DFtype __attribute__ ((mode (DF))); typedef
220 typedef DFtype FLO_type;
453 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
455 extern DFtype sf_to_df (SFtype);
466 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
469 extern SFtype df_to_sf (DFtype);
472 extern TFtype df_to_tf (DFtype);
477 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
484 extern DFtype tf_to_df (TFtype);
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dfloatunsidf.c4 typedef float DFtype __attribute__ ((mode (DF))); typedef
6 DFtype
10 DFtype r = (DFtype) s; in __floatunsidf()
12 r += (DFtype)2.0 * (DFtype) ((USItype) 1 in __floatunsidf()
H A Dlibgcc2.h151 typedef float DFtype __attribute__ ((mode (DF))); typedef
455 extern DWtype __fixdfdi (DFtype);
456 extern DFtype __floatdidf (DWtype);
457 extern DFtype __floatundidf (UDWtype);
458 extern UWtype __fixunsdfSI (DFtype);
459 extern UDWtype __fixunsdfDI (DFtype);
460 extern DFtype __powidf2 (DFtype, int);
461 extern DCtype __divdc3 (DFtype, DFtype, DFtype, DFtype);
462 extern DCtype __muldc3 (DFtype, DFtype, DFtype, DFtype);
H A Dfp-bit.h93 typedef float DFtype __attribute__ ((mode (DF))); typedef
220 typedef DFtype FLO_type;
453 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
455 extern DFtype sf_to_df (SFtype);
466 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
469 extern SFtype df_to_sf (DFtype);
472 extern TFtype df_to_tf (DFtype);
477 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
484 extern DFtype tf_to_df (TFtype);
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_gcc_intrinsics.h57 typedef float DFtype __attribute__ ((mode (DF))); typedef
105 #ifndef DFtype
106 #define DFtype double macro
152 extern DFtype __bid_truncdddf (_Decimal64);
166 extern _Decimal64 __bid_extenddfdd (DFtype);
167 extern _Decimal32 __bid_truncdfsd (DFtype);
168 extern _Decimal128 __bid_extenddftd (DFtype);
200 extern DFtype __bid_extendsddf (_Decimal32);
220 extern DFtype __bid_trunctddf (_Decimal128);
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_gcc_intrinsics.h57 typedef float DFtype __attribute__ ((mode (DF))); typedef
105 #ifndef DFtype
106 #define DFtype double macro
152 extern DFtype __bid_truncdddf (_Decimal64);
166 extern _Decimal64 __bid_extenddfdd (DFtype);
167 extern _Decimal32 __bid_truncdfsd (DFtype);
168 extern _Decimal128 __bid_extenddftd (DFtype);
200 extern DFtype __bid_extendsddf (_Decimal32);
220 extern DFtype __bid_trunctddf (_Decimal128);
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
H A Dfloatunhidf.c4 typedef float DFtype __attribute__ ((mode (DF))); typedef
6 extern DFtype __floatunsidf (unsigned long);
8 DFtype __floatunhidf (UHItype);
10 DFtype
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/msp430/
H A Dfloatunhidf.c4 typedef float DFtype __attribute__ ((mode (DF))); typedef
6 extern DFtype __floatunsidf (unsigned long);
8 DFtype __floatunhidf (UHItype);
10 DFtype
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dsubdf3.c34 DFtype
35 __subdf3 (DFtype a, DFtype b) in __subdf3()
41 DFtype r; in __subdf3()
H A Dmuldf3.c34 DFtype
35 __muldf3 (DFtype a, DFtype b) in __muldf3()
41 DFtype r; in __muldf3()
H A Dadddf3.c34 DFtype
35 __adddf3 (DFtype a, DFtype b) in __adddf3()
41 DFtype r; in __adddf3()
H A Ddivdf3.c34 DFtype
35 __divdf3 (DFtype a, DFtype b) in __divdf3()
41 DFtype r; in __divdf3()
H A Dnegdf2.c34 DFtype
35 __negdf2 (DFtype a) in __negdf2()
39 DFtype r; in __negdf2()
/netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dsubdf3.c34 DFtype
35 __subdf3 (DFtype a, DFtype b) in __subdf3()
41 DFtype r; in __subdf3()
H A Dmuldf3.c34 DFtype
35 __muldf3 (DFtype a, DFtype b) in __muldf3()
41 DFtype r; in __muldf3()
H A Dadddf3.c34 DFtype
35 __adddf3 (DFtype a, DFtype b) in __adddf3()
41 DFtype r; in __adddf3()
H A Ddivdf3.c34 DFtype
35 __divdf3 (DFtype a, DFtype b) in __divdf3()
41 DFtype r; in __divdf3()
H A Dnegdf2.c34 DFtype
35 __negdf2 (DFtype a) in __negdf2()
39 DFtype r; in __negdf2()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dbpabi-lib.h40 extern DWtype __fixdfdi (DFtype) __attribute__((pcs("aapcs"))); \
41 extern UDWtype __fixunsdfdi (DFtype) __asm__("__aeabi_d2ulz") __attribute__((pcs("aapcs")));
45 extern UDWtype __fixunsdfdi (DFtype) __attribute__((pcs("aapcs")));
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dbpabi-lib.h40 extern DWtype __fixdfdi (DFtype) __attribute__((pcs("aapcs"))); \
41 extern UDWtype __fixunsdfdi (DFtype) __asm__("__aeabi_d2ulz") __attribute__((pcs("aapcs")));
45 extern UDWtype __fixunsdfdi (DFtype) __attribute__((pcs("aapcs")));

12345