reactos/sdk/lib/crt/math/libm_sse2/L2_by_pi_bits.c
2022-12-01 15:21:59 +02:00

56 lines
2.1 KiB
C

/*
* MIT License
* -----------
*
* Copyright (c) 2002-2019 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this Software and associated documentaon files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
**
** Defines __L_2_by_pi_bits array
** Used in trigonometric argument reduction
*/
#include <crtdefs.h>
const char _CRT_ALIGN(16) __L_2_by_pi_bits[] =
{
224, 241, 27, 193, 12, 88, 33, 116,
53, 126, 196, 126, 237, 175, 169, 75,
74, 41, 222, 231, 28, 244, 236, 197,
151, 175, 31, 235, 158, 212, 181, 168,
127, 121, 154, 253, 24, 61, 221, 38,
44, 159, 60, 251, 217, 180, 125, 180,
41, 104, 45, 70, 188, 188, 63, 96,
22, 120, 255, 95, 226, 127, 236, 160,
228, 247, 46, 126, 17, 114, 210, 231,
76, 13, 230, 88, 71, 230, 4, 249,
125, 209, 154, 192, 113, 166, 19, 18,
237, 186, 212, 215, 8, 162, 251, 156,
166, 196, 114, 172, 119, 248, 115, 72,
70, 39, 168, 187, 36, 25, 128, 75,
55, 9, 233, 184, 145, 220, 134, 21,
239, 122, 175, 142, 69, 249, 7, 65,
14, 241, 100, 86, 138, 109, 3, 119,
211, 212, 71, 95, 157, 240, 167, 84,
16, 57, 185, 13, 230, 139, 2, 0,
0, 0, 0, 0, 0, 0
};