File tree Expand file tree Collapse file tree 2 files changed +28
-24
lines changed Expand file tree Collapse file tree 2 files changed +28
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
header : fenv.h
2
- header_template : fenv.h.def
3
- macros : []
2
+ standards :
3
+ - stdc
4
+ macros :
5
+ - macro_name : FE_ALL_EXCEPT
6
+ macro_header : fenv-macros.h
7
+ - macro_name : FE_DIVBYZERO
8
+ macro_header : fenv-macros.h
9
+ - macro_name : FE_INEXACT
10
+ macro_header : fenv-macros.h
11
+ - macro_name : FE_INVALID
12
+ macro_header : fenv-macros.h
13
+ - macro_name : FE_OVERFLOW
14
+ macro_header : fenv-macros.h
15
+ - macro_name : FE_UNDERFLOW
16
+ macro_header : fenv-macros.h
17
+ - macro_name : FE_DOWNWARD
18
+ macro_header : fenv-macros.h
19
+ - macro_name : FE_TONEAREST
20
+ macro_header : fenv-macros.h
21
+ - macro_name : FE_TOWARDZERO
22
+ macro_header : fenv-macros.h
23
+ - macro_name : FE_UPWARD
24
+ macro_header : fenv-macros.h
25
+ - macro_name : FE_DFL_ENV
26
+ macro_header : fenv-macros.h
4
27
types :
5
28
- type_name : fenv_t
6
29
- type_name : fexcept_t
7
- enums : []
8
- objects : []
9
30
functions :
10
31
- name : feclearexcept
11
32
standards :
@@ -15,14 +36,14 @@ functions:
15
36
- type : int
16
37
- name : fedisableexcept
17
38
standards :
18
- - GNUExtensions
39
+ - gnu
19
40
return_type : int
20
41
arguments :
21
42
- type : int
22
43
guard : null
23
44
- name : feenableexcept
24
45
standards :
25
- - GNUExtensions
46
+ - gnu
26
47
return_type : int
27
48
arguments :
28
49
- type : int
@@ -35,7 +56,7 @@ functions:
35
56
- type : fenv_t *
36
57
- name : fegetexcept
37
58
standards :
38
- - GNUExtensions
59
+ - gnu
39
60
return_type : int
40
61
arguments : []
41
62
- name : fegetexceptflag
You can’t perform that action at this time.
0 commit comments