Searched refs:specialy (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | hypot.c | 58 uint64x2_t specialy = vcgeq_u64 (vsubq_u64 (iy, d->tiny_bound), d->thres); in V_NAME_D2() local 60 ay = v_zerofy_f64 (ay, specialy); in V_NAME_D2() 61 uint32x2_t special = vaddhn_u64 (specialx, specialy); in V_NAME_D2()
|
H A D | hypotf.c | 57 uint32x4_t specialy = vcgeq_u32 (vsubq_u32 (iy, d->tiny_bound), d->thres); in V_NAME_F2() local 59 ay = v_zerofy_f32 (ay, specialy); in V_NAME_F2() 60 uint16x4_t special = vaddhn_u32 (specialx, specialy); in V_NAME_F2()
|
H A D | pow.c | 208 uint64x2_t specialy in V_NAME_D2() local 216 uint64x2_t specialy = vcgeq_u64 (iay, d->inf); in V_NAME_D2() local 218 uint64x2_t special = vorrq_u64 (specialx, specialy); in V_NAME_D2()
|