Searched refs:bfloat16_chs (Results 1 – 3 of 3) sorted by relevance
305 return bfloat16_is_any_nan(a) ? a : bfloat16_chs(a); in bfloat16_ah_chs()
1643 return bfloat16_muladd(bfloat16_chs(op1), op2, dest, 0, stat); in bfloat16_mulsub_f()
495 static inline bfloat16 bfloat16_chs(bfloat16 a) in bfloat16_chs() function