Home
last modified time | relevance | path

Searched refs:__v_erfc_data (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/arm-optimized-routines/math/aarch64/experimental/
HDerfc_1u8.c92 double erfcr = __v_erfc_data.tab[i].erfc; in erfc()
93 double scale = __v_erfc_data.tab[i].scale; in erfc()
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/
HDv_erfc_data.c17 const struct v_erfc_data __v_erfc_data = { variable
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/advsimd/
HDerfc.c61 = vld1q_f64 (&__v_erfc_data.tab[vgetq_lane_u64 (i, 0) - Off].erfc); in lookup()
63 = vld1q_f64 (&__v_erfc_data.tab[vgetq_lane_u64 (i, 1) - Off].erfc); in lookup()
/freebsd-head/contrib/arm-optimized-routines/math/
HDmath_config.h154 #define __v_erfc_data arm_math_v_erfc_data macro
653 } __v_erfc_data HIDDEN;
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/sve/
HDerfc.c96 const float64_t *p = &__v_erfc_data.tab[0].erfc - 2 * dat->off_arr; in SV_NAME_D1()