| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | DataExtractorTest.cpp | 351 TEST(DataExtractorTest, GetDouble) { in TEST() argument 364 EXPECT_DOUBLE_EQ(expected, LE.GetDouble(&offset)); in TEST() 373 EXPECT_DOUBLE_EQ(expected, BE.GetDouble(&offset)); in TEST() 391 EXPECT_DOUBLE_EQ(expected, LE.GetDouble(&offset)); in TEST() 400 EXPECT_DOUBLE_EQ(expected, BE.GetDouble(&offset)); in TEST()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/sbdata/ |
| H A D | TestSBData.py | 397 data2.GetDouble( 405 data2.GetDouble( 413 data2.GetDouble( 493 self.assertTrue(fabs(data2.GetDouble(error, 0) - 3.14) 495 self.assertTrue(fabs(data2.GetDouble(error, 8) - 6.28) 497 self.assertTrue(fabs(data2.GetDouble(error, 16) - 2.71)
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 593 double d64_1 = DE.GetDouble(&offset); in DumpDataExtractor() 594 double d64_2 = DE.GetDouble(&offset); in DumpDataExtractor() 699 DumpFloatingPoint(ss, DE.GetDouble(&offset)); in DumpDataExtractor() 771 llvm::APFloat ap_float(DE.GetDouble(&offset)); in DumpDataExtractor()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBData.i | 52 GetDouble (lldb::SBError& error, lldb::offset_t offset); 245 return self._make_helper(self, SBData.GetDouble, 8)
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBData.h | 48 double GetDouble(lldb::SBError &error, lldb::offset_t offset);
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBData.cpp | 132 double SBData::GetDouble(lldb::SBError &error, lldb::offset_t offset) { in GetDouble() function in SBData 140 value = m_opaque_sp->GetDouble(&offset); in GetDouble()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | DataExtractor.h | 439 double GetDouble(lldb::offset_t *offset_ptr) const;
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 651 value_sp->GetScalar() = (float)de.GetDouble(&offset); in GetFloatValue() 655 value_sp->GetScalar() = de.GetDouble(&offset); in GetFloatValue()
|
| H A D | ABISysV_ppc.cpp | 589 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_i386.cpp | 316 value_long_dbl = data.GetDouble(&offset); in SetReturnValueObject()
|
| H A D | ABIWindows_x86_64.cpp | 479 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
|
| H A D | ABISysV_x86_64.cpp | 470 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 236 SetDouble(src.GetDouble(&src_offset)); in SetValueFromData()
|
| H A D | Scalar.cpp | 733 operator=(data.GetDouble(&offset)); in SetValueFromData()
|
| H A D | DataExtractor.cpp | 626 double DataExtractor::GetDouble(offset_t *offset_ptr) const { in GetDouble() function in DataExtractor
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 556 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 763 value.GetScalar() = data.GetDouble(&offset); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_arm64.cpp | 735 value.GetScalar() = data.GetDouble(&offset); in GetReturnValueObjectImpl()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 898 value.GetScalar() = (double)return_ext.GetDouble(&offset); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_mips64.cpp | 821 value.GetScalar() = (double)f0_data.GetDouble(&offset); in GetReturnValueObjectImpl()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextDarwin_arm64.cpp | 507 value.SetDouble(regdata.GetDouble(&offset)); in ReadRegister()
|