Searched refs:toFloat (Results 1 - 4 of 4) sorted by relevance

/gem5/src/python/m5/util/
H A Dconvert.py124 def toFloat(value, target_type='float', units=None, prefixes=[]): function
128 return toFloat(value, target_type, units, metric_prefixes)
131 return toFloat(value, target_type, units, binary_prefixes)
H A Dsmartdict.py62 return toFloat(str(self))
/gem5/ext/dsent/libutil/
H A DString.cc273 float String::toFloat() const function in class:LibUtil::String
H A DString.h83 float toFloat() const;

Completed in 13 milliseconds