about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/svml_d_cos_data.h
blob: 4d28e6eda59a01854e1e7b2b79f219e572cb5810 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* Offsets for data table for vectorized cos.
   Copyright (C) 2014-2015 Free Software Foundation, Inc.
   This file is part of the GNU C Library.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, see
   <http://www.gnu.org/licenses/>.  */

#ifndef D_COS_DATA_H
#define D_COS_DATA_H

#define __dAbsMask              0
#define __dRangeVal             64
#define __dHalfPI               128
#define __dInvPI                192
#define __dRShifter             256
#define __dOneHalf              320
#define __dPI1                  384
#define __dPI2                  448
#define __dPI3                  512
#define __dPI4                  576
#define __dPI1_FMA              640
#define __dPI2_FMA              704
#define __dPI3_FMA              768
#define __dC1                   832
#define __dC2                   896
#define __dC3                   960
#define __dC4                   1024
#define __dC5                   1088
#define __dC6                   1152
#define __dC7                   1216
#define __dAbsMask_la           1280
#define __dInvPI_la             1344
#define __dRShifter_la          1408
#define __dRShifterm5_la        1472
#define __dRXmax_la             1536

#endif