Lines Matching refs:float
557 self.dmesgstart = float(ktime)
570 ktime = float(m.group('ktime'))
1595 t = float(m.group('ktime'))
2168 cpuexec[key] = min(1.0, float(self.pstl[t][name]) / maxj)
2316 self.time = float(t)
2351 self.length = float(d)/1000000
2859 sortdict[item] = (-1*float(dev['start']), float(dev['end']) - float(dev['start']))
2862 sortdict[item] = (float(dev['end']) - float(dev['start']), item.dev['name'])
2944 self.rowheight[t][p][i] = float(self.bodyH)/len(self.rowlines[t][p])
2985 pos = '%0.3f' % (100 - ((float(i)*tS*100)/mTotal) - divEdge)
2986 val = '%0.fms' % (float(i-divTotal+1)*tS*1000)
2991 pos = '%0.3f' % (100 - ((float(i)*tS*100)/mTotal))
2992 val = '%0.fms' % (float(i)*tS*1000)
3141 'time': float(m.group('t'))}
3411 t = float(info[0])
4053 ktime = float(val)
4367 tVal = [float(data['suspend']), float(data['resume'])]
4594 rate = '%d/%d (%.2f%%)' % (testtotal, total, 100*float(testtotal)/float(total))
5060 ….phaselet {float:left;overflow:hidden;border:0px;text-align:center;min-height:100px;font-size:24px…
5066 ….btnfmt {position:relative;float:right;height:25px;width:auto;margin-top:3px;margin-bottom:0;font-…
5072 ….version {position:relative;float:left;color:white;font-size:10px;line-height:30px;margin-left:10p…
6167 val = float(arg)
6433 devices[d][name] += float(time)