Home
last modified time | relevance | path

Searched refs:ToFp32 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.h65 static float ToFp32(const std::string& string);
266 return Utils::ToFp32(String(index));
H A Drs_profiler_utils.cpp169 float Utils::ToFp32(const std::string& string) in ToFp32() function in OHOS::Rosen::Utils
222 number = ToFp32(string); in ToNumber()
H A Drs_profiler_telemetry.cpp142 return Utils::ToFp32(GetMetric(name)); in GetMetricFloat()