Lines Matching refs:nanbox_s
15 static inline uint64_t nanbox_s(float32 fp) in nanbox_s() function
97 fd = nanbox_s(float32_add((uint32_t)fj, (uint32_t)fk, &env->fp_status)); in helper_fadd_s()
115 fd = nanbox_s(float32_sub((uint32_t)fj, (uint32_t)fk, &env->fp_status)); in helper_fsub_s()
133 fd = nanbox_s(float32_mul((uint32_t)fj, (uint32_t)fk, &env->fp_status)); in helper_fmul_s()
151 fd = nanbox_s(float32_div((uint32_t)fj, (uint32_t)fk, &env->fp_status)); in helper_fdiv_s()
169 fd = nanbox_s(float32_maxnum((uint32_t)fj, (uint32_t)fk, &env->fp_status)); in helper_fmax_s()
187 fd = nanbox_s(float32_minnum((uint32_t)fj, (uint32_t)fk, &env->fp_status)); in helper_fmin_s()
205 fd = nanbox_s(float32_maxnummag((uint32_t)fj, in helper_fmaxa_s()
224 fd = nanbox_s(float32_minnummag((uint32_t)fj, in helper_fmina_s()
244 fd = nanbox_s(float32_scalbn((uint32_t)fj, in helper_fscaleb_s()
269 fd = nanbox_s(float32_sqrt((uint32_t)fj, &env->fp_status)); in helper_fsqrt_s()
287 fd = nanbox_s(float32_div(float32_one, (uint32_t)fj, &env->fp_status)); in helper_frecip_s()
307 fd = nanbox_s(float32_div(float32_one, fp, &env->fp_status)); in helper_frsqrt_s()
331 fd = nanbox_s(float32_round_to_int(fp, status)); in helper_flogb_s()
392 fd = nanbox_s(float32_muladd((uint32_t)fj, (uint32_t)fk, in helper_fmuladd_s()
473 fd = nanbox_s(float64_to_float32(fj, &env->fp_status)); in helper_fcvt_s_d()
491 fd = nanbox_s(int32_to_float32((int32_t)fj, &env->fp_status)); in helper_ffint_s_w()
500 fd = nanbox_s(int64_to_float32(fj, &env->fp_status)); in helper_ffint_s_l()