Searched refs:fdret (Results 1 – 1 of 1) sorted by relevance
1118 uint64_t fdret; in helper_float_rint_d() local1120 fdret = float64_round_to_int(fs, &env->active_fpu.fp_status); in helper_float_rint_d()1122 return fdret; in helper_float_rint_d()1127 uint32_t fdret; in helper_float_rint_s() local1129 fdret = float32_round_to_int(fs, &env->active_fpu.fp_status); in helper_float_rint_s()1131 return fdret; in helper_float_rint_s()1468 uint32_t fdret; in helper_float_max_s() local1470 fdret = float32_maxnum(fs, ft, &env->active_fpu.fp_status); in helper_float_max_s()1473 return fdret; in helper_float_max_s()1478 uint64_t fdret; in helper_float_max_d() local[all …]