...
The strictfp modifier can be used with a class, method, or interface:
UsageStrictness | BehaviorApplies to |
|---|---|
Class | All code in the class including (instance, variable, static initializers), and code in nested classes |
Method | All code within the method is subject to strictness constraints |
Interface | All code in any class that implements the interface is also strict |
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e80c6bd82c571f9b-4c491f9f-4b6a40b8-a60d9db7-110df191a0c4a63309c75df3"><ac:plain-text-body><![CDATA[ | [[Darwin 2004 | AA. Bibliography#Darwin 04]] | Ensuring the Accuracy of Floating-Point Numbers | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="aaa218a2cba2f005-9b3d2ba3-44074030-a66a9507-d94e801007d008541ce32932"><ac:plain-text-body><![CDATA[ | [[JLS 2005 | AA. Bibliography#JLS 05]] | [§15.4, "FP-strict Expressions" | http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.4] | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="98572eb3d4ed3eee-8cc2ed80-465d4c28-8f9baa90-da49c7d19d3fb686bfbdd653"><ac:plain-text-body><![CDATA[ | [[JPL 2006 | AA. Bibliography#JPL 06]] | 9.1.3. Strict and Non-Strict Floating-Point Arithmetic | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0bb2ca99de45c991-e34b5677-490946af-b84f9df5-30e0d88d26e4f8718e0d189f"><ac:plain-text-body><![CDATA[ | [[McCluskey 2001 | AA. Bibliography#McCluskey 01]] | Making Deep Copies of Objects, Using strictfp, and Optimizing String Performance | ]]></ac:plain-text-body></ac:structured-macro> |
...