Searched defs:sqsum (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | hypot.c | 32 special_case (float64x2_t x, float64x2_t y, float64x2_t sqsum, in special_case() 63 float64x2_t sqsum = vfmaq_f64 (vmulq_f64 (ax, ax), ay, ay); in V_NAME_D2() local 76 float64x2_t sqsum = vfmaq_f64 (vmulq_f64 (x, x), y, y); in V_NAME_D2() local
|
| H A D | hypotf.c | 32 special_case (float32x4_t x, float32x4_t y, float32x4_t sqsum, in special_case() 62 float32x4_t sqsum = vfmaq_f32 (vmulq_f32 (ax, ax), ay, ay); in V_NAME_F2() local 75 float32x4_t sqsum = vfmaq_f32 (vmulq_f32 (x, x), y, y); in V_NAME_F2() local
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
| H A D | hypotf.c | 16 special_case (svfloat32_t sqsum, svfloat32_t x, svfloat32_t y, svbool_t pg, in special_case() 29 svfloat32_t sqsum = svmla_x (pg, svmul_x (pg, x, x), y, y); in SV_NAME_F2() local
|
| H A D | hypot.c | 21 special_case (svfloat64_t sqsum, svfloat64_t x, svfloat64_t y, svbool_t pg, in special_case() 36 svfloat64_t sqsum = svmla_x (pg, svmul_x (pg, x, x), y, y); in SV_NAME_D2() local
|