Lines Matching refs:a1
6 uint32x2_t test_vcale_f32(float32x2_t a1, float32x2_t a2) { in test_vcale_f32() argument
8 return vcale_f32(a1, a2); in test_vcale_f32()
13 uint32x4_t test_vcaleq_f32(float32x4_t a1, float32x4_t a2) { in test_vcaleq_f32() argument
15 return vcaleq_f32(a1, a2); in test_vcaleq_f32()
20 uint32x2_t test_vcalt_f32(float32x2_t a1, float32x2_t a2) { in test_vcalt_f32() argument
22 return vcalt_f32(a1, a2); in test_vcalt_f32()
27 uint32x4_t test_vcaltq_f32(float32x4_t a1, float32x4_t a2) { in test_vcaltq_f32() argument
29 return vcaltq_f32(a1, a2); in test_vcaltq_f32()
33 uint64x2_t test_vcagtq_f64(float64x2_t a1, float64x2_t a2) { in test_vcagtq_f64() argument
35 return vcagtq_f64(a1, a2); in test_vcagtq_f64()
40 uint64x2_t test_vcaltq_f64(float64x2_t a1, float64x2_t a2) { in test_vcaltq_f64() argument
42 return vcaltq_f64(a1, a2); in test_vcaltq_f64()
47 uint64x2_t test_vcageq_f64(float64x2_t a1, float64x2_t a2) { in test_vcageq_f64() argument
49 return vcageq_f64(a1, a2); in test_vcageq_f64()
54 uint64x2_t test_vcaleq_f64(float64x2_t a1, float64x2_t a2) { in test_vcaleq_f64() argument
56 return vcaleq_f64(a1, a2); in test_vcaleq_f64()