Searched refs:__expm1_poly (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | expm1_data.c | 11 const double __expm1_poly[] = { 0x1p-1, variable
|
H A D | expm1_2u5.c | 68 double p = fma (f2, estrin_10_f64 (f, f2, f4, f4 * f4, __expm1_poly), f); in expm1()
|
H A D | tanh_3u.c | 42 double p = fma (f2, estrin_10_f64 (f, f2, f4, f4 * f4, __expm1_poly), f); in expm1_inline()
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | math_config.h | 131 #define __expm1_poly arm_math_expm1_poly macro 728 extern const double __expm1_poly[EXPM1_POLY_ORDER] HIDDEN;
|