Lines Matching refs:Add
14 - Add entry points `libc.src.math.func` to the following files:
19 - Add function specs to the file:
29 - Add `add_math_entrypoint_object(<func>)` to:
33 - Add function declaration (under `LIBC_NAMESPACE` namespace) to:
37 - Add function definition to:
41 - Add the corresponding `add_entrypoint_object` to:
45 - Add architectural specific implementations to:
74 - Add the function enum to `LIBC_NAMESPACE::testing::mpfr::Operation` in the
79 - Add support for `func` in the `MPFRNumber` class and the corresponding link
91 - Add smoke tests (simple cases and zeros / inf / nan inputs or outputs) to:
95 - Add unit test that might require MPFR to:
99 - Add the corresponding entry points to:
111 - Add an exhaustive test to:
115 - Add the corresponding entry point to:
130 - Add a performance test to:
134 - Add the corresponding entry point to: