Home
last modified time | relevance | path

Searched refs:GetFloatValue (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp184 double SBStructuredData::GetFloatValue(double fail_value) const { in GetFloatValue() function in SBStructuredData
185 LLDB_RECORD_METHOD_CONST(double, SBStructuredData, GetFloatValue, (double), in GetFloatValue()
188 return m_impl_up->GetFloatValue(fail_value); in GetFloatValue()
239 LLDB_REGISTER_METHOD_CONST(double, SBStructuredData, GetFloatValue, (double)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h132 double GetFloatValue(double fail_value = 0.0) const {
133 return (m_data_sp ? m_data_sp->GetFloatValue(fail_value) : fail_value);
/freebsd-13.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/
H A Dwidget.h48 float GetFloatValue() const;
H A Dwidget_test.cc47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
H A Dwidget.cc46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBStructuredData.i47 double GetFloatValue(double fail_value = 0.0) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h70 double GetFloatValue(double fail_value = 0.0) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp530 value_sp = GetFloatValue(m_type, 0); in GetValue()
634 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue() function in __anon00c983e90111::ReturnValueExtractor
791 ValueSP val_sp = GetFloatValue(elem_type, i); in GetStructValueObject()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h115 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h114 double GetFloatValue(double fail_value = 0.0) {
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1077 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue() function in NumericLiteralParser
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3629 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44666 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(arg2); in _wrap_SBStructuredData_GetFloatValue__SWIG_0()
44690 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(); in _wrap_SBStructuredData_GetFloatValue__SWIG_1()