Searched refs:two_over_five (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | erfcf.c | 16 float third, two_thirds, two_over_fifteen, two_over_five, tenth; member 27 .two_over_five = -0x1.99999ap-2f, 86 svfloat32_t p4 = svmla_lane (sv_f32 (dat->two_over_five), r2, coeffs, 2); in SV_NAME_F1()
|
H A D | erf.c | 15 double tenth, two_over_five, two_over_fifteen; member 22 .two_over_five = -0x1.999999999999ap-2, 85 = svmla_x (pg, sv_f64 (dat->two_over_five), r2, dat->two_over_fifteen); in SV_NAME_D1()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | erf.c | 15 float64x2_t tenth, two_over_five, two_over_nine; member 27 .two_over_five = V2 (-0x1.999999999999ap-2), 128 float64x2_t p4 = vfmaq_laneq_f64 (dat->two_over_five, r2, in V_NAME_D1()
|
H A D | erfcf.c | 17 float32x4_t third, two_over_five, tenth; member 33 .two_over_five = V4 (-0x1.99999ap-2f), 141 float32x4_t p4 = vfmaq_laneq_f32 (dat->two_over_five, r2, coeffs, 2); in V_NAME_F1()
|