Typically multipliers scale (more or less) quadratically with regards to their bit depth/precision, while adders tend to scale linearly.
However, I suspect most of the die area to be taken up by the multiplier, so I would guess that a 32 bit FMADD would be ~25-35% of the size of a 64 bit FMADD.
However, I suspect most of the die area to be taken up by the multiplier, so I would guess that a 32 bit FMADD would be ~25-35% of the size of a 64 bit FMADD.