NAME
    IEEESPMul -- multiply one double precision IEEE number by another
SYNOPSIS
      x   = IEEESPMul(  y  ,  z  );
     d0                d0    d1
    float   x,y,z;
FUNCTION
    Compute x = y * z in IEEE single precision.
INPUTS
    y -- IEEE single precision floating point value
    z -- IEEE single precision floating point value
RESULT
    x -- IEEE single precision floating point value
BUGS
SEE ALSO
    ieeespdiv