Home | History | Annotate | Download | only in profviz

Lines Matching refs:intpart

3774   function _modf(x, intpart) {
3775 HEAPF64[((intpart)>>3)]=Math.floor(x)
3776 return x - HEAPF64[((intpart)>>3)];