Searched refs:intpart (Results 1 – 1 of 1) sorted by relevance
375 double intpart; in ParseInstructionImms() local376 if (std::modf(imsValue, &intpart) == 0.0 && IsValidInt32(imsValue)) { in ParseInstructionImms()