File tree 20 files changed +40
-20
lines changed
20 files changed +40
-20
lines changed Original file line number Diff line number Diff line change 1
1
// areal.cpp: show the components of different areal configuration
2
2
//
3
- // Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/number/areal/areal.hpp>
Original file line number Diff line number Diff line change 1
1
// cfloat8_2.cpp: components of a float: cli to show the sign/scale/fraction components of a cfloat<8,2>
2
2
//
3
- // Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// cfloat8_3.cpp: components of a float: cli to show the sign/scale/fraction components of a cfloat<8,3>
2
2
//
3
- // Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// cfloat8_4.cpp: components of a float: cli to show the sign/scale/fraction components of a cfloat<8,4>
2
2
//
3
- // Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// double.cpp: components of a double: cli to show the sign/scale/fraction components of a double
2
2
//
3
- // Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// fixpnt.cpp: components of a fixed-point: cli to show the sign/scale/fraction components of a fixed-point value
2
2
//
3
- // Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < iostream>
Original file line number Diff line number Diff line change 1
1
// float2posit.cpp: convert a floating-point value to a posit
2
2
//
3
- // Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/number/posit/posit.hpp>
Original file line number Diff line number Diff line change 1
1
// half.cpp: components of a float: cli to show the sign/scale/fraction components of a half precision float
2
2
//
3
- // Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// lns.cpp: components of a logarithmic number: cli to show the sign/scale/fraction components of a logarithmic number
2
2
//
3
- // Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/number/lns/lns.hpp>
Original file line number Diff line number Diff line change 1
1
// longdouble.cpp: components of a long double: cli to show the sign/scale/fraction components of a long double native IEEE float
2
2
//
3
- // Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// plimits.cpp: cli to show the numeric_limits<> of the standard posits
2
2
//
3
- // Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// posit.cpp: components of a posit: cli to show the sign/scale/regime/exponent/fraction components of standard posit configurations
2
2
//
3
- // Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/number/posit/posit.hpp>
Original file line number Diff line number Diff line change 1
1
// propenv.cpp: cli to show the type properties of the compiler environment
2
2
//
3
- // Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/traits/arithmetic_traits.hpp>
Original file line number Diff line number Diff line change 1
1
// propp.cpp: cli to show the arithmetic properties of posit configurations
2
2
//
3
- // Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/number/posit/posit.hpp>
Original file line number Diff line number Diff line change 1
1
// propq.cpp: cli to show a table of quires
2
2
//
3
- // Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/number/posit/posit.hpp>
Original file line number Diff line number Diff line change 1
1
// quad.cpp: components of a float: cli to show the sign/scale/fraction components of a quad precision float
2
2
//
3
- // Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// quarter.cpp: components of a float: cli to show the sign/scale/fraction components of a quarter precision float
2
2
//
3
- // Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// signedint.cpp: components of a signed integer: cli to show the sign/scale/fraction components of a signed integer
2
2
//
3
- // Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// single.cpp: components of a float: cli to show the sign/scale/fraction components of a single precision float
2
2
//
3
- // Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < universal/utility/directives.hpp>
Original file line number Diff line number Diff line change 1
1
// unsignedint.cpp: components of an unsigned integer: cli to show the sign/scale/fraction components of an unsigned integer
2
2
//
3
- // Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3
+ // Copyright (C) 2017 Stillwater Supercomputing, Inc.
4
+ // SPDX-License-Identifier: MIT
4
5
//
5
6
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
6
7
#include < iostream>
You can’t perform that action at this time.
0 commit comments