Home | History | Annotate | Download | only in Core

Lines Matching defs:GetDouble

753 DataExtractor::GetDouble (offset_t *offset_ptr) const
1692 double d64_1 = GetDouble (&offset);
1693 double d64_2 = GetDouble (&offset);
1843 ss << GetDouble(&offset);
1909 llvm::APFloat ap_float (GetDouble (&offset));