/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | cexpif.c | 15 return (float32x4x2_t){ v_call_f32 (sinf, x, y.val[0], special), in special_case() 16 v_call_f32 (cosf, x, y.val[1], special) }; in special_case()
|
H A D | coshf.c | 36 return v_call_f32 (coshf, x, vaddq_f32 (half_t, half_over_t), special); in special_case() 56 return v_call_f32 (coshf, x, x, v_u32 (-1)); in V_NAME_F1()
|
H A D | log1pf.c | 34 return v_call_f32 (log1pf, x, log1pf_inline (x_nospecial, &d->d), cmp); in special_case() 64 return v_call_f32 (log1pf, x, log1pf_inline (x, ptr_barrier (&data)), cmp); in special_case()
|
H A D | expm1f.c | 41 return v_call_f32 ( in special_case()
|
H A D | sinhf.c | 38 return v_call_f32 (sinhf, x, vmulq_f32 (t, halfsign), special); in special_case()
|
H A D | sinpif.c | 32 return v_call_f32 (arm_math_sinpif, x, y, cmp); in special_case()
|
H A D | acoshf.c | 26 return v_call_f32 (acoshf, x, log1pf_inline (y, d), vmovl_u16 (special)); in special_case()
|
H A D | cospif.c | 29 return v_call_f32 (arm_math_cospif, x, y, cmp); in special_case()
|
H A D | atanhf.c | 36 return v_call_f32 (atanhf, vbslq_f32 (AbsMask, x, halfsign), in special_case()
|
H A D | asinf.c | 34 return v_call_f32 (asinf, x, y, special); in special_case()
|
H A D | tanhf.c | 28 return v_call_f32 ( in special_case()
|
H A D | atanf.c | 38 return v_call_f32 (atanf, x, y, special); in special_case()
|
H A D | asinhf.c | 34 return v_call_f32 ( in special_case()
|
H A D | acosf.c | 35 return v_call_f32 (acosf, x, y, special); in special_case()
|
H A D | cbrtf.c | 36 return v_call_f32 (cbrtf, x, y, vmovl_u16 (special)); in special_case()
|
H A D | cosf.c | 37 return v_call_f32 (cosf, x, y, cmp); in special_case()
|
H A D | sinf.c | 44 return v_call_f32 (sinf, x, y, cmp); in special_case()
|
H A D | logf.c | 41 return v_call_f32 (logf, vreinterpretq_f32_u32 (vaddq_u32 (u_off, d->off)), in special_case()
|
H A D | log2f.c | 46 return v_call_f32 (log2f, vreinterpretq_f32_u32 (vaddq_u32 (u_off, d->off)), in special_case()
|
H A D | log10f.c | 46 return v_call_f32 (log10f, vreinterpretq_f32_u32 (vaddq_u32 (u_off, d->off)), in special_case()
|
H A D | tanf.c | 42 return v_call_f32 (tanf, x, y, cmp); in special_case()
|
H A D | exp2f.c | 47 return v_call_f32 (exp2f, x, y, cmp); in special_case()
|
H A D | expf.c | 51 return v_call_f32 (expf, x, y, cmp); in special_case()
|
H A D | exp10f.c | 61 return v_call_f32 (exp10f, x, y, cmp); in special_case()
|
H A D | erfcf.c | 73 return v_call_f32 (erfcf, x, y, cmp); in special_case()
|