Lines Matching refs:max_int32
1171 double max_int32 = std::numeric_limits<int32_t>::max(); in set_fpu_register_word_invalid_result() local
1175 } else if (rounded > max_int32) { in set_fpu_register_word_invalid_result()
1190 double max_int32 = std::numeric_limits<int32_t>::max(); in set_fpu_register_invalid_result() local
1194 } else if (rounded > max_int32) { in set_fpu_register_invalid_result()
1232 double max_int32 = std::numeric_limits<int32_t>::max(); in set_fpu_register_word_invalid_result() local
1236 } else if (rounded > max_int32) { in set_fpu_register_word_invalid_result()
1252 double max_int32 = std::numeric_limits<int32_t>::max(); in set_fpu_register_invalid_result() local
1256 } else if (rounded > max_int32) { in set_fpu_register_invalid_result()
1295 double max_int32 = std::numeric_limits<int32_t>::max(); in set_fcsr_round_error() local
1312 if (rounded > max_int32 || rounded < min_int32) { in set_fcsr_round_error()
1361 double max_int32 = std::numeric_limits<int32_t>::max(); in set_fcsr_round_error() local
1378 if (rounded > max_int32 || rounded < min_int32) { in set_fcsr_round_error()