Searched refs:float64x1_t (Results 1 – 20 of 20) sorted by relevance
35 float64x2_t test_vdupq_lane_f64(float64x1_t V) { in test_vdupq_lane_f64()
96 float64_t test_vdupd_lane_f64(float64x1_t src) { in test_vdupd_lane_f64()
47 typedef double float64x1_t __attribute__((vector_size(8))); typedef48 float64x1_t arg1 = (float64x1_t)0x3fedf9d4343c7c80; // okay
48 typedef __attribute__((vector_size(8))) double float64x1_t; typedef50 float64x1_t vget_low_f64(float64x2_t __p0);
97 // has type float64x1_t or any other vector type of 64 bits).