| 1 | /* Offsets for data table for function log. |
| 2 | Copyright (C) 2014-2020 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. |
| 4 | |
| 5 | The GNU C Library is free software; you can redistribute it and/or |
| 6 | modify it under the terms of the GNU Lesser General Public |
| 7 | License as published by the Free Software Foundation; either |
| 8 | version 2.1 of the License, or (at your option) any later version. |
| 9 | |
| 10 | The GNU C Library is distributed in the hope that it will be useful, |
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 13 | Lesser General Public License for more details. |
| 14 | |
| 15 | You should have received a copy of the GNU Lesser General Public |
| 16 | License along with the GNU C Library; if not, see |
| 17 | <https://www.gnu.org/licenses/>. */ |
| 18 | |
| 19 | #ifndef D_LOG_DATA_H |
| 20 | #define D_LOG_DATA_H |
| 21 | |
| 22 | #define _LogRcp_lookup -4218816 |
| 23 | #define _Log_HA_table 0 |
| 24 | #define _Log_LA_table 8256 |
| 25 | #define _poly_coeff_1 12416 |
| 26 | #define _poly_coeff_2 12480 |
| 27 | #define _poly_coeff_3 12544 |
| 28 | #define _poly_coeff_4 12608 |
| 29 | #define _ExpMask 12672 |
| 30 | #define _Two10 12736 |
| 31 | #define _MinNorm 12800 |
| 32 | #define _MaxNorm 12864 |
| 33 | #define _HalfMask 12928 |
| 34 | #define _One 12992 |
| 35 | #define _L2H 13056 |
| 36 | #define _L2L 13120 |
| 37 | #define _Threshold 13184 |
| 38 | #define _Bias 13248 |
| 39 | #define _Bias1 13312 |
| 40 | #define _L2 13376 |
| 41 | #define _dInfs 13440 |
| 42 | #define _dOnes 13504 |
| 43 | #define _dZeros 13568 |
| 44 | |
| 45 | .macro double_vector offset value |
| 46 | .if .-__svml_dlog_data != \offset |
| 47 | .err |
| 48 | .endif |
| 49 | .rept 8 |
| 50 | .quad \value |
| 51 | .endr |
| 52 | .endm |
| 53 | |
| 54 | #endif |
| 55 | |