Home
last modified time | relevance | path

Searched refs:GetAsDouble (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/lldb-perf/lib/
DResults.cpp68 double d = result->GetAsDouble()->GetValue(); in AddResultToArray()
138 parent_dict.SetValueDouble(cf_key.get(), result->GetAsDouble()->GetValue(), true); in AddResultToDictionary()
DResults.h76 GetAsDouble () in GetAsDouble() function
/external/lldb/include/lldb/Core/
DRegisterValue.h195 GetAsDouble (double fail_value = 0.0, bool *success_ptr = NULL) const;
/external/lldb/source/Core/
DRegisterValue.cpp864 RegisterValue::GetAsDouble (double fail_value, bool *success_ptr) const in GetAsDouble() function in RegisterValue