Lines Matching +full:0 +full:x28000000
20 .off_idx = 0xb7fffd7b, /* 0xffffffff - asuint(shift) - 644. */
21 .off_arr = 0xfffffd7b, /* 0xffffffff - 644. */
23 .shift = 0x1p17f,
24 .third = 0x1.555556p-2f,
25 .two_thirds = 0x1.555556p-1f,
26 .two_over_fifteen = 0x1.111112p-3f,
27 .two_over_five = -0x1.99999ap-2f,
28 .tenth = -0x1.99999ap-4f,
31 #define SignMask 0x80000000
32 #define TableScale 0x28000000 /* 0x1p-47. */
47 Note that for x < 0, erfc(x) = 2.0 - erfc(-x).
50 _ZGVsMxv_erfcf(0x1.1dbf7ap+3) got 0x1.f51212p-120
51 want 0x1.f51216p-120. */
70 const float32_t *p = &__v_erfcf_data.tab[0].erfc - 2 * dat->off_arr; in SV_NAME_F1()
85 = svmul_x (svptrue_b32 (), r, svmla_lane (sv_f32 (-0.5), r2, coeffs, 0)); in SV_NAME_F1()
108 TEST_SYM_INTERVAL (SV_NAME_F1 (erfc), 0.0, 0x1p-26, 40000)
109 TEST_INTERVAL (SV_NAME_F1 (erfc), 0x1p-26, 10.0625, 40000)
110 TEST_INTERVAL (SV_NAME_F1 (erfc), -0x1p-26, -4.0, 40000)