OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Tfloat64
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
impcnvtab.d
91
Tfloat64
,
154
X(Tbool,
Tfloat64
,
Tfloat64
,
Tfloat64
,
Tfloat64
);
157
X(Tbool,Timaginary64,
Tfloat64
,Timaginary64,
Tfloat64
);
160
X(Tbool,Tcomplex64,
Tfloat64
,Tcomplex64, Tcomplex64);
177
X(Tint8,
Tfloat64
,
Tfloat64
,Tfloat64, Tfloat64)
[
all
...]
argtypes.c
83
case
Tfloat64
:
93
t1 = Type::
tfloat64
;
102
t1 = Type::
tfloat64
;
105
t1 = Type::
tfloat64
;
106
t2 = Type::
tfloat64
;
111
t1 = Type::
tfloat64
;
112
t2 = Type::
tfloat64
;
193
case
Tfloat64
:
234
return Type::
tfloat64
;
440
if ((t1->ty == Tfloat32 || t1->ty ==
Tfloat64
) &
[
all
...]
astcodegen.d
58
alias
Tfloat64
= dmd.mtype.
Tfloat64
;
astenums.d
190
Tfloat64
,
243
alias
Tfloat64
= TY.
Tfloat64
;
typesem.d
2520
case
Tfloat64
: return floatValue(target.DoubleProperties.max);
2555
case
Tfloat64
: return floatValue(target.DoubleProperties.min_normal);
2573
case
Tfloat64
:
2589
case
Tfloat64
:
2603
case
Tfloat64
: return intValue(target.DoubleProperties.dig);
2619
case
Tfloat64
: return floatValue(target.DoubleProperties.epsilon);
2635
case
Tfloat64
: return intValue(target.DoubleProperties.mant_dig);
2651
case
Tfloat64
: return intValue(target.DoubleProperties.max_10_exp);
2667
case
Tfloat64
: return intValue(target.DoubleProperties.max_exp);
2683
case
Tfloat64
: return intValue(target.DoubleProperties.min_10_exp)
[
all
...]
arrayop.d
272
tyf == Tint32 && tyt ==
Tfloat64
;
chkformat.d
213
if (t.ty !=
Tfloat64
&& t.ty != Timaginary64)
475
if (!(t.ty == Tpointer && tnext.ty ==
Tfloat64
))
mtype.h
73
Tfloat64
,
169
static Type *
tfloat64
;
member in class:Type
dmangle.d
156
Tfloat64
: 'd',
mtype.d
379
extern (C++) __gshared Type
tfloat64
;
806
Tfloat64
,
845
tfloat64
= basic[
Tfloat64
];
2630
rt = Type.
tfloat64
;
3161
case
Tfloat64
:
3265
case
Tfloat64
:
3461
case
Tfloat64
:
cppmangle.d
1739
return Type.
tfloat64
.accept(this);
1768
case
Tfloat64
: c = 'd'; break;
dtoh.d
1880
case AST.
Tfloat64
: typeName = "double"; break;
expressionsem.d
2128
arg = arg.castTo(sc, Type.
tfloat64
);
2564
e.type = Type.
tfloat64
;
10320
case
Tfloat64
:
10478
case
Tfloat64
:
10754
exp.type = Type.
tfloat64
;
10863
exp.type = Type.
tfloat64
;
12056
(t.ty ==
Tfloat64
|| t.ty == Timaginary64 || t.ty == Tcomplex64) && target.c.long_doublesize == 8
dcast.d
484
case
Tfloat64
:
/src/external/gpl3/gcc.old/dist/gcc/d/
types.cc
742
case TY::
Tfloat64
: t->ctype = double_type_node; break;
Completed in 47 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026