OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tfloat80
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
argtypes.c
84
case
Tfloat80
:
97
t1 = Type::
tfloat80
;
116
t1 = Type::
tfloat80
;
117
t2 = Type::
tfloat80
;
229
(t1->ty ==
Tfloat80
|| t2->ty ==
Tfloat80
))
cparse.d
709
e = new AST.RealExp(loc, token.floatvalue, AST.Type.
tfloat80
);
4613
if (long_doublesize == AST.Type.
tfloat80
.size())
4619
case RTFlags.realfloat: return AST.Type.
tfloat80
;
4628
case RTFlags.realfloat: return long_doublesize == 8 ? AST.Type.tfloat64 : AST.Type.
tfloat80
;
mtype.h
74
Tfloat80
,
170
static Type *
tfloat80
;
member in class:Type
typesem.d
2523
case
Tfloat80
: return floatValue(target.RealProperties.max);
2558
case
Tfloat80
: return floatValue(target.RealProperties.min_normal);
2574
case
Tfloat80
: return floatValue(target.RealProperties.nan);
2590
case
Tfloat80
: return floatValue(target.RealProperties.infinity);
2606
case
Tfloat80
: return intValue(target.RealProperties.dig);
2622
case
Tfloat80
: return floatValue(target.RealProperties.epsilon);
2638
case
Tfloat80
: return intValue(target.RealProperties.mant_dig);
2654
case
Tfloat80
: return intValue(target.RealProperties.max_10_exp);
2670
case
Tfloat80
: return intValue(target.RealProperties.max_exp);
2686
case
Tfloat80
: return intValue(target.RealProperties.min_10_exp)
[
all
...]
parse.d
1881
ta = AST.Type.
tfloat80
;
3554
t = AST.Type.
tfloat80
;
3580
t = AST.Type.
tfloat80
;
7923
e = new AST.RealExp(loc, token.floatvalue, AST.Type.
tfloat80
);
8101
t = AST.Type.
tfloat80
;
cppmangle.d
1742
return Type.
tfloat80
.accept(this);
1769
case
Tfloat80
: c = 'e'; break;
mtype.d
380
extern (C++) __gshared Type
tfloat80
;
807
Tfloat80
,
846
tfloat80
= basic[
Tfloat80
];
2635
rt = Type.
tfloat80
;
3166
case
Tfloat80
:
3270
case
Tfloat80
:
3462
case
Tfloat80
:
expression.d
4429
t2 = Type.
tfloat80
;
4468
t3 = Type.
tfloat80
;
expressionsem.d
10325
case
Tfloat80
:
10483
case
Tfloat80
:
10758
exp.type = Type.
tfloat80
;
10867
exp.type = Type.
tfloat80
;
/src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc
2547
tnext = (TypeBasic *) Type::
tfloat80
;
Completed in 59 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026