Home | History | Annotate | Download | only in Modules

Lines Matching refs:fracpart

601     double intpart, fracpart;
604 fracpart = modf(timeout, &intpart);
606 us = (unsigned long)(fracpart * 1e6);