Home
last modified time | relevance | path

Searched refs:boring_bound (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dtanhf.c20 float boring_bound; member
25 .boring_bound = BoringBound,
50 svbool_t is_boring = svacgt (pg, x, d->boring_bound); in SV_NAME_F1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dtanhf.c16 uint32x4_t boring_bound, large_bound, onef; member
20 .boring_bound = V4 (0x41102cb3),
46 uint32x4_t is_boring = vcgtq_u32 (iax, d->boring_bound); in V_NAME_F1()