Searched refs:float16_chs (Results 1 – 4 of 4) sorted by relevance
226 a = float16_chs(a); in HELPER()271 a = float16_chs(a); in HELPER()
1508 return float16_muladd(float16_chs(op1), op2, dest, 0, stat); in float16_mulsub_f()
4228 DO_REDUCE(sve_fmaxv_h, float16, H1_2, max, float16_chs(float16_infinity)) in DO_REDUCE()5063 float16 neg_real = float16_chs(neg_imag); in HELPER()
297 static inline float16 float16_chs(float16 a) in float16_chs() function