| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | impcnvtab.d | 91 Tfloat64, in generateImpCnvTab() 154 X(Tbool,Tfloat64, Tfloat64,Tfloat64, Tfloat64); in generateImpCnvTab() 157 X(Tbool,Timaginary64, Tfloat64,Timaginary64, Tfloat64); in generateImpCnvTab() 160 X(Tbool,Tcomplex64, Tfloat64,Tcomplex64, Tcomplex64); in generateImpCnvTab() 177 X(Tint8,Tfloat64, Tfloat64,Tfloat64, Tfloat64); in generateImpCnvTab() 180 X(Tint8,Timaginary64, Tfloat64,Timaginary64, Tfloat64); in generateImpCnvTab() 183 X(Tint8,Tcomplex64, Tfloat64,Tcomplex64, Tcomplex64); in generateImpCnvTab() 199 X(Tuns8,Tfloat64, Tfloat64,Tfloat64, Tfloat64); in generateImpCnvTab() 202 X(Tuns8,Timaginary64, Tfloat64,Timaginary64, Tfloat64); in generateImpCnvTab() 205 X(Tuns8,Tcomplex64, Tfloat64,Tcomplex64, Tcomplex64); in generateImpCnvTab() [all …]
|
| H A D | astenums.d | 190 Tfloat64, enumerator 243 alias Tfloat64 = TY.Tfloat64; variable
|
| H A D | astcodegen.d | 58 alias Tfloat64 = dmd.mtype.Tfloat64; member
|
| H A D | typesem.d | 2520 case Tfloat64: return floatValue(target.DoubleProperties.max); in getProperty() 2555 case Tfloat64: return floatValue(target.DoubleProperties.min_normal); in getProperty() 2573 case Tfloat64: in getProperty() 2589 case Tfloat64: in getProperty() 2603 case Tfloat64: return intValue(target.DoubleProperties.dig); in getProperty() 2619 case Tfloat64: return floatValue(target.DoubleProperties.epsilon); in getProperty() 2635 case Tfloat64: return intValue(target.DoubleProperties.mant_dig); in getProperty() 2651 case Tfloat64: return intValue(target.DoubleProperties.max_10_exp); in getProperty() 2667 case Tfloat64: return intValue(target.DoubleProperties.max_exp); in getProperty() 2683 case Tfloat64: return intValue(target.DoubleProperties.min_10_exp); in getProperty() [all …]
|
| H A D | arrayop.d | 272 tyf == Tint32 && tyt == Tfloat64; in isArrayOpImplicitCast()
|
| H A D | chkformat.d | 213 if (t.ty != Tfloat64 && t.ty != Timaginary64) in checkPrintfFormat() 475 if (!(t.ty == Tpointer && tnext.ty == Tfloat64)) in checkScanfFormat()
|
| H A D | mtype.h | 73 Tfloat64, enumerator
|
| H A D | dmangle.d | 156 Tfloat64 : 'd',
|
| H A D | mtype.d | 806 Tfloat64, in _init() 845 tfloat64 = basic[Tfloat64]; in _init() 3161 case Tfloat64: in this() 3265 case Tfloat64: in size() 3461 case Tfloat64: in isZeroInit()
|
| H A D | cppmangle.d | 1768 case Tfloat64: c = 'd'; break; in visit()
|
| H A D | dtoh.d | 1880 case AST.Tfloat64: typeName = "double"; break;
|
| H A D | dcast.d | 484 case Tfloat64: in implicitConvTo()
|
| H A D | expressionsem.d | 10320 case Tfloat64: in visit() 10478 case Tfloat64: in visit() 12056 … (t.ty == Tfloat64 || t.ty == Timaginary64 || t.ty == Tcomplex64) && target.c.long_doublesize == 8 in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | impcnvgen.c | 69 X(Tbool,Tfloat64, Tfloat64,Tfloat64, Tfloat64) in init() 72 X(Tbool,Timaginary64, Tfloat64,Timaginary64, Tfloat64) in init() 75 X(Tbool,Tcomplex64, Tfloat64,Tcomplex64, Tcomplex64) in init() 92 X(Tint8,Tfloat64, Tfloat64,Tfloat64, Tfloat64) in init() 95 X(Tint8,Timaginary64, Tfloat64,Timaginary64, Tfloat64) in init() 98 X(Tint8,Tcomplex64, Tfloat64,Tcomplex64, Tcomplex64) in init() 114 X(Tuns8,Tfloat64, Tfloat64,Tfloat64, Tfloat64) in init() 117 X(Tuns8,Timaginary64, Tfloat64,Timaginary64, Tfloat64) in init() 120 X(Tuns8,Tcomplex64, Tfloat64,Tcomplex64, Tcomplex64) in init() 135 X(Tint16,Tfloat64, Tfloat64,Tfloat64, Tfloat64) in init() [all …]
|
| H A D | argtypes.c | 83 case Tfloat64: in toArgTypes() 193 case Tfloat64: in toArgTypes() 440 if ((t1->ty == Tfloat32 || t1->ty == Tfloat64) && in toArgTypes() 441 (t2->ty == Tfloat32 || t2->ty == Tfloat64)) in toArgTypes()
|
| H A D | mtype.c | 213 Tfloat32, Tfloat64, Tfloat80, in _init() 239 tfloat64 = basic[Tfloat64]; in _init() 2959 case Tfloat64: d = Token::toChars(TOKfloat64); in TypeBasic() 3042 case Tfloat64: in size() 3135 case Tfloat64: in getProperty() 3191 case Tfloat64: in getProperty() 3210 case Tfloat64: in getProperty() 3231 case Tfloat64: in getProperty() 3248 case Tfloat64: in getProperty() 3265 case Tfloat64: in getProperty() [all …]
|
| H A D | dmangle.c | 60 mangleChar[Tfloat64] = "d"; in initTypeMangle()
|
| H A D | cppmangle.c | 872 case Tfloat64: c = 'd'; break; in visit()
|
| H A D | mtype.h | 73 Tfloat64, enumerator
|
| H A D | dcast.c | 424 case Tfloat64: in implicitConvTo()
|
| H A D | expressionsem.c | 6450 case Tfloat64: in visit() 6583 case Tfloat64: in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | types.cc | 609 case Tfloat64: t->ctype = double_type_node; break; in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | types.cc | 742 case TY::Tfloat64: t->ctype = double_type_node; break; in visit()
|