Searched refs:big_bound (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | v_asinhf_2u7.c | 18 uint32x4_t big_bound; member 24 .big_bound = V4 (0x5f800000), /* asuint(0x1p64). */ 44 uint32x4_t special = vcgeq_u32 (iax, dat->big_bound); in V_NAME_F1()
|
H A D | v_exp_tail_inline.h | 24 float64x2_t big_bound, huge_bound; member 29 .big_bound = V2 (704.0), 73 uint64x2_t special = vcgtq_f64 (vabsq_f64 (x), d->big_bound); in v_exp_tail_inline()
|
H A D | sv_exp2_2u.c | 21 double shift, big_bound, uoflow_bound; member 29 .big_bound = BigBound, 74 svbool_t no_big_scale = svacle (pg, x, d->big_bound); in SV_NAME_D1()
|