Home | History | Annotate | Download | only in gdb

Lines Matching refs:d128

30552   _Decimal128 d128 = 1.2345dl;
30553 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);