Searched refs:float16_is_neg (Results 1 – 4 of 4) sorted by relevance
668 uint32_t f16_sign = float16_is_neg(f16); in HELPER()686 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER()689 return float16_set_sign(float16_infinity, float16_is_neg(f16)); in HELPER()700 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER()869 bool f16_sign = float16_is_neg(f16); in HELPER()
264 static inline bool float16_is_neg(float16 a) in float16_is_neg() function
3800 bool sign = float16_is_neg(f); in frsqrt7_h()4015 bool sign = float16_is_neg(f); in frec7_h()4401 bool sign = float16_is_neg(f); in GEN_VEXT_CMP_VF()
4997 if (float16_is_neg(mm)) {