Deleted check.rst, Helpers/Styles.rst, dev/cmake_build_rules.rst, and dev/clang_tidy_checks.rst. Moved the |check| substitution into rst_prolog in conf.py so it is available globally without per-file include directives. Removed all '.. include:: check.rst' lines from hand-written header docs and from the docgen.py generator that emits them for auto-generated header pages. Merged the clang-tidy checks documentation into code_style.rst under a new 'Static Analysis & Clang-Tidy' section, preserving the _clang_tidy_checks label for existing cross-references. Updated code examples in both libc docs and the upstream clang-tidy check docs to replace the stale LLVM_LIBC_ENTRYPOINT macro with the current LLVM_LIBC_FUNCTION macro. Updated dev/index.rst to drop the two deleted toctree entries.
64 lines
9.1 KiB
ReStructuredText
64 lines
9.1 KiB
ReStructuredText
=========
|
|
complex.h
|
|
=========
|
|
|
|
Macros
|
|
======
|
|
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| <Func> | <Func_f> (float) | <Func> (double) | <Func_l> (long double) | <Func_f16> (float16) | <Func_f128> (float128) | C23 Definition Section | C23 Error Handling Section |
|
|
+===========+==================+=================+========================+======================+========================+========================+============================+
|
|
| CMPLX | |check| | |check| | |check| | |check| | |check| | 7.3.9.3 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
|
|
Functions
|
|
=========
|
|
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| <Func> | <Func_f> (float) | <Func> (double) | <Func_l> (long double) | <Func_f16> (float16) | <Func_f128> (float128) | C23 Definition Section | C23 Error Handling Section |
|
|
+===========+==================+=================+========================+======================+========================+========================+============================+
|
|
| cacos | | | | | | 7.3.5.1 | G.6.2.1 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| casin | | | | | | 7.3.5.2 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| catan | | | | | | 7.3.5.3 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| ccos | | | | | | 7.3.5.4 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| csin | | | | | | 7.3.5.5 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| ctan | | | | | | 7.3.5.6 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| cacosh | | | | | | 7.3.6.1 | G.6.3.1 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| casinh | | | | | | 7.3.6.2 | G.6.3.2 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| catanh | | | | | | 7.3.6.3 | G.6.3.3 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| ccosh | | | | | | 7.3.6.4 | G.6.3.4 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| csinh | | | | | | 7.3.6.5 | G.6.3.5 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| ctanh | | | | | | 7.3.6.6 | G.6.3.6 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| cexp | | | | | | 7.3.7.1 | G.6.4.1 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| clog | | | | | | 7.3.7.2 | G.6.4.2 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| cabs | | | | | | 7.3.8.1 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| cpow | | | | | | 7.3.8.2 | G.6.5.1 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| csqrt | | | | | | 7.3.8.3 | G.6.5.2 |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| carg | | | | | | 7.3.9.1 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| cimag | |check| | |check| | |check| | |check| | |check| | 7.3.9.2 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| conj | |check| | |check| | |check| | |check| | |check| | 7.3.9.4 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| cproj | |check| | |check| | |check| | |check| | |check| | 7.3.9.5 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|
|
| creal | |check| | |check| | |check| | |check| | |check| | 7.3.9.6 | N/A |
|
|
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
|