Searched refs:vdup_n_f32 (Results 1 – 6 of 6) sorted by relevance
175 const float32x2_t xx = vdup_n_f32(x); // Clever readers will note we're doing everything 2x. in sk_float_rsqrt()
27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32()36 AI SkNx(float val) : fVec(vdup_n_f32(val)) {} in SkNx()
205 const float32x2_t xx = vdup_n_f32(x); // Clever readers will note we're doing everything 2x. in sk_float_rsqrt()
1672 _NEON2SSESTORAGE float32x2_t vdup_n_f32(float32_t value); // VDUP.32 d0,r012246 _NEON2SSESTORAGE float32x2_t vdup_n_f32(float32_t value); // VDUP.32 d0,r012247 _NEON2SSE_INLINE float32x2_t vdup_n_f32(float32_t value) in vdup_n_f32() function12340 #define vmov_n_f32 vdup_n_f3213330 c = vdup_n_f32(vlane);13482 c = vdup_n_f32(vlane);13621 b32x2 = vdup_n_f32(b); in vmul_n_f32()13709 b32x2 = vdup_n_f32(vlane);14053 scalar = vdup_n_f32(c); in vmla_n_f32()
2878 return vdup_n_f32(a); in test_vdup_n_f32()