psxhdrs: Move SPDX line to top of file

The RTEMS Software Engineering Guide specifies that the SPDX license
annotation shouldbe the first line of the file and not part of the
copyright/license comment block.
This commit is contained in:
Joel Sherrill
2025-08-08 16:05:49 -05:00
committed by Gedare Bloom
parent fdba64f306
commit 91e475687e
780 changed files with 1560 additions and 1560 deletions

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief assert() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018 Jacob Shin
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief call_once() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cnd_broadcast() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cnd_destroy() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cnd_init() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cnd_signal() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cnd_timedwait() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cnd_wait() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief mtx_destroy() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief mtx_init() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief mtx_lock() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief mtx_timedlock() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief mtx_trylock() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief mtx_unlock() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief thrd_create() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief thrd_current() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief thrd_detach() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief thrd_equal() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief thrd_exit() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief thrd_join() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief thrd_sleep() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief thrd_yield() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief tss_create() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief tss_delete() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief tss_get() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief tss_set() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief c16rtomb() API Conformance Test. This is a C11 method.
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018 Marcal Comajoan Cara
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief c32rtomb() API Conformance Test. This is a C11 method.
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018 Marcal Comajoan Cara
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief mbrtoc16() API Conformance Test. This is a C11 method.
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018 Marcal Comajoan Cara
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief mbrtoc32() API Conformance Test. This is a C11 method.
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018 Marcal Comajoan Cara
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cabs() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cabsf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cabsl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cacos() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cacosf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cacosh() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cacoshf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cacoshl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cacosl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief carg() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cargf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cargl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief casin() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief casinf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief casinh() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief casinhf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief casinhl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief casinl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief catan() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief catanf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief catanh() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief catanhf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief catanhl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief catanl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ccos() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ccosf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ccosh() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ccoshf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ccoshl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ccosl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cexp() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cexpf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cexpl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cimag() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cimagf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cimagl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief clog() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief clogf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief clogl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief conj() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief conjf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief conjl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cpow() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cpowf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cpowl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cproj() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cprojf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief cprojl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief creal() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief crealf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief creall() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief csin() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief csinf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief csinh() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief csinhf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief csinhl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief csinl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief csqrt() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief csqrtf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief csqrtl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ctan() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ctanf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ctanh() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ctanhf() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ctanhl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief ctanl() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief isalnum() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief isalnum_l() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief isalpha() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @brief isalpha_l() API Conformance Test
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon
*
* Redistribution and use in source and binary forms, with or without

Some files were not shown because too many files have changed in this diff Show More