1 /* _Float128 multiarch redirects shared with math_private.h 2 Copyright (C) 2020-2022 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 _FLOAT128_IFUNC_REDIRECTS_MP_H 20 #define _FLOAT128_IFUNC_REDIRECTS_MP_H 1 21 22 #include <float128-ifunc-redirect-macros.h> 23 24 F128_REDIR (__ieee754_acosf128) 25 F128_REDIR (__ieee754_acoshf128) 26 F128_REDIR (__ieee754_asinf128) 27 F128_REDIR (__ieee754_atan2f128) 28 F128_REDIR (__ieee754_atanhf128) 29 F128_REDIR (__ieee754_coshf128) 30 F128_REDIR (__ieee754_expf128) 31 F128_REDIR (__ieee754_exp10f128) 32 F128_REDIR (__ieee754_exp2f128) 33 F128_REDIR (__ieee754_fmodf128) 34 F128_REDIR (__ieee754_gammaf128) 35 F128_REDIR_R (__ieee754_gammaf128, _r) 36 F128_REDIR (__ieee754_hypotf128) 37 F128_REDIR (__ieee754_j0f128) 38 F128_REDIR (__ieee754_j1f128) 39 F128_REDIR (__ieee754_jnf128) 40 F128_REDIR (__ieee754_lgammaf128) 41 F128_REDIR_R (__ieee754_lgammaf128, _r) 42 F128_REDIR (__ieee754_logf128) 43 F128_REDIR (__ieee754_log10f128) 44 F128_REDIR (__ieee754_log2f128) 45 F128_REDIR (__ieee754_powf128) 46 F128_REDIR (__ieee754_remainderf128) 47 F128_REDIR (__ieee754_sinhf128) 48 F128_REDIR (__ieee754_sqrtf128) 49 F128_REDIR (__ieee754_y0f128) 50 F128_REDIR (__ieee754_y1f128) 51 F128_REDIR (__ieee754_ynf128) 52 F128_REDIR (__ieee754_scalbf128) 53 F128_REDIR (__ieee754_ilogbf128) 54 F128_REDIR (__ieee754_rem_pio2f128) 55 F128_REDIR (__kernel_sinf128) 56 F128_REDIR (__kernel_cosf128) 57 F128_REDIR (__kernel_tanf128) 58 F128_REDIR (__kernel_sincosf128) 59 F128_REDIR (__kernel_rem_pio2f128) 60 F128_REDIR (__x2y2m1f128) 61 F128_REDIR (__gamma_productf128) 62 F128_REDIR (__lgamma_negf128) 63 64 #endif /*_FLOAT128_IFUNC_REDIRECTS_MP_H */ 65