summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfenv01/psxfenv01.doc
blob: 32b0e0d9d3eeb2a306ecf2318831bce578090c77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#  COPYRIGHT (c) 2019
#  On-Line Applications Research Corporation (OAR).
#
# SPDX-License-Identifier: BSD-2-Clause
#

This file describes the directives and concepts tested by this test set.

test set name:  psxfenv01

Directives:
  fesetenv
  feclearexcept
  fetestexcept
  feraiseexcept
  fesetexeptflag
  fegetexeptflag
  fegetround
  fesetround

Concepts:

+ This test exercises the fenv.h methods.

+ All tests are disabled if the constant FE_ALL_EXCEPT is not defined.