Searched refs:float32x3_t (Results 1 – 2 of 2) sorted by relevance
4 typedef __attribute__((__ext_vector_type__(3))) float float32x3_t; typedef7 typedef struct { float32x3_t arr[4]; } HFAv3;10 typedef struct { float32x3_t arr[3]; int8x16_t b; } MixedHFAv3;
763 typedef __attribute__((__ext_vector_type__(3))) float float32x3_t; typedef764 typedef struct { float32x3_t arr[4]; } HFAv3;766 float32x3_t test_hva_v3(int n, ...) { in test_hva_v3()788 float32x3_t test_hva_v3_call(HFAv3 *a) { in test_hva_v3_call()