Lines Matching refs:ffp
1256 With the exception of ``-ffp-contract=fast``, using any of the options
1278 * ``-ffp-contract=fast``
1326 - The option ``-ftrapping-math`` behaves identically to ``-ffp-exception-behavior=strict``.
1327 - The option ``-fno-trapping-math`` behaves identically to ``-ffp-exception-behavior=ignore``. Th…
1329 .. option:: -ffp-contract=<value>
1426 .. option:: -ffp-model=<value>
1428 Specify floating point behavior. ``-ffp-model`` is an umbrella
1434 …-safe on floating-point data, although FP contraction (FMA) is enabled (``-ffp-contract=fast``). …
1435 …* ``strict`` Enables ``-frounding-math`` and ``-ffp-exception-behavior=strict``, and disables cont…
1436 * ``fast`` Behaves identically to specifying both ``-ffast-math`` and ``ffp-contract=fast``
1439 of the ``-ffp-model`` option, or if your command line option specifies
1440 ``-ffp-model`` and later on the command line selects a floating point
1441 option that has the effect of negating part of the ``ffp-model`` that
1445 .. option:: -ffp-exception-behavior=<value>