Searched refs:oflow_bound (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | v_sinhf_2u3.c | 21 uint32x4_t oflow_bound; member 33 .oflow_bound = V4 (0x42b0c0a7), 62 uint32x4_t special = vcgeq_u32 (iax, d->oflow_bound); in V_NAME_F1()
|
H A D | v_expm1f_1u6.c | 22 float32x4_t oflow_bound; member 36 .oflow_bound = V4 (0x1.5ebc4p+6), 73 uint32x4_t special = vcagtq_f32 (x, d->oflow_bound); in V_NAME_F1()
|
H A D | v_expm1_2u5.c | 21 float64x2_t oflow_bound; member 44 .oflow_bound = V2 (0x1.62b7d369a5aa9p+9), 75 uint64x2_t special = vcageq_f64 (x, d->oflow_bound); in V_NAME_D1()
|
H A D | sv_powf_2u6.c | 27 float uflow_bound, oflow_bound, small_bound; member 41 .oflow_bound = 0x1p+12f, /* 128.0 * V_POWF_EXP2_N. */ 315 ret = svsel (svcmpgt (pg, ylogx, d->oflow_bound), ret_oflow, ret); in SV_NAME_F2()
|