xref: /aosp_15_r20/external/jemalloc_new/test/include/test/SFMT-params19937.h (revision 1208bc7e437ced7eb82efac44ba17e3beba411da)
1*1208bc7eSAndroid Build Coastguard Worker /*
2*1208bc7eSAndroid Build Coastguard Worker  * This file derives from SFMT 1.3.3
3*1208bc7eSAndroid Build Coastguard Worker  * (http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html), which was
4*1208bc7eSAndroid Build Coastguard Worker  * released under the terms of the following license:
5*1208bc7eSAndroid Build Coastguard Worker  *
6*1208bc7eSAndroid Build Coastguard Worker  *   Copyright (c) 2006,2007 Mutsuo Saito, Makoto Matsumoto and Hiroshima
7*1208bc7eSAndroid Build Coastguard Worker  *   University. All rights reserved.
8*1208bc7eSAndroid Build Coastguard Worker  *
9*1208bc7eSAndroid Build Coastguard Worker  *   Redistribution and use in source and binary forms, with or without
10*1208bc7eSAndroid Build Coastguard Worker  *   modification, are permitted provided that the following conditions are
11*1208bc7eSAndroid Build Coastguard Worker  *   met:
12*1208bc7eSAndroid Build Coastguard Worker  *
13*1208bc7eSAndroid Build Coastguard Worker  *       * Redistributions of source code must retain the above copyright
14*1208bc7eSAndroid Build Coastguard Worker  *         notice, this list of conditions and the following disclaimer.
15*1208bc7eSAndroid Build Coastguard Worker  *       * Redistributions in binary form must reproduce the above
16*1208bc7eSAndroid Build Coastguard Worker  *         copyright notice, this list of conditions and the following
17*1208bc7eSAndroid Build Coastguard Worker  *         disclaimer in the documentation and/or other materials provided
18*1208bc7eSAndroid Build Coastguard Worker  *         with the distribution.
19*1208bc7eSAndroid Build Coastguard Worker  *       * Neither the name of the Hiroshima University nor the names of
20*1208bc7eSAndroid Build Coastguard Worker  *         its contributors may be used to endorse or promote products
21*1208bc7eSAndroid Build Coastguard Worker  *         derived from this software without specific prior written
22*1208bc7eSAndroid Build Coastguard Worker  *         permission.
23*1208bc7eSAndroid Build Coastguard Worker  *
24*1208bc7eSAndroid Build Coastguard Worker  *   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25*1208bc7eSAndroid Build Coastguard Worker  *   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26*1208bc7eSAndroid Build Coastguard Worker  *   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
27*1208bc7eSAndroid Build Coastguard Worker  *   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
28*1208bc7eSAndroid Build Coastguard Worker  *   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29*1208bc7eSAndroid Build Coastguard Worker  *   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
30*1208bc7eSAndroid Build Coastguard Worker  *   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31*1208bc7eSAndroid Build Coastguard Worker  *   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32*1208bc7eSAndroid Build Coastguard Worker  *   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33*1208bc7eSAndroid Build Coastguard Worker  *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34*1208bc7eSAndroid Build Coastguard Worker  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35*1208bc7eSAndroid Build Coastguard Worker  */
36*1208bc7eSAndroid Build Coastguard Worker #ifndef SFMT_PARAMS19937_H
37*1208bc7eSAndroid Build Coastguard Worker #define SFMT_PARAMS19937_H
38*1208bc7eSAndroid Build Coastguard Worker 
39*1208bc7eSAndroid Build Coastguard Worker #define POS1	122
40*1208bc7eSAndroid Build Coastguard Worker #define SL1	18
41*1208bc7eSAndroid Build Coastguard Worker #define SL2	1
42*1208bc7eSAndroid Build Coastguard Worker #define SR1	11
43*1208bc7eSAndroid Build Coastguard Worker #define SR2	1
44*1208bc7eSAndroid Build Coastguard Worker #define MSK1	0xdfffffefU
45*1208bc7eSAndroid Build Coastguard Worker #define MSK2	0xddfecb7fU
46*1208bc7eSAndroid Build Coastguard Worker #define MSK3	0xbffaffffU
47*1208bc7eSAndroid Build Coastguard Worker #define MSK4	0xbffffff6U
48*1208bc7eSAndroid Build Coastguard Worker #define PARITY1	0x00000001U
49*1208bc7eSAndroid Build Coastguard Worker #define PARITY2	0x00000000U
50*1208bc7eSAndroid Build Coastguard Worker #define PARITY3	0x00000000U
51*1208bc7eSAndroid Build Coastguard Worker #define PARITY4	0x13c9e684U
52*1208bc7eSAndroid Build Coastguard Worker 
53*1208bc7eSAndroid Build Coastguard Worker 
54*1208bc7eSAndroid Build Coastguard Worker /* PARAMETERS FOR ALTIVEC */
55*1208bc7eSAndroid Build Coastguard Worker #if defined(__APPLE__)	/* For OSX */
56*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SL1	(vector unsigned int)(SL1, SL1, SL1, SL1)
57*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SR1	(vector unsigned int)(SR1, SR1, SR1, SR1)
58*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_MSK	(vector unsigned int)(MSK1, MSK2, MSK3, MSK4)
59*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_MSK64 \
60*1208bc7eSAndroid Build Coastguard Worker 	(vector unsigned int)(MSK2, MSK1, MSK4, MSK3)
61*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SL2_PERM \
62*1208bc7eSAndroid Build Coastguard Worker 	(vector unsigned char)(1,2,3,23,5,6,7,0,9,10,11,4,13,14,15,8)
63*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SL2_PERM64 \
64*1208bc7eSAndroid Build Coastguard Worker 	(vector unsigned char)(1,2,3,4,5,6,7,31,9,10,11,12,13,14,15,0)
65*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SR2_PERM \
66*1208bc7eSAndroid Build Coastguard Worker 	(vector unsigned char)(7,0,1,2,11,4,5,6,15,8,9,10,17,12,13,14)
67*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SR2_PERM64 \
68*1208bc7eSAndroid Build Coastguard Worker 	(vector unsigned char)(15,0,1,2,3,4,5,6,17,8,9,10,11,12,13,14)
69*1208bc7eSAndroid Build Coastguard Worker #else	/* For OTHER OSs(Linux?) */
70*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SL1	{SL1, SL1, SL1, SL1}
71*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SR1	{SR1, SR1, SR1, SR1}
72*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_MSK	{MSK1, MSK2, MSK3, MSK4}
73*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_MSK64	{MSK2, MSK1, MSK4, MSK3}
74*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SL2_PERM	{1,2,3,23,5,6,7,0,9,10,11,4,13,14,15,8}
75*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SL2_PERM64	{1,2,3,4,5,6,7,31,9,10,11,12,13,14,15,0}
76*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SR2_PERM	{7,0,1,2,11,4,5,6,15,8,9,10,17,12,13,14}
77*1208bc7eSAndroid Build Coastguard Worker     #define ALTI_SR2_PERM64	{15,0,1,2,3,4,5,6,17,8,9,10,11,12,13,14}
78*1208bc7eSAndroid Build Coastguard Worker #endif	/* For OSX */
79*1208bc7eSAndroid Build Coastguard Worker #define IDSTR	"SFMT-19937:122-18-1-11-1:dfffffef-ddfecb7f-bffaffff-bffffff6"
80*1208bc7eSAndroid Build Coastguard Worker 
81*1208bc7eSAndroid Build Coastguard Worker #endif /* SFMT_PARAMS19937_H */
82