aboutsummaryrefslogtreecommitdiff
path: root/tests/NEON
diff options
context:
space:
mode:
Diffstat (limited to 'tests/NEON')
-rw-r--r--tests/NEON/Accessor.h6
-rw-r--r--tests/NEON/ArrayAccessor.h8
-rw-r--r--tests/NEON/HOGAccessor.h8
-rw-r--r--tests/NEON/Helper.h6
-rw-r--r--tests/NEON/LutAccessor.h8
5 files changed, 18 insertions, 18 deletions
diff --git a/tests/NEON/Accessor.h b/tests/NEON/Accessor.h
index e3a926cffe..0c43f56009 100644
--- a/tests/NEON/Accessor.h
+++ b/tests/NEON/Accessor.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_TEST_ACCESSOR_H__
-#define __ARM_COMPUTE_TEST_ACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_ACCESSOR_H
+#define ARM_COMPUTE_TEST_ACCESSOR_H
#include "arm_compute/runtime/Tensor.h"
#include "tests/IAccessor.h"
@@ -154,4 +154,4 @@ inline void *Accessor::operator()(const Coordinates &coord)
}
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_ACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_ACCESSOR_H */
diff --git a/tests/NEON/ArrayAccessor.h b/tests/NEON/ArrayAccessor.h
index e6911027a7..80f5a5816d 100644
--- a/tests/NEON/ArrayAccessor.h
+++ b/tests/NEON/ArrayAccessor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-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_TEST_ARRAYACCESSOR_H__
-#define __ARM_COMPUTE_TEST_ARRAYACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_ARRAYACCESSOR_H
+#define ARM_COMPUTE_TEST_ARRAYACCESSOR_H
#include "arm_compute/runtime/Array.h"
#include "tests/IArrayAccessor.h"
@@ -81,4 +81,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_ARRAYACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_ARRAYACCESSOR_H */
diff --git a/tests/NEON/HOGAccessor.h b/tests/NEON/HOGAccessor.h
index 3250ab856a..9b10c84d33 100644
--- a/tests/NEON/HOGAccessor.h
+++ b/tests/NEON/HOGAccessor.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_TEST_HOGACCESSOR_H__
-#define __ARM_COMPUTE_TEST_HOGACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_HOGACCESSOR_H
+#define ARM_COMPUTE_TEST_HOGACCESSOR_H
#include "arm_compute/runtime/HOG.h"
#include "tests/IHOGAccessor.h"
@@ -65,4 +65,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_HOGACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_HOGACCESSOR_H */
diff --git a/tests/NEON/Helper.h b/tests/NEON/Helper.h
index 7446e5aaa8..e84b3b6afe 100644
--- a/tests/NEON/Helper.h
+++ b/tests/NEON/Helper.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_TEST_NEON_HELPER_H__
-#define __ARM_COMPUTE_TEST_NEON_HELPER_H__
+#ifndef ARM_COMPUTE_TEST_NEON_HELPER_H
+#define ARM_COMPUTE_TEST_NEON_HELPER_H
#include "arm_compute/runtime/Array.h"
#include "arm_compute/runtime/NEON/INESimpleFunction.h"
@@ -110,4 +110,4 @@ public:
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_NEON_HELPER_H__ */
+#endif /* ARM_COMPUTE_TEST_NEON_HELPER_H */
diff --git a/tests/NEON/LutAccessor.h b/tests/NEON/LutAccessor.h
index 046d1b87ff..e399d5ab43 100644
--- a/tests/NEON/LutAccessor.h
+++ b/tests/NEON/LutAccessor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-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_TEST_NEON_LUTACCESSOR_H__
-#define __ARM_COMPUTE_TEST_NEON_LUTACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_NEON_LUTACCESSOR_H
+#define ARM_COMPUTE_TEST_NEON_LUTACCESSOR_H
#include "tests/ILutAccessor.h"
@@ -87,4 +87,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_NEON_LUTACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_NEON_LUTACCESSOR_H */