Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following code tests whether a float value is denormalized in strictfp mode or for platforms that lack extended range support. Testing for denormalized numbers in the presence of extended range support is platform-dependent; see rule NUM06-J. Use the strictfp modifier for floating-point calculation consistency across platforms for additional information.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f430a1eb3b0cfc6a-3055c944-47544c95-ade68707-debed9a1877feb881f048e7f"><ac:plain-text-body><![CDATA[

[[IEEE 754

AA. Bibliography#IEEE 754 2006]]

 

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fce2b7b887398203-4dc5fc00-46744479-a938b76e-26db9aa877023c3f27d70316"><ac:plain-text-body><![CDATA[

[[Bryant 2003

AA. Bibliography#Bryant 03]]

Computer Systems: A Programmer's Perspective. Section 2.4 Floating Point

]]></ac:plain-text-body></ac:structured-macro>

...

      03. Numeric Types and Operations (NUM)      NUM06-J. Use the strictfp modifier for floating-point calculation consistency across platforms