Home
last modified time | relevance | path

Searched refs:special_bound (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dcoshf.c16 float special_bound; member
20 .special_bound = 0x1.5a92d8p+6,
39 svbool_t special = svacge (pg, x, d->special_bound); in SV_NAME_F1()
H A Dtanhf.c19 uint32_t onef, special_bound; member
24 .special_bound = 0x7f800000,
49 svbool_t special = svcmpgt (pg, iax, d->special_bound); in SV_NAME_F1()
H A Dexpm1f.c20 float c0, inv_ln2, c1, c3, special_bound; member
26 .special_bound = SpecialBound, .ln2_lo = 0x1.7f7d1cp-20f,
45 svbool_t special = svnot_z (pg, svaclt (pg, x, d->special_bound)); in SV_NAME_F1()
H A Dexpm1.c19 double shift, inv_ln2, special_bound; member
29 .special_bound = SpecialBound,
51 svbool_t special = svnot_z (pg, svaclt (pg, x, d->special_bound)); in SV_NAME_D1()
H A Dcosh.c16 uint64_t special_bound; member
29 .special_bound = 0x4086000000000000,
84 svbool_t special = svcmpgt (pg, svreinterpret_u64 (ax), d->special_bound); in SV_NAME_D1()
H A Dexp10.c17 double shift, log10_2, log2_10_hi, log2_10_lo, scale_thres, special_bound; member
34 .special_bound = SpecialBound,
79 svbool_t no_big_scale = svacle (pg, x, d->special_bound); in SV_NAME_D1()
H A Dsv_expm1f_inline.h19 float c0, inv_ln2, c1, c3, special_bound; member
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dcoshf.c19 uint32x4_t special_bound; member
27 .special_bound = V4 (0x42ad496c),
54 uint32x4_t special = vcgeq_u32 (iax, d->special_bound); in V_NAME_F1()
H A Dcosh.c18 uint64x2_t index_mask, special_bound; member
31 .special_bound = V2 (0x4086000000000000),
88 = vcgtq_u64 (vreinterpretq_u64_f64 (ax), d->special_bound); in V_NAME_D1()
H A Dexp2f_1u.c15 float32x4_t special_bound, scale_thresh; member
20 .special_bound = V4 (126.0f),
57 uint32x4_t cmp = vcagtq_f32 (n, d->special_bound); in _ZGVnN4v_exp2f_1u()
H A Dexpf_1u.c15 float32x4_t special_bound, scale_thresh; member
24 .special_bound = V4 (126.0f),
64 uint32x4_t cmp = vcagtq_f32 (n, d->special_bound); in _ZGVnN4v_expf_1u()
H A Dlogf.c15 uint16x8_t special_bound; member
31 .special_bound = V8 (0x7f00), /* top16(asuint32(inf) - 0x00800000). */
59 vget_low_u16 (d->special_bound)); in V_NAME_F1()
H A Dlog2f.c16 uint16x8_t special_bound; member
36 .special_bound = V8 (0x7f00), /* top16(asuint32(inf) - 0x00800000). */
70 vget_low_u16 (d->special_bound)); in V_NAME_F1()
H A Dlog10f.c16 uint16x8_t special_bound; member
36 .special_bound = V8 (0x7f00), /* top16(asuint32(inf) - 0x00800000). */
71 vget_low_u16 (d->special_bound)); in V_NAME_F1()
H A Dlog.c15 uint32x4_t special_bound; member
32 .special_bound = V4 (0x7fe00000), /* asuint64(inf) - asuint64(0x1p-126). */
90 vget_low_u32 (d->special_bound)); in V_NAME_D1()
H A Dlog2.c15 uint32x4_t special_bound; member
34 .special_bound = V4 (0x7fe00000), /* asuint64(inf) - asuint64(0x1p-1022). */
94 vget_low_u32 (d->special_bound)); in V_NAME_D1()
H A Dexp.c21 float64x2_t special_bound, scale_thresh; member
31 .special_bound = V2 (704.0),
94 cmp = vcagtq_f64 (x, data.special_bound); in V_NAME_D1()
H A Dexp2f.c17 float32x4_t scale_thresh, special_bound; member
31 .special_bound = V4 (126.0f),
95 uint32x4_t cmp = vcagtq_f32 (n, d->special_bound); in V_NAME_F1()
H A Dlog10.c15 uint32x4_t special_bound; member
35 .special_bound = V4 (0x7fe00000), /* asuint64(inf) - 0x0010000000000000. */
96 vget_low_u32 (d->special_bound)); in V_NAME_D1()
H A Dexpf.c17 float32x4_t special_bound, scale_thresh; member
33 .special_bound = V4 (126.0f),
104 uint32x4_t cmp = vcagtq_f32 (n, d->special_bound); in V_NAME_F1()
H A Dexp10f.c20 float32x4_t inv_log10_2, special_bound; member
40 .special_bound = V4 (126.0f),
118 uint32x4_t cmp = vcagtq_f32 (n, d->special_bound); in V_NAME_F1()
H A Dexp10.c24 float64x2_t special_bound, scale_thresh; member
39 .special_bound = V2 (SpecialBound),
102 cmp = vcageq_f64 (x, d->special_bound); in V_NAME_D1()