Lines Matching refs:ieee
6307 static inline float16 float16_from_float32(int32_t a, bool ieee, in float16_from_float32() argument
6312 f_val = float32_to_float16((float32)a, ieee, status); in float16_from_float32()
6326 static inline float32 float32_from_float16(int16_t a, bool ieee, in float32_from_float16() argument
6331 f_val = float16_to_float32((float16)a, ieee, status); in float32_from_float16()
7363 bool ieee = true; in helper_msa_fexdo_df() local
7365 MSA_FLOAT_BINOP(Lh(pwx, i), from_float32, pws->w[i], ieee, 16); in helper_msa_fexdo_df()
7366 MSA_FLOAT_BINOP(Rh(pwx, i), from_float32, pwt->w[i], ieee, 16); in helper_msa_fexdo_df()
7977 bool ieee = true; in helper_msa_fexupl_df() local
7979 MSA_FLOAT_BINOP(pwx->w[i], from_float16, Lh(pws, i), ieee, 32); in helper_msa_fexupl_df()
8013 bool ieee = true; in helper_msa_fexupr_df() local
8015 MSA_FLOAT_BINOP(pwx->w[i], from_float16, Rh(pws, i), ieee, 32); in helper_msa_fexupr_df()