Searched refs:MaxTime (Results 1 – 3 of 3) sorted by relevance
24 MaxTime = 0.0 variable42 if (float(s[6]) > MaxTime) :43 MaxTime = float(s[6]) variable81 print "MaxTime %f" % (MaxTime)
21 const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 ); member in llvm::TimeValue
47 static const TimeValue MaxTime; variable