/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | impcnvtab.d | 92 Tfloat80, in generateImpCnvTab() 155 X(Tbool,Tfloat80, Tfloat80,Tfloat80, Tfloat80); in generateImpCnvTab() 158 X(Tbool,Timaginary80, Tfloat80,Timaginary80, Tfloat80); in generateImpCnvTab() 161 X(Tbool,Tcomplex80, Tfloat80,Tcomplex80, Tcomplex80); in generateImpCnvTab() 178 X(Tint8,Tfloat80, Tfloat80,Tfloat80, Tfloat80); in generateImpCnvTab() 181 X(Tint8,Timaginary80, Tfloat80,Timaginary80, Tfloat80); in generateImpCnvTab() 184 X(Tint8,Tcomplex80, Tfloat80,Tcomplex80, Tcomplex80); in generateImpCnvTab() 200 X(Tuns8,Tfloat80, Tfloat80,Tfloat80, Tfloat80); in generateImpCnvTab() 203 X(Tuns8,Timaginary80, Tfloat80,Timaginary80, Tfloat80); in generateImpCnvTab() 206 X(Tuns8,Tcomplex80, Tfloat80,Tcomplex80, Tcomplex80); in generateImpCnvTab() [all …]
|
H A D | astenums.d | 191 Tfloat80, enumerator 244 alias Tfloat80 = TY.Tfloat80; variable
|
H A D | astcodegen.d | 59 alias Tfloat80 = dmd.mtype.Tfloat80; member
|
H A D | typesem.d | 2523 case Tfloat80: return floatValue(target.RealProperties.max); in getProperty() 2558 case Tfloat80: return floatValue(target.RealProperties.min_normal); in getProperty() 2574 case Tfloat80: return floatValue(target.RealProperties.nan); in getProperty() 2590 case Tfloat80: return floatValue(target.RealProperties.infinity); in getProperty() 2606 case Tfloat80: return intValue(target.RealProperties.dig); in getProperty() 2622 case Tfloat80: return floatValue(target.RealProperties.epsilon); in getProperty() 2638 case Tfloat80: return intValue(target.RealProperties.mant_dig); in getProperty() 2654 case Tfloat80: return intValue(target.RealProperties.max_10_exp); in getProperty() 2670 case Tfloat80: return intValue(target.RealProperties.max_exp); in getProperty() 2686 case Tfloat80: return intValue(target.RealProperties.min_10_exp); in getProperty() [all …]
|
H A D | chkformat.d | 218 if (t.ty != Tfloat80 && t.ty != Timaginary80) in checkPrintfFormat() 480 if (!(t.ty == Tpointer && tnext.ty == Tfloat80)) in checkScanfFormat()
|
H A D | mtype.h | 74 Tfloat80, enumerator
|
H A D | dmangle.d | 157 Tfloat80 : 'e',
|
H A D | mtype.d | 807 Tfloat80, in _init() 846 tfloat80 = basic[Tfloat80]; in _init() 3166 case Tfloat80: in this() 3270 case Tfloat80: in size() 3462 case Tfloat80: in isZeroInit()
|
H A D | cppmangle.d | 1769 case Tfloat80: c = 'e'; break; in visit()
|
H A D | dtoh.d | 1881 case AST.Tfloat80:
|
H A D | dcast.d | 489 case Tfloat80: in implicitConvTo()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | impcnvgen.c | 70 X(Tbool,Tfloat80, Tfloat80,Tfloat80, Tfloat80) in init() 73 X(Tbool,Timaginary80, Tfloat80,Timaginary80, Tfloat80) in init() 76 X(Tbool,Tcomplex80, Tfloat80,Tcomplex80, Tcomplex80) in init() 93 X(Tint8,Tfloat80, Tfloat80,Tfloat80, Tfloat80) in init() 96 X(Tint8,Timaginary80, Tfloat80,Timaginary80, Tfloat80) in init() 99 X(Tint8,Tcomplex80, Tfloat80,Tcomplex80, Tcomplex80) in init() 115 X(Tuns8,Tfloat80, Tfloat80,Tfloat80, Tfloat80) in init() 118 X(Tuns8,Timaginary80, Tfloat80,Timaginary80, Tfloat80) in init() 121 X(Tuns8,Tcomplex80, Tfloat80,Tcomplex80, Tcomplex80) in init() 136 X(Tint16,Tfloat80, Tfloat80,Tfloat80, Tfloat80) in init() [all …]
|
H A D | argtypes.c | 84 case Tfloat80: in toArgTypes() 229 (t1->ty == Tfloat80 || t2->ty == Tfloat80)) in toArgTypes()
|
H A D | mtype.c | 213 Tfloat32, Tfloat64, Tfloat80, in _init() 240 tfloat80 = basic[Tfloat80]; in _init() 2963 case Tfloat80: d = Token::toChars(TOKfloat80); in TypeBasic() 3045 case Tfloat80: in size() 3140 case Tfloat80: in getProperty() 3194 case Tfloat80: in getProperty() 3215 case Tfloat80: in getProperty() 3232 case Tfloat80: in getProperty() 3249 case Tfloat80: in getProperty() 3270 case Tfloat80: in getProperty() [all …]
|
H A D | dmangle.c | 61 mangleChar[Tfloat80] = "e"; in initTypeMangle()
|
H A D | cppmangle.c | 873 case Tfloat80: c = 'e'; break; in visit()
|
H A D | mtype.h | 74 Tfloat80, enumerator
|
H A D | hdrgen.c | 2419 case Tfloat80: in floatToBuffer()
|
H A D | dcast.c | 442 case Tfloat80: in implicitConvTo()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | types.cc | 610 case Tfloat80: t->ctype = long_double_type_node; break; in visit()
|
H A D | d-builtins.cc | 149 for (size_t i = Tfloat32; i <= Tfloat80; i++) in build_frontend_type()
|
H A D | d-codegen.cc | 821 if ((tb->ty == Tcomplex80 || tb->ty == Tfloat80 || tb->ty == Timaginary80) in identity_compare_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | types.cc | 743 case TY::Tfloat80: t->ctype = long_double_type_node; break; in visit()
|
H A D | d-builtins.cc | 152 for (size_t i = (size_t) TY::Tfloat32; i <= (size_t) TY::Tfloat80; i++) in build_frontend_type()
|
H A D | d-codegen.cc | 886 || tb->ty == TY::Tfloat80 in identity_compare_p()
|