Searched refs:float16_is_neg (Results 1 – 4 of 4) sorted by relevance
686 uint32_t f16_sign = float16_is_neg(f16); in HELPER()704 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER()707 return float16_set_sign(float16_infinity, float16_is_neg(f16)); in HELPER()718 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER()941 bool f16_sign = float16_is_neg(f16); in HELPER()
5507 if (float16_is_neg(mm)) {
268 static inline bool float16_is_neg(float16 a) in float16_is_neg() function
3850 bool sign = float16_is_neg(f); in frsqrt7_h()4065 bool sign = float16_is_neg(f); in frec7_h()4451 bool sign = float16_is_neg(f); in GEN_VEXT_CMP_VF()