Home
last modified time | relevance | path

Searched refs:intpart (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp375 double intpart; in ParseInstructionImms() local
376 if (std::modf(imsValue, &intpart) == 0.0 && IsValidInt32(imsValue)) { in ParseInstructionImms()