OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DItype
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/gpl3/gdb/dist/sim/ppc/
double.c
32
#define
DItype
int64_t
dp-bit.c
68
#ifndef
DItype
69
typedef int
DItype
__attribute__ ((mode (DI)));
131
typedef
DItype
intfrac;
721
DItype
answer = (
DItype
)(a->fraction.ll) * (
DItype
)(b->fraction.ll);
/src/external/gpl3/gdb.old/dist/sim/ppc/
double.c
32
#define
DItype
int64_t
dp-bit.c
68
#ifndef
DItype
69
typedef int
DItype
__attribute__ ((mode (DI)));
131
typedef
DItype
intfrac;
721
DItype
answer = (
DItype
)(a->fraction.ll) * (
DItype
)(b->fraction.ll);
/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/libbid/
bid_gcc_intrinsics.h
79
typedef int
DItype
__attribute__ ((mode (DI)));
93
typedef
DItype
SINT64;
144
#ifndef
DItype
145
#define
DItype
SINT64
171
extern
DItype
__bid_fixdddi (_Decimal64);
187
extern _Decimal64 __bid_floatdidd (
DItype
);
188
extern _Decimal32 __bid_floatdisd (
DItype
);
189
extern _Decimal128 __bid_floatditd (
DItype
);
219
extern
DItype
__bid_fixsddi (_Decimal32);
239
extern
DItype
__bid_fixtddi (_Decimal128)
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/config/msp430/
lib2mul.c
40
typedef int
DItype
__attribute__ ((mode (DI)));
47
DItype
ll;
50
DItype
__muldi3 (
DItype
u,
DItype
v);
52
DItype
53
__muldi3 (
DItype
u,
DItype
v)
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h
66
typedef int
DItype
__attribute__ ((mode (DI)));
80
typedef
DItype
SINT64;
126
#ifndef
DItype
127
#define
DItype
SINT64
153
extern
DItype
__bid_fixdddi (_Decimal64);
169
extern _Decimal64 __bid_floatdidd (
DItype
);
170
extern _Decimal32 __bid_floatdisd (
DItype
);
171
extern _Decimal128 __bid_floatditd (
DItype
);
201
extern
DItype
__bid_fixsddi (_Decimal32);
221
extern
DItype
__bid_fixtddi (_Decimal128)
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2mul.c
40
typedef int
DItype
__attribute__ ((mode (DI)));
47
DItype
ll;
50
DItype
__muldi3 (
DItype
u,
DItype
v);
52
DItype
53
__muldi3 (
DItype
u,
DItype
v)
/src/external/gpl3/gcc/dist/libgcc/soft-fp/
soft-fp.h
325
typedef int
DItype
__attribute__ ((mode (DI)));
340
#define DI_BITS (__CHAR_BIT__ * (int) sizeof (
DItype
))
/src/external/gpl3/gcc/dist/libquadmath/printf/
gmp-impl.h
58
typedef int
DItype
__attribute__ ((mode (DI)));
/src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
soft-fp.h
329
typedef int
DItype
__attribute__ ((mode (DI)));
344
#define DI_BITS (__CHAR_BIT__ * (int) sizeof (
DItype
))
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
gmp-impl.h
50
typedef int
DItype
__attribute__ ((mode (DI)));
/src/external/gpl3/gcc/dist/libgcc/config/gcn/
lib2-gcn.h
32
typedef int
DItype
__attribute__ ((mode (DI)));
116
extern
DItype
__divdi3 (
DItype
,
DItype
);
117
extern
DItype
__moddi3 (
DItype
,
DItype
);
118
extern UTItype __divmoddi4 (
DItype
,
DItype
);
/src/external/gpl3/gcc/dist/libgcc/
dfp-bit.h
213
#define INT_TYPE
DItype
558
typedef int
DItype
__attribute__ ((mode (DI)));
fp-bit.h
100
typedef int
DItype
__attribute__ ((mode (DI)));
123
#define MAX_DI_INT ((
DItype
) (MAX_UDI_INT >> 1))
221
typedef
DItype
intfrac;
487
extern TFtype di_to_df (
DItype
);
libgcc2.h
135
typedef int
DItype
__attribute__ ((mode (DI)));
205
#define Wtype
DItype
207
#define HWtype
DItype
225
#define DWtype
DItype
435
extern
DItype
__bswapdi2 (
DItype
);
fixed-bit.h
96
typedef int
DItype
__attribute__ ((mode (DI)));
203
#define DINT_C_TYPE
DItype
235
#define INT_C_TYPE
DItype
273
#define HINT_C_TYPE
DItype
333
#define DINT_C_TYPE
DItype
365
#define INT_C_TYPE
DItype
403
#define HINT_C_TYPE
DItype
600
#define FROM_INT_C_TYPE
DItype
601
#define FROM_SINT_C_TYPE
DItype
641
#define FROM_SINT_C_TYPE
DItype
[
all
...]
libgcc2.c
490
DItype
491
__bswapdi2 (
DItype
u)
2968
#define
DItype
bogus_type
/src/external/gpl3/gcc.old/dist/libgcc/
dfp-bit.h
213
#define INT_TYPE
DItype
558
typedef int
DItype
__attribute__ ((mode (DI)));
fp-bit.h
100
typedef int
DItype
__attribute__ ((mode (DI)));
123
#define MAX_DI_INT ((
DItype
) (MAX_UDI_INT >> 1))
221
typedef
DItype
intfrac;
487
extern TFtype di_to_df (
DItype
);
libgcc2.h
132
typedef int
DItype
__attribute__ ((mode (DI)));
192
#define Wtype
DItype
194
#define HWtype
DItype
212
#define DWtype
DItype
411
extern
DItype
__bswapdi2 (
DItype
);
fixed-bit.h
96
typedef int
DItype
__attribute__ ((mode (DI)));
203
#define DINT_C_TYPE
DItype
235
#define INT_C_TYPE
DItype
273
#define HINT_C_TYPE
DItype
333
#define DINT_C_TYPE
DItype
365
#define INT_C_TYPE
DItype
403
#define HINT_C_TYPE
DItype
600
#define FROM_INT_C_TYPE
DItype
601
#define FROM_SINT_C_TYPE
DItype
641
#define FROM_SINT_C_TYPE
DItype
[
all
...]
libgcc2.c
490
DItype
491
__bswapdi2 (
DItype
u)
2224
#define
DItype
bogus_type
/src/external/lgpl3/mpfr/dist/src/
mpfr-gmp.h
205
typedef int
DItype
__attribute__ ((mode (DI)));
212
typedef long long int
DItype
;
215
typedef long int
DItype
;
Completed in 45 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026