Searched refs:float16_chs (Results 1 – 4 of 4) sorted by relevance
310 return float16_is_any_nan(a) ? a : float16_chs(a); in float16_ah_chs()325 return fpcr_ah && float16_is_any_nan(a) ? a : float16_chs(a); in float16_maybe_ah_chs()
1637 return float16_muladd(float16_chs(op1), op2, dest, 0, stat); in float16_mulsub_f()
4542 DO_REDUCE(fmax,h, float16, H1_2, float16_max, float16_chs(float16_infinity)) in DO_REDUCE()4551 float16_chs(float16_infinity)) in DO_REDUCE()
301 static inline float16 float16_chs(float16 a) in float16_chs() function