Searched refs:u64 (Results 1 – 1 of 1) sorted by relevance
36 static const union { float f[2]; uint64_t u64; } in neon_fft_5() member42 float32x2_t sin1 = vcreate_f32(__sin1.u64); in neon_fft_5()43 float32x2_t sin2 = vcreate_f32(__sin2.u64); in neon_fft_5()44 float32x2_t cos1 = vcreate_f32(__cos1.u64); in neon_fft_5()45 float32x2_t cos2 = vcreate_f32(__cos2.u64); in neon_fft_5()