FIX and FLOAT instructions

the "Operation" section for the FIX and FLOAT instructions say "RD = fix(RN)" and "RD = float(RN)".
can fix() or float() possibly return a result that is not conformant to IEEE-754 single-precision format?
it would be really nice if there were the full algorithms somewhere in the document.
can fix() or float() possibly return a result that is not conformant to IEEE-754 single-precision format?
it would be really nice if there were the full algorithms somewhere in the document.