From f4643379c5f210d552ee3e8395f831ff5c168de7 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 29 Nov 2019 16:17:13 +0000 Subject: COMPMID-2826 Comply with DCL51-CPP Rename all header guards to be compliant with DCL51-CPP Change-Id: I47b09375bb1b8d39d80c275ce69a3f25fb385d75 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/2393 Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins --- arm_compute/core/NEON/wrapper/intrinsics/abs.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/add.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/and.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/bsl.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/ceq.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/cge.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/cgt.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/clt.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/combine.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/div.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/dup_n.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/eor.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/exp.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/gethigh.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/getlane.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/getlow.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/intrinsics.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/inv.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/invsqrt.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/load.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/log.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/max.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/min.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/mla.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/movl.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/movn.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/mul.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/neg.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/not.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/orr.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/pmax.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/pmin.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/pow.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/reinterpret.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/rev64.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/round.h | 14 +++++++------- arm_compute/core/NEON/wrapper/intrinsics/setlane.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/sin.h | 6 +++--- arm_compute/core/NEON/wrapper/intrinsics/store.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/sub.h | 8 ++++---- arm_compute/core/NEON/wrapper/intrinsics/tanh.h | 6 +++--- arm_compute/core/NEON/wrapper/scalar/add.h | 6 +++--- arm_compute/core/NEON/wrapper/scalar/scalar.h | 6 +++--- arm_compute/core/NEON/wrapper/traits.h | 6 +++--- arm_compute/core/NEON/wrapper/wrapper.h | 6 +++--- 45 files changed, 153 insertions(+), 153 deletions(-) (limited to 'arm_compute/core/NEON/wrapper') diff --git a/arm_compute/core/NEON/wrapper/intrinsics/abs.h b/arm_compute/core/NEON/wrapper/intrinsics/abs.h index 97d11e951e..aff18166f5 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/abs.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/abs.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_ABS_H__ -#define __ARM_COMPUTE_WRAPPER_ABS_H__ +#ifndef ARM_COMPUTE_WRAPPER_ABS_H +#define ARM_COMPUTE_WRAPPER_ABS_H #include @@ -72,4 +72,4 @@ VQABS_IMPL(int32x4_t, int32x4_t, vqabsq, s32) #undef VQABS_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_ABS_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_ABS_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/add.h b/arm_compute/core/NEON/wrapper/intrinsics/add.h index f0823463af..776e136a56 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/add.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/add.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_ADD_H__ -#define __ARM_COMPUTE_WRAPPER_ADD_H__ +#ifndef ARM_COMPUTE_WRAPPER_ADD_H +#define ARM_COMPUTE_WRAPPER_ADD_H #include @@ -198,4 +198,4 @@ VPADD_IMPL(float16x4_t, float16x4_t, vpadd, f16) #undef VPADD_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_ADD_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_ADD_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/and.h b/arm_compute/core/NEON/wrapper/intrinsics/and.h index 4910738e86..1973c5593d 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/and.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/and.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_AND_H__ -#define __ARM_COMPUTE_WRAPPER_AND_H__ +#ifndef ARM_COMPUTE_WRAPPER_AND_H +#define ARM_COMPUTE_WRAPPER_AND_H #include @@ -57,4 +57,4 @@ VAND_IMPL(int64_t, int64x2_t, vandq, s64) #undef VAND_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_AND_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_AND_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/bsl.h b/arm_compute/core/NEON/wrapper/intrinsics/bsl.h index 38f9d5f171..3c26a9c786 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/bsl.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/bsl.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_BSL_H__ -#define __ARM_COMPUTE_WRAPPER_BSL_H__ +#ifndef ARM_COMPUTE_WRAPPER_BSL_H +#define ARM_COMPUTE_WRAPPER_BSL_H #include @@ -61,4 +61,4 @@ VBSL_IMPL(float16x8_t, float16x8_t, uint16x8_t, vbslq, f16) #undef VBSL_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_BSL_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_BSL_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/ceq.h b/arm_compute/core/NEON/wrapper/intrinsics/ceq.h index 812ac326a8..f8a8f91f73 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/ceq.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/ceq.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_CEQ_H__ -#define __ARM_COMPUTE_WRAPPER_CEQ_H__ +#ifndef ARM_COMPUTE_WRAPPER_CEQ_H +#define ARM_COMPUTE_WRAPPER_CEQ_H #include @@ -61,4 +61,4 @@ VCEQ_IMPL(uint16x8_t, float16x8_t, vceqq, f16) #undef VCEQ_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_CEQ_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_CEQ_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/cge.h b/arm_compute/core/NEON/wrapper/intrinsics/cge.h index 168a6f597d..bf231b8b46 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/cge.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/cge.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_CGE_H__ -#define __ARM_COMPUTE_WRAPPER_CGE_H__ +#ifndef ARM_COMPUTE_WRAPPER_CGE_H +#define ARM_COMPUTE_WRAPPER_CGE_H #include @@ -61,4 +61,4 @@ VCGE_IMPL(float16x8_t, float16x8_t, uint16x8_t, vcgeq, f16) #undef VCGE_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_CGE_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_CGE_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/cgt.h b/arm_compute/core/NEON/wrapper/intrinsics/cgt.h index 9563b0cd12..5202a5b21d 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/cgt.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/cgt.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_CGT_H__ -#define __ARM_COMPUTE_WRAPPER_CGT_H__ +#ifndef ARM_COMPUTE_WRAPPER_CGT_H +#define ARM_COMPUTE_WRAPPER_CGT_H #include @@ -61,4 +61,4 @@ VCGT_IMPL(uint16x8_t, float16x8_t, vcgtq, f16) #undef VCGT_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_CGT_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_CGT_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/clt.h b/arm_compute/core/NEON/wrapper/intrinsics/clt.h index a187c216d7..4701ab7026 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/clt.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/clt.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_CLT_H__ -#define __ARM_COMPUTE_WRAPPER_CLT_H__ +#ifndef ARM_COMPUTE_WRAPPER_CLT_H +#define ARM_COMPUTE_WRAPPER_CLT_H #include @@ -61,4 +61,4 @@ VCLT_IMPL(uint16x8_t, float16x8_t, vcltq, f16) #undef VCLT_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_CLT_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_CLT_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/combine.h b/arm_compute/core/NEON/wrapper/intrinsics/combine.h index acc9d3a50f..9099e28fc4 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/combine.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/combine.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_COMBINE_H__ -#define __ARM_COMPUTE_WRAPPER_COMBINE_H__ +#ifndef ARM_COMPUTE_WRAPPER_COMBINE_H +#define ARM_COMPUTE_WRAPPER_COMBINE_H #include @@ -50,4 +50,4 @@ VCOMBINE_IMPL(float16x8_t, float16x4_t, vcombine, f16) #undef VCOMBINE_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_COMBINE_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_COMBINE_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/div.h b/arm_compute/core/NEON/wrapper/intrinsics/div.h index d9f80d061f..d49a9113b0 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/div.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/div.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_DIV_H__ -#define __ARM_COMPUTE_WRAPPER_DIV_H__ +#ifndef ARM_COMPUTE_WRAPPER_DIV_H +#define ARM_COMPUTE_WRAPPER_DIV_H #include "arm_compute/core/NEON/NEMath.h" #include @@ -70,4 +70,4 @@ VDIV_IMPL(float16x8_t, float16x8_t, vmulq, vinvq, f16) #undef VDIV_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_DIV_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_DIV_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/dup_n.h b/arm_compute/core/NEON/wrapper/intrinsics/dup_n.h index 4d9a7952c0..ffbfde72c5 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/dup_n.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/dup_n.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_DUP_N_H__ -#define __ARM_COMPUTE_WRAPPER_DUP_N_H__ +#ifndef ARM_COMPUTE_WRAPPER_DUP_N_H +#define ARM_COMPUTE_WRAPPER_DUP_N_H #include "arm_compute/core/NEON/wrapper/traits.h" @@ -63,4 +63,4 @@ VDUP_N_IMPL(float16_t, float16x8_t, vdupq_n, f16, traits::vector_128_tag) #undef VDUP_N_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_DUP_N_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_DUP_N_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/eor.h b/arm_compute/core/NEON/wrapper/intrinsics/eor.h index 1002808327..a0e7b681ab 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/eor.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/eor.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_EOR_H__ -#define __ARM_COMPUTE_WRAPPER_EOR_H__ +#ifndef ARM_COMPUTE_WRAPPER_EOR_H +#define ARM_COMPUTE_WRAPPER_EOR_H #include @@ -53,4 +53,4 @@ VEOR_IMPL(int32x4_t, veorq, s32) #undef VEOR_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_EOR_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_EOR_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/exp.h b/arm_compute/core/NEON/wrapper/intrinsics/exp.h index c538ba8022..f079af0ae2 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/exp.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/exp.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_EXP_H__ -#define __ARM_COMPUTE_WRAPPER_EXP_H__ +#ifndef ARM_COMPUTE_WRAPPER_EXP_H +#define ARM_COMPUTE_WRAPPER_EXP_H #include "arm_compute/core/NEON/NEMath.h" #include @@ -45,4 +45,4 @@ VEXPQ_IMPL(float16x8_t, f16) } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_EXP_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_EXP_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/gethigh.h b/arm_compute/core/NEON/wrapper/intrinsics/gethigh.h index 47b0116b84..13d29677a6 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/gethigh.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/gethigh.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_GET_HIGH_H__ -#define __ARM_COMPUTE_WRAPPER_GET_HIGH_H__ +#ifndef ARM_COMPUTE_WRAPPER_GET_HIGH_H +#define ARM_COMPUTE_WRAPPER_GET_HIGH_H #include @@ -50,4 +50,4 @@ VGETHIGH_IMPL(float16x4_t, float16x8_t, f16) #undef VGETHIGH_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_GET_HIGH_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_GET_HIGH_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/getlane.h b/arm_compute/core/NEON/wrapper/intrinsics/getlane.h index 68267ba92a..5cd390fee4 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/getlane.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/getlane.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_GET_LANE_H__ -#define __ARM_COMPUTE_WRAPPER_GET_LANE_H__ +#ifndef ARM_COMPUTE_WRAPPER_GET_LANE_H +#define ARM_COMPUTE_WRAPPER_GET_LANE_H #include @@ -205,4 +205,4 @@ VGETQLANE_IMPL_8(float16_t, float16x8_t, f16) #undef VGETQLANE_IMPL_4 } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_GET_LANE_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_GET_LANE_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/getlow.h b/arm_compute/core/NEON/wrapper/intrinsics/getlow.h index cc5d8bb2f2..dbc3d869e1 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/getlow.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/getlow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_GET_LOW_H__ -#define __ARM_COMPUTE_WRAPPER_GET_LOW_H__ +#ifndef ARM_COMPUTE_WRAPPER_GET_LOW_H +#define ARM_COMPUTE_WRAPPER_GET_LOW_H #include @@ -50,4 +50,4 @@ VGETLOW_IMPL(float16x4_t, float16x8_t, f16) #undef VGETLOW_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_GET_LOW_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_GET_LOW_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/intrinsics.h b/arm_compute/core/NEON/wrapper/intrinsics/intrinsics.h index d9b8297cb9..f119642b83 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/intrinsics.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/intrinsics.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_INTRINSICS_H__ -#define __ARM_COMPUTE_WRAPPER_INTRINSICS_H__ +#ifndef ARM_COMPUTE_WRAPPER_INTRINSICS_H +#define ARM_COMPUTE_WRAPPER_INTRINSICS_H #include "arm_compute/core/NEON/wrapper/intrinsics/abs.h" #include "arm_compute/core/NEON/wrapper/intrinsics/add.h" @@ -65,4 +65,4 @@ #include "arm_compute/core/NEON/wrapper/intrinsics/sub.h" #include "arm_compute/core/NEON/wrapper/intrinsics/tanh.h" -#endif /* __ARM_COMPUTE_WRAPPER_INTRINSICS_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_INTRINSICS_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/inv.h b/arm_compute/core/NEON/wrapper/intrinsics/inv.h index 9e2db58395..9da66baffa 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/inv.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/inv.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_INV_H__ -#define __ARM_COMPUTE_WRAPPER_INV_H__ +#ifndef ARM_COMPUTE_WRAPPER_INV_H +#define ARM_COMPUTE_WRAPPER_INV_H #include "arm_compute/core/NEON/NEMath.h" #include @@ -59,4 +59,4 @@ VINV_IMPL(float16x8_t, vinvq, f16) #undef VINV_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_INV_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_INV_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/invsqrt.h b/arm_compute/core/NEON/wrapper/intrinsics/invsqrt.h index 1068cf56df..2bf9f52dbe 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/invsqrt.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/invsqrt.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_INVSQRT_H__ -#define __ARM_COMPUTE_WRAPPER_INVSQRT_H__ +#ifndef ARM_COMPUTE_WRAPPER_INVSQRT_H +#define ARM_COMPUTE_WRAPPER_INVSQRT_H #include "arm_compute/core/NEON/NEMath.h" #include @@ -50,4 +50,4 @@ VINVSQRT_IMPL(float16_t, float16x8_t, vinvsqrtq, f16) #undef VINVSQRT_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_INVSQRT_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_INVSQRT_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/load.h b/arm_compute/core/NEON/wrapper/intrinsics/load.h index 500ec78df6..d38350f05b 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/load.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/load.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_LOAD_H__ -#define __ARM_COMPUTE_WRAPPER_LOAD_H__ +#ifndef ARM_COMPUTE_WRAPPER_LOAD_H +#define ARM_COMPUTE_WRAPPER_LOAD_H #include @@ -70,4 +70,4 @@ VLOADQ_IMPL(float16_t, float16x8_t, f16) #undef VLOAD_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_LOAD_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_LOAD_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/log.h b/arm_compute/core/NEON/wrapper/intrinsics/log.h index 5367afb858..bb4181ec93 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/log.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/log.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_LOG_H__ -#define __ARM_COMPUTE_WRAPPER_LOG_H__ +#ifndef ARM_COMPUTE_WRAPPER_LOG_H +#define ARM_COMPUTE_WRAPPER_LOG_H #include "arm_compute/core/NEON/NEMath.h" #include @@ -44,4 +44,4 @@ VLOG_IMPL(float16x8_t, vlogq, f16) #undef VLOG_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_LOG_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_LOG_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/max.h b/arm_compute/core/NEON/wrapper/intrinsics/max.h index 05ed051c62..a87b7a32b5 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/max.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/max.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_MAX_H__ -#define __ARM_COMPUTE_WRAPPER_MAX_H__ +#ifndef ARM_COMPUTE_WRAPPER_MAX_H +#define ARM_COMPUTE_WRAPPER_MAX_H #include @@ -61,4 +61,4 @@ VMAX_IMPL(float16_t, float16x8_t, vmaxq, f16) #undef VMAX_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_MAX_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_MAX_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/min.h b/arm_compute/core/NEON/wrapper/intrinsics/min.h index 5ea2068f24..dc8a127e82 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/min.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/min.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_MIN_H__ -#define __ARM_COMPUTE_WRAPPER_MIN_H__ +#ifndef ARM_COMPUTE_WRAPPER_MIN_H +#define ARM_COMPUTE_WRAPPER_MIN_H #include @@ -61,4 +61,4 @@ VMIN_IMPL(float16_t, float16x8_t, vminq, f16) #undef VMIN_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_MIN_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_MIN_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/mla.h b/arm_compute/core/NEON/wrapper/intrinsics/mla.h index db6d7b957a..dd2f0c0d9d 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/mla.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/mla.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_MLA_H__ -#define __ARM_COMPUTE_WRAPPER_MLA_H__ +#ifndef ARM_COMPUTE_WRAPPER_MLA_H +#define ARM_COMPUTE_WRAPPER_MLA_H #include @@ -68,4 +68,4 @@ VMLA_IMPL2(float16x8_t, float16x8_t, vaddq, vmulq, f16) #undef VMLA_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_MLA_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_MLA_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/movl.h b/arm_compute/core/NEON/wrapper/intrinsics/movl.h index 728fe4e097..982a795924 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/movl.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/movl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_MOVL_H__ -#define __ARM_COMPUTE_WRAPPER_MOVL_H__ +#ifndef ARM_COMPUTE_WRAPPER_MOVL_H +#define ARM_COMPUTE_WRAPPER_MOVL_H #include @@ -46,4 +46,4 @@ VMOVL_IMPL(int64x2_t, int32x2_t, vmovl, s32) #undef VMOVL_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_MOVL_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_MOVL_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/movn.h b/arm_compute/core/NEON/wrapper/intrinsics/movn.h index 6ed262edb6..23360e2597 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/movn.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/movn.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_MOVN_H__ -#define __ARM_COMPUTE_WRAPPER_MOVN_H__ +#ifndef ARM_COMPUTE_WRAPPER_MOVN_H +#define ARM_COMPUTE_WRAPPER_MOVN_H #include @@ -59,4 +59,4 @@ VQMOVN_IMPL(int8x8_t, int16x8_t, vqmovn, s16) #undef VMOVN_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_MOVN_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_MOVN_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/mul.h b/arm_compute/core/NEON/wrapper/intrinsics/mul.h index 932b746965..bbf70abac9 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/mul.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/mul.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_MUL_H__ -#define __ARM_COMPUTE_WRAPPER_MUL_H__ +#ifndef ARM_COMPUTE_WRAPPER_MUL_H +#define ARM_COMPUTE_WRAPPER_MUL_H #include @@ -61,4 +61,4 @@ VMUL_IMPL(float16_t, float16x8_t, vmulq, f16) #undef VMUL_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_MUL_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_MUL_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/neg.h b/arm_compute/core/NEON/wrapper/intrinsics/neg.h index 7072866003..da2f285eca 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/neg.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/neg.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_NEG_H__ -#define __ARM_COMPUTE_WRAPPER_NEG_H__ +#ifndef ARM_COMPUTE_WRAPPER_NEG_H +#define ARM_COMPUTE_WRAPPER_NEG_H #include @@ -55,4 +55,4 @@ VNEG_IMPL(float16x8_t, vnegq, f16) #undef VNEG_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_NEG_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_NEG_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/not.h b/arm_compute/core/NEON/wrapper/intrinsics/not.h index 33ac6b5634..5b1e4056ca 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/not.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/not.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_NOT_H__ -#define __ARM_COMPUTE_WRAPPER_NOT_H__ +#ifndef ARM_COMPUTE_WRAPPER_NOT_H +#define ARM_COMPUTE_WRAPPER_NOT_H #include @@ -61,4 +61,4 @@ VNOT_IMPL(float16x8_t, float16x8_t, vinvq, f16) #undef VNOT_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_NOT_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_NOT_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/orr.h b/arm_compute/core/NEON/wrapper/intrinsics/orr.h index d82dc56a6d..0fbdd44c76 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/orr.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/orr.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_ORR_H__ -#define __ARM_COMPUTE_WRAPPER_ORR_H__ +#ifndef ARM_COMPUTE_WRAPPER_ORR_H +#define ARM_COMPUTE_WRAPPER_ORR_H #include @@ -57,4 +57,4 @@ VORR_IMPL(int64_t, int64x2_t, vorrq, s64) #undef VORR_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_ORR_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_ORR_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/pmax.h b/arm_compute/core/NEON/wrapper/intrinsics/pmax.h index 7f701f89c4..afad27f1e4 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/pmax.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/pmax.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_PMAX_H__ -#define __ARM_COMPUTE_WRAPPER_PMAX_H__ +#ifndef ARM_COMPUTE_WRAPPER_PMAX_H +#define ARM_COMPUTE_WRAPPER_PMAX_H #include @@ -50,4 +50,4 @@ VPMAX_IMPL(float16_t, float16x4_t, vpmax, f16) #undef VPMAX_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_PMAX_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_PMAX_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/pmin.h b/arm_compute/core/NEON/wrapper/intrinsics/pmin.h index 52d5eb17a0..77c5cf61ba 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/pmin.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/pmin.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_PMIN_H__ -#define __ARM_COMPUTE_WRAPPER_PMIN_H__ +#ifndef ARM_COMPUTE_WRAPPER_PMIN_H +#define ARM_COMPUTE_WRAPPER_PMIN_H #include @@ -50,4 +50,4 @@ VPMIN_IMPL(float16_t, float16x4_t, vpmin, f16) #undef VPMIN_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_PMIN_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_PMIN_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/pow.h b/arm_compute/core/NEON/wrapper/intrinsics/pow.h index 865df416ee..1b5d62df5e 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/pow.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/pow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_POW_H__ -#define __ARM_COMPUTE_WRAPPER_POW_H__ +#ifndef ARM_COMPUTE_WRAPPER_POW_H +#define ARM_COMPUTE_WRAPPER_POW_H #include "arm_compute/core/NEON/NEMath.h" #include @@ -45,4 +45,4 @@ VPOW_IMPL(float16x8_t, vpowq, f16) #undef VPOW_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_POW_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_POW_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/reinterpret.h b/arm_compute/core/NEON/wrapper/intrinsics/reinterpret.h index 0956959e20..0cff237b14 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/reinterpret.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/reinterpret.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_REINTERPRET_H__ -#define __ARM_COMPUTE_WRAPPER_REINTERPRET_H__ +#ifndef ARM_COMPUTE_WRAPPER_REINTERPRET_H +#define ARM_COMPUTE_WRAPPER_REINTERPRET_H #include @@ -40,4 +40,4 @@ inline int32x4_t vreinterpret_s32(const int32x4_t &val) } } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_REINTERPRET_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_REINTERPRET_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/rev64.h b/arm_compute/core/NEON/wrapper/intrinsics/rev64.h index f6f0f9f6e4..0385704f3f 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/rev64.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/rev64.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_REV64_H__ -#define __ARM_COMPUTE_WRAPPER_REV64_H__ +#ifndef ARM_COMPUTE_WRAPPER_REV64_H +#define ARM_COMPUTE_WRAPPER_REV64_H #include @@ -61,4 +61,4 @@ VREV64_IMPL(float16x8_t, vrev64q, f16) #undef VREV64_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_REV64_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_REV64_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/round.h b/arm_compute/core/NEON/wrapper/intrinsics/round.h index da63bf6cb2..f3e0fe1ed8 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/round.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/round.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_ROUND_H__ -#define __ARM_COMPUTE_WRAPPER_ROUND_H__ +#ifndef ARM_COMPUTE_WRAPPER_ROUND_H +#define ARM_COMPUTE_WRAPPER_ROUND_H #include "arm_compute/core/NEON/NEMath.h" #include @@ -31,10 +31,10 @@ namespace arm_compute { namespace wrapper { -#define VROUNDQ_IMPL(vtype, postfix) \ - inline vtype vround(const vtype &a) \ - { \ - return vroundq_rte_##postfix(a); \ +#define VROUNDQ_IMPL(vtype, postfix) \ + inline vtype vround(const vtype &a) \ + { \ + return vroundq_rte_##postfix(a); \ } VROUNDQ_IMPL(float32x4_t, f32) @@ -45,4 +45,4 @@ VROUNDQ_IMPL(float16x8_t, f16) } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_ROUND_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_ROUND_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/setlane.h b/arm_compute/core/NEON/wrapper/intrinsics/setlane.h index 4eba1490c3..86a95b8bad 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/setlane.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/setlane.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_SET_LANE_H__ -#define __ARM_COMPUTE_WRAPPER_SET_LANE_H__ +#ifndef ARM_COMPUTE_WRAPPER_SET_LANE_H +#define ARM_COMPUTE_WRAPPER_SET_LANE_H #include @@ -205,4 +205,4 @@ VSETQLANE_IMPL_8(float16x8_t, float16_t, float16x8_t, f16) #undef VSETQLANE_IMPL_4 } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_AET_LANE_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_AET_LANE_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/sin.h b/arm_compute/core/NEON/wrapper/intrinsics/sin.h index da98876e11..e0fe5fbff3 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/sin.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/sin.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_SIN_H__ -#define __ARM_COMPUTE_WRAPPER_SIN_H__ +#ifndef ARM_COMPUTE_WRAPPER_SIN_H +#define ARM_COMPUTE_WRAPPER_SIN_H #include "arm_compute/core/NEON/NEMath.h" #include @@ -45,4 +45,4 @@ VSIN_IMPL(float16x8_t, vsinq, f16) #undef vsub_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_SUB_H__ */ \ No newline at end of file +#endif /* ARM_COMPUTE_WRAPPER_SUB_H */ \ No newline at end of file diff --git a/arm_compute/core/NEON/wrapper/intrinsics/store.h b/arm_compute/core/NEON/wrapper/intrinsics/store.h index 35c427902e..0fdc46b7fa 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/store.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/store.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_STORE_H__ -#define __ARM_COMPUTE_WRAPPER_STORE_H__ +#ifndef ARM_COMPUTE_WRAPPER_STORE_H +#define ARM_COMPUTE_WRAPPER_STORE_H #include @@ -65,4 +65,4 @@ VSTORE_IMPL(float16_t, float16x8_t, vst1q, f16) #undef VSTORE_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_STORE_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_STORE_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/sub.h b/arm_compute/core/NEON/wrapper/intrinsics/sub.h index 8119429d43..870908d253 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/sub.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/sub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_SUB_H__ -#define __ARM_COMPUTE_WRAPPER_SUB_H__ +#ifndef ARM_COMPUTE_WRAPPER_SUB_H +#define ARM_COMPUTE_WRAPPER_SUB_H #include @@ -65,4 +65,4 @@ VSUB_IMPL(float16x8_t, float16x8_t, vsubq, f16) #undef vsub_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_SUB_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_SUB_H */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/tanh.h b/arm_compute/core/NEON/wrapper/intrinsics/tanh.h index 8a6978a767..648a001ca7 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/tanh.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/tanh.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_TANH_H__ -#define __ARM_COMPUTE_WRAPPER_TANH_H__ +#ifndef ARM_COMPUTE_WRAPPER_TANH_H +#define ARM_COMPUTE_WRAPPER_TANH_H #include "arm_compute/core/NEON/NEMath.h" #include @@ -44,4 +44,4 @@ VTANH_IMPL(float16x8_t, vtanhq, f16) #undef VTANH_IMPL } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_TANH_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_TANH_H */ diff --git a/arm_compute/core/NEON/wrapper/scalar/add.h b/arm_compute/core/NEON/wrapper/scalar/add.h index cfb9040281..5a04fe20fa 100644 --- a/arm_compute/core/NEON/wrapper/scalar/add.h +++ b/arm_compute/core/NEON/wrapper/scalar/add.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_SCALAR_ADD_H__ -#define __ARM_COMPUTE_WRAPPER_SCALAR_ADD_H__ +#ifndef ARM_COMPUTE_WRAPPER_SCALAR_ADD_H +#define ARM_COMPUTE_WRAPPER_SCALAR_ADD_H #include @@ -59,4 +59,4 @@ inline float16_t add_sat(const float16_t &a, const float16_t &b) #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_SCALAR_ADD_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_SCALAR_ADD_H */ diff --git a/arm_compute/core/NEON/wrapper/scalar/scalar.h b/arm_compute/core/NEON/wrapper/scalar/scalar.h index a52e0ceb28..c8bd47385e 100644 --- a/arm_compute/core/NEON/wrapper/scalar/scalar.h +++ b/arm_compute/core/NEON/wrapper/scalar/scalar.h @@ -21,9 +21,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_SCALAR_H__ -#define __ARM_COMPUTE_WRAPPER_SCALAR_H__ +#ifndef ARM_COMPUTE_WRAPPER_SCALAR_H +#define ARM_COMPUTE_WRAPPER_SCALAR_H #include "arm_compute/core/NEON/wrapper/scalar/add.h" -#endif /* __ARM_COMPUTE_WRAPPER_SCALAR_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_SCALAR_H */ diff --git a/arm_compute/core/NEON/wrapper/traits.h b/arm_compute/core/NEON/wrapper/traits.h index d700aacaad..0a9015e3e9 100644 --- a/arm_compute/core/NEON/wrapper/traits.h +++ b/arm_compute/core/NEON/wrapper/traits.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_TRAITS_H__ -#define __ARM_COMPUTE_WRAPPER_TRAITS_H__ +#ifndef ARM_COMPUTE_WRAPPER_TRAITS_H +#define ARM_COMPUTE_WRAPPER_TRAITS_H #include @@ -133,4 +133,4 @@ using promote_t = typename promote::type; } // namespace traits } // namespace wrapper } // namespace arm_compute -#endif /* __ARM_COMPUTE_WRAPPER_TRAITS_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_TRAITS_H */ diff --git a/arm_compute/core/NEON/wrapper/wrapper.h b/arm_compute/core/NEON/wrapper/wrapper.h index 60dba5c022..99a5909e8b 100644 --- a/arm_compute/core/NEON/wrapper/wrapper.h +++ b/arm_compute/core/NEON/wrapper/wrapper.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_WRAPPER_H__ -#define __ARM_COMPUTE_WRAPPER_H__ +#ifndef ARM_COMPUTE_WRAPPER_H +#define ARM_COMPUTE_WRAPPER_H // Traits #include "arm_compute/core/NEON/wrapper/traits.h" @@ -31,4 +31,4 @@ #include "arm_compute/core/NEON/wrapper/intrinsics/intrinsics.h" #include "arm_compute/core/NEON/wrapper/scalar/scalar.h" -#endif /* __ARM_COMPUTE_WRAPPER_H__ */ +#endif /* ARM_COMPUTE_WRAPPER_H */ -- cgit v1.2.1