Searched refs:max_int32 (Results 1 – 3 of 3) sorted by relevance
111 uint64 max_int32 = std::numeric_limits<int32>::max(); in LoadCldData() local113 data_length > max_int32) { // max signed 32 bit integer in LoadCldData()
1279 double max_int32 = std::numeric_limits<int32_t>::max(); in set_fcsr_round_error() local1296 if (rounded > max_int32 || rounded < min_int32) { in set_fcsr_round_error()
1195 double max_int32 = std::numeric_limits<int32_t>::max(); in set_fcsr_round_error() local1212 if (rounded > max_int32 || rounded < min_int32) { in set_fcsr_round_error()