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 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
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
...]
mtype.h
73
Tfloat64
,
169
static Type *
tfloat64
;
member in class:Type
cparse.d
704
e = new AST.RealExp(loc, token.floatvalue, AST.Type.
tfloat64
);
2414
case TKW.xdouble: t = AST.Type.
tfloat64
; break;
4628
case RTFlags.realfloat: return long_doublesize == 8 ? AST.Type.
tfloat64
: AST.Type.tfloat80;
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
...]
cppmangle.d
1739
return Type.
tfloat64
.accept(this);
1768
case
Tfloat64
: c = 'd'; break;
parse.d
1877
ta = AST.Type.
tfloat64
;
3576
t = AST.Type.
tfloat64
;
7918
e = new AST.RealExp(loc, token.floatvalue, AST.Type.
tfloat64
);
8097
t = AST.Type.
tfloat64
;
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
:
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
expression.d
4425
t2 = Type.
tfloat64
;
4464
t3 = Type.
tfloat64
;
/src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc
2543
tnext = (TypeBasic *) Type::
tfloat64
;
Completed in 77 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026