Lines Matching refs:float32_t
9 float32_t test_vcvtxd_f32_f64(float64_t a) { in test_vcvtxd_f32_f64()
12 return (float32_t)vcvtxd_f32_f64(a); in test_vcvtxd_f32_f64()
15 int32_t test_vcvtas_s32_f32(float32_t a) { in test_vcvtas_s32_f32()
27 uint32_t test_vcvtas_u32_f32(float32_t a) { in test_vcvtas_u32_f32()
39 int32_t test_vcvtms_s32_f32(float32_t a) { in test_vcvtms_s32_f32()
51 uint32_t test_vcvtms_u32_f32(float32_t a) { in test_vcvtms_u32_f32()
63 int32_t test_vcvtns_s32_f32(float32_t a) { in test_vcvtns_s32_f32()
75 uint32_t test_vcvtns_u32_f32(float32_t a) { in test_vcvtns_u32_f32()
87 int32_t test_vcvtps_s32_f32(float32_t a) { in test_vcvtps_s32_f32()
99 uint32_t test_vcvtps_u32_f32(float32_t a) { in test_vcvtps_u32_f32()
111 int32_t test_vcvts_s32_f32(float32_t a) { in test_vcvts_s32_f32()
123 uint32_t test_vcvts_u32_f32(float32_t a) { in test_vcvts_u32_f32()