Nick Desaulniers 88bcf7283b
[libc][docs] move docgen from json to yaml (#119744)
That way it can more easily be integrated into hdrgen.
2024-12-12 13:17:51 -08:00

98 lines
2.0 KiB
YAML

functions:
fe_dec_getround:
c-definition: 7.6.5.3
fe_dec_setround:
c-definition: 7.6.5.6
feclearexcept:
c-definition: 7.6.4.1
in-latest-posix: ''
fegetenv:
c-definition: 7.6.6.1
in-latest-posix: ''
fegetexceptflag:
c-definition: 7.6.4.2
in-latest-posix: ''
fegetmode:
c-definition: 7.6.5.1
fegetround:
c-definition: 7.6.5.2
in-latest-posix: ''
feholdexcept:
c-definition: 7.6.6.2
in-latest-posix: ''
feraiseexcept:
c-definition: 7.6.4.3
in-latest-posix: ''
fesetenv:
c-definition: 7.6.6.3
in-latest-posix: ''
fesetexcept:
c-definition: 7.6.4.4
fesetexceptflag:
c-definition: 7.6.4.5
in-latest-posix: ''
fesetmode:
c-definition: 7.6.5.4
fesetround:
c-definition: 7.6.5.5
in-latest-posix: ''
fetestexcept:
c-definition: 7.6.4.7
in-latest-posix: ''
fetestexceptflag:
c-definition: 7.6.4.6
feupdateenv:
c-definition: 7.6.6.4
in-latest-posix: ''
macros:
FE_ALL_EXCEPT:
c-definition: 7.6.12
in-latest-posix: ''
FE_DEC_DOWNWARD:
c-definition: 7.6.14
FE_DEC_TONEAREST:
c-definition: 7.6.14
FE_DEC_TONEARESTFROMZERO:
c-definition: 7.6.14
FE_DEC_TOWARDZERO:
c-definition: 7.6.14
FE_DEC_UPWARD:
c-definition: 7.6.14
FE_DFL_ENV:
c-definition: 7.6.17
in-latest-posix: ''
FE_DFL_MODE:
c-definition: 7.6.11
FE_DIVBYZERO:
c-definition: 7.6.9
in-latest-posix: ''
FE_DOWNWARD:
c-definition: 7.6.13
in-latest-posix: ''
FE_INEXACT:
c-definition: 7.6.9
in-latest-posix: ''
FE_INVALID:
c-definition: 7.6.9
in-latest-posix: ''
FE_OVERFLOW:
c-definition: 7.6.9
in-latest-posix: ''
FE_TONEAREST:
c-definition: 7.6.13
in-latest-posix: ''
FE_TONEARESTFROMZERO:
c-definition: 7.6.13
FE_TOWARDZERO:
c-definition: 7.6.13
in-latest-posix: ''
FE_UNDERFLOW:
c-definition: 7.6.9
in-latest-posix: ''
FE_UPWARD:
c-definition: 7.6.13
in-latest-posix: ''
__STDC_VERSION_FENV_H__:
c-definition: 7.6.5