Lines Matching refs:__f64x2_t
44 typedef __Float64x2_t __f64x2_t; typedef
47 typedef __attribute__((__neon_vector_type__(2))) double __f64x2_t; typedef
61 __f64x2_t __v_sin (__f64x2_t);
62 __f64x2_t __v_cos (__f64x2_t);
63 __f64x2_t __v_exp (__f64x2_t);
64 __f64x2_t __v_log (__f64x2_t);
65 __f64x2_t __v_pow (__f64x2_t, __f64x2_t);
79 __vpcs __f64x2_t __vn_sin (__f64x2_t);
80 __vpcs __f64x2_t __vn_cos (__f64x2_t);
81 __vpcs __f64x2_t __vn_exp (__f64x2_t);
82 __vpcs __f64x2_t __vn_log (__f64x2_t);
83 __vpcs __f64x2_t __vn_pow (__f64x2_t, __f64x2_t);
92 __vpcs __f64x2_t _ZGVnN2v_sin (__f64x2_t);
93 __vpcs __f64x2_t _ZGVnN2v_cos (__f64x2_t);
94 __vpcs __f64x2_t _ZGVnN2v_exp (__f64x2_t);
95 __vpcs __f64x2_t _ZGVnN2v_log (__f64x2_t);
96 __vpcs __f64x2_t _ZGVnN2vv_pow (__f64x2_t, __f64x2_t);