OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:long_doublesize
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h
78
uint8_t
long_doublesize
; // size of a C 'long double'
member in struct:TargetC
target.d
328
ubyte
long_doublesize
; /// size of a C `long double`
cparse.d
79
this.
long_doublesize
= target.
long_doublesize
;
4613
if (
long_doublesize
== AST.Type.tfloat80.size())
4628
case RTFlags.realfloat: return
long_doublesize
== 8 ? AST.Type.tfloat64 : AST.Type.tfloat80;
4629
case RTFlags.imaginary: return
long_doublesize
== 8 ? AST.Type.timaginary64 : AST.Type.timaginary80;
4630
case RTFlags.complex: return
long_doublesize
== 8 ? AST.Type.tcomplex64 : AST.Type.tcomplex80;
lexer.d
68
ubyte
long_doublesize
; /// size of C long double, 8 or D real.sizeof
2525
if (Ccompile &&
long_doublesize
== 8)
expressionsem.d
12056
(t.ty == Tfloat64 || t.ty == Timaginary64 || t.ty == Tcomplex64) && target.c.
long_doublesize
== 8
/src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc
166
this->c.
long_doublesize
= (LONG_DOUBLE_TYPE_SIZE / BITS_PER_UNIT);
Completed in 28 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026