Searched refs:float32_is_neg (Results 1 – 14 of 14) sorted by relevance
274 uint8_t RsV_sign = float32_is_neg(RsV); in arch_sf_recip_common()275 uint8_t RtV_sign = float32_is_neg(RtV); in arch_sf_recip_common()294 uint8_t RsV_sign = float32_is_neg(RsV); in arch_sf_recip_common()295 uint8_t RtV_sign = float32_is_neg(RtV); in arch_sf_recip_common()
609 uint8_t a_sign = float32_is_neg(a); in internal_fmafx()610 uint8_t b_sign = float32_is_neg(b); in internal_fmafx()611 uint8_t c_sign = float32_is_neg(c); in internal_fmafx()
686 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()716 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()806 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()836 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()1213 neg_RsV = float32_set_sign(RsV, float32_is_neg(RsV) ? 0 : 1); in HELPER()
718 bool f32_sign = float32_is_neg(f32); in HELPER()736 return float32_set_sign(float32_zero, float32_is_neg(f32)); in HELPER()739 return float32_set_sign(float32_infinity, float32_is_neg(f32)); in HELPER()750 return float32_set_sign(float32_zero, float32_is_neg(f32)); in HELPER()915 uint32_t f32_sign = float32_is_neg(f32); in HELPER()934 return float32_set_sign(float32_infinity, float32_is_neg(f32)); in HELPER()935 } else if (float32_is_neg(f32)) { in HELPER()
221 if (float32_is_neg(arg1)) { in helper_qseed()226 } else if (float32_is_neg(arg1)) { in helper_qseed()
324 if (float32_is_neg(v) && !float32_is_any_nan(v)) { in HELPER()
204 if (no_neg && float32_is_neg(ops[i].f32)) { in fill_random()
347 bool sign = float32_is_neg(f); in helper_fclass_s()
146 } else if (float32_is_neg(v)) { in set_cc_nz_f32()
2291 prod_sign = float32_is_neg(ua.s) ^ float32_is_neg(ub.s); in float32_muladd()2806 return float64_set_sign(float64_zero, float32_is_neg(a)); in float32_to_float64()4635 float32_is_neg(ua.s))) { in float32_sqrt()
639 static inline bool float32_is_neg(float32 a) in float32_is_neg() function
1186 } else if (float32_is_neg(arg)) { in float_class_s()
3840 bool sign = float32_is_neg(f); in frsqrt7_s()4047 bool sign = float32_is_neg(f); in frec7_s()4420 bool sign = float32_is_neg(f); in fclass_s()
5019 if (float32_is_neg(mm)) { in HELPER()