Lines Matching +full:for +full:- +full:compiler
3 * @brief Public header file for CMSIS DSP Library
6 * Target Processor: Cortex-M and Cortex-A cores
9 * Copyright (c) 2010-2020 Arm Limited or its affiliates. All rights reserved.
11 * SPDX-License-Identifier: Apache-2.0
17 * www.apache.org/licenses/LICENSE-2.0
22 * See the License for the specific language governing permissions and
44 * @brief Copies the elements of a floating-point vector.
53 * @brief Fills a constant value into a floating-point vector.
62 * @brief Converts the elements of the floating-point vector to Q31 vector.
71 * @brief Converts the elements of the floating-point vector to Q31 vector.
80 …* @brief Converts the elements of the 64 bit floating-point vector to 16 bit floating-point vector.
89 …* @brief Converts the elements of the 16 bit floating-point vector to 64 bit floating-point vector.
98 * @brief Converts the elements of the floating-point vector to Q31 vector.
107 * @brief Converts the elements of the floating-point vector to Q31 vector.
162 * The memcpy will be optimized out by the compiler.
164 * With gcc, -fno-builtins MUST not be used or the
181 * The memcpy will be optimized out by the compiler.
183 * With gcc, -fno-builtins MUST not be used or the