OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SFtype
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/msp430/
floathisf.c
3
typedef float
SFtype
__attribute__ ((mode (SF)));
5
extern
SFtype
__floatsisf (unsigned long);
7
SFtype
__floathisf (HItype);
9
SFtype
floatunhisf.c
4
typedef float
SFtype
__attribute__ ((mode (SF)));
6
extern
SFtype
__floatunsisf (unsigned long);
8
SFtype
__floatunhisf (UHItype);
10
SFtype
/src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
floathisf.c
3
typedef float
SFtype
__attribute__ ((mode (SF)));
5
extern
SFtype
__floatsisf (unsigned long);
7
SFtype
__floathisf (HItype);
9
SFtype
floatunhisf.c
4
typedef float
SFtype
__attribute__ ((mode (SF)));
6
extern
SFtype
__floatunsisf (unsigned long);
8
SFtype
__floatunhisf (UHItype);
10
SFtype
/src/external/gpl3/gcc/dist/libgcc/
floatunsisf.c
4
typedef float
SFtype
__attribute__ ((mode (SF)));
6
SFtype
14
return (
SFtype
) 2.0 * (
SFtype
) (SItype) ((u & 1) | (u >> 1));
17
return (
SFtype
) s;
dfp-bit.h
264
#define BFP_TYPE
SFtype
548
typedef float
SFtype
__attribute__ ((mode (SF)));
fp-bit.h
92
typedef float
SFtype
__attribute__ ((mode (SF)));
197
typedef
SFtype
FLO_type;
450
extern
SFtype
__make_fp (fp_class_type, unsigned int, int, USItype);
455
extern DFtype sf_to_df (
SFtype
);
458
extern TFtype sf_to_tf (
SFtype
);
464
extern
SFtype
__make_fp (fp_class_type, unsigned int, int, USItype);
469
extern
SFtype
df_to_sf (DFtype);
481
extern
SFtype
tf_to_sf (TFtype);
libgcc2.h
150
typedef float
SFtype
__attribute__ ((mode (SF)));
469
extern DWtype __fixsfdi (
SFtype
);
470
extern
SFtype
__floatdisf (DWtype);
471
extern
SFtype
__floatundisf (UDWtype);
472
extern UWtype __fixunssfSI (
SFtype
);
473
extern UDWtype __fixunssfDI (
SFtype
);
474
extern
SFtype
__powisf2 (
SFtype
, int);
475
extern SCtype __divsc3 (
SFtype
,
SFtype
, SFtype, SFtype)
[
all
...]
fixed-bit.h
127
typedef float
SFtype
__attribute__ ((mode (SF)));
656
#define FROM_FLOAT_C_TYPE
SFtype
918
#define TO_FLOAT_C_TYPE
SFtype
libgcc2.c
2197
__fixunssfDI (
SFtype
a)
2200
/* Convert the
SFtype
to a DFtype, because that is surely not going
2233
SFtype
msb;
2238
SFtype
counterf = (UWtype)1 << counter;
2261
__fixsfdi (
SFtype
a)
2334
#define FSTYPE
SFtype
2455
#define FSTYPE
SFtype
2577
__fixunssfSI (
SFtype
a)
2579
if (a >= - (
SFtype
) Wtype_MIN)
2594
# define TYPE
SFtype
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/
floatunsisf.c
4
typedef float
SFtype
__attribute__ ((mode (SF)));
6
SFtype
14
return (
SFtype
) 2.0 * (
SFtype
) (SItype) ((u & 1) | (u >> 1));
17
return (
SFtype
) s;
dfp-bit.h
264
#define BFP_TYPE
SFtype
548
typedef float
SFtype
__attribute__ ((mode (SF)));
fp-bit.h
92
typedef float
SFtype
__attribute__ ((mode (SF)));
197
typedef
SFtype
FLO_type;
450
extern
SFtype
__make_fp (fp_class_type, unsigned int, int, USItype);
455
extern DFtype sf_to_df (
SFtype
);
458
extern TFtype sf_to_tf (
SFtype
);
464
extern
SFtype
__make_fp (fp_class_type, unsigned int, int, USItype);
469
extern
SFtype
df_to_sf (DFtype);
481
extern
SFtype
tf_to_sf (TFtype);
libgcc2.h
147
typedef float
SFtype
__attribute__ ((mode (SF)));
445
extern DWtype __fixsfdi (
SFtype
);
446
extern
SFtype
__floatdisf (DWtype);
447
extern
SFtype
__floatundisf (UDWtype);
448
extern UWtype __fixunssfSI (
SFtype
);
449
extern UDWtype __fixunssfDI (
SFtype
);
450
extern
SFtype
__powisf2 (
SFtype
, int);
451
extern SCtype __divsc3 (
SFtype
,
SFtype
, SFtype, SFtype)
[
all
...]
fixed-bit.h
127
typedef float
SFtype
__attribute__ ((mode (SF)));
656
#define FROM_FLOAT_C_TYPE
SFtype
918
#define TO_FLOAT_C_TYPE
SFtype
libgcc2.c
1453
__fixunssfDI (
SFtype
a)
1456
/* Convert the
SFtype
to a DFtype, because that is surely not going
1489
SFtype
msb;
1494
SFtype
counterf = (UWtype)1 << counter;
1517
__fixsfdi (
SFtype
a)
1590
#define FSTYPE
SFtype
1711
#define FSTYPE
SFtype
1833
__fixunssfSI (
SFtype
a)
1835
if (a >= - (
SFtype
) Wtype_MIN)
1850
# define TYPE
SFtype
[
all
...]
/src/external/gpl3/gdb/dist/sim/ppc/
double.c
27
#define
SFtype
uint32_t
dp-bit.c
55
#ifndef
SFtype
56
typedef
SFtype
__attribute__ ((mode (SF)));
110
typedef
SFtype
FLO_type;
1235
SFtype
1260
sf_to_df (
SFtype
arg_a)
1274
extern
SFtype
__make_fp (fp_class_type, unsigned int, int, USItype);
1288
SFtype
/src/external/gpl3/gdb.old/dist/sim/ppc/
double.c
27
#define
SFtype
uint32_t
dp-bit.c
55
#ifndef
SFtype
56
typedef
SFtype
__attribute__ ((mode (SF)));
110
typedef
SFtype
FLO_type;
1235
SFtype
1260
sf_to_df (
SFtype
arg_a)
1274
extern
SFtype
__make_fp (fp_class_type, unsigned int, int, USItype);
1288
SFtype
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h
69
typedef float
SFtype
__attribute__ ((mode (SF)));
120
#ifndef
SFtype
121
#define
SFtype
float
173
extern
SFtype
__bid_truncddsf (_Decimal64);
220
extern
SFtype
__bid_truncsdsf (_Decimal32);
231
extern _Decimal64 __bid_extendsfdd (
SFtype
);
232
extern _Decimal32 __bid_extendsfsd (
SFtype
);
233
extern _Decimal128 __bid_extendsftd (
SFtype
);
241
extern
SFtype
__bid_trunctdsf (_Decimal128);
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h
56
typedef float
SFtype
__attribute__ ((mode (SF)));
101
#ifndef
SFtype
102
#define
SFtype
float
155
extern
SFtype
__bid_truncddsf (_Decimal64);
202
extern
SFtype
__bid_truncsdsf (_Decimal32);
213
extern _Decimal64 __bid_extendsfdd (
SFtype
);
214
extern _Decimal32 __bid_extendsfsd (
SFtype
);
215
extern _Decimal128 __bid_extendsftd (
SFtype
);
223
extern
SFtype
__bid_trunctdsf (_Decimal128);
/src/external/gpl3/gcc/dist/libgcc/soft-fp/
single.h
65
typedef float
SFtype
__attribute__ ((mode (SF)));
69
SFtype
flt;
/src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
single.h
69
typedef float
SFtype
__attribute__ ((mode (SF)));
73
SFtype
flt;
Completed in 40 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026