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 `__llvm_libc` 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 `__llvm_libc::testing::mpfr::Operation` in the
79 - Add support for `func` in the `MPFRNumber` class and the corresponding link
91 - Add unit test to:
95 - Add the corresponding entry point to:
106 - Add an exhaustive test to:
110 - Add the corresponding entry point to:
125 - Add a performance test to:
129 - Add the corresponding entry point to: