Searched refs:GetFloat (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DEntry.cpp245 return (*it)->GetFloat() >= searchTerm->tag->GetFloat();
258 return (*it)->GetFloat() <= searchTerm->tag->GetFloat();
271 return (*it)->GetFloat() > searchTerm->tag->GetFloat();
284 return (*it)->GetFloat() < searchTerm->tag->GetFloat();
297 return (*it)->GetFloat() == searchTerm->tag->GetFloat();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_split.cpp60 float gravity = GetFloat(wxT("gravity"), 0.0);
H A Dxmlres.cpp970 float wxXmlResourceHandler::GetFloat(const wxString& param, float defaultv) function in class:wxXmlResourceHandler
1452 GetFloat(wxT("relativesize"))));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTag.cpp69 m_fVal = rTag.GetFloat();
220 m_fVal = rhs.GetFloat();
267 float CTag::GetFloat() const function in class:CTag
H A DTag.h69 float GetFloat() const;
H A DSafeFile.cpp528 WriteFloat(tag.GetFloat());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DPrint.cpp393 out << tag.GetFloat();
450 out << tag.GetFloat();
478 out << tag.GetFloat();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h428 float GetFloat(const wxString& param, float defaultv = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DCTagTest.cpp181 return tag->GetFloat();

Completed in 64 milliseconds