Home
last modified time | relevance | path

Searched refs:_fValue (Results 1 – 12 of 12) sorted by relevance

/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A DNSMutableNumber.m31 _fValue = value;
53 _fValue = value;
147 _iValue = (int) _fValue;
156 _fValue = (int) _iValue;
169 _fValue *= -1;
186 _fValue = 0.0;
197 _fValue += what;
226 _fValue += what;
280 return _fValue;
295 _fValue = value;
[all …]
H A DNSMutableNumber.h17 float _fValue; variable
/dports/games/opencity/opencity-0.0.6.5stable/src/
H A Dguibar.cpp45 _fValue( OC_BAR_START_VALUE ), in GUIBar()
89 _fValue = fValue; in SetValue()
93 _fWidthRatio = _fValue / _fInitialValue; in SetValue()
97 _fHeightRatio = _fValue / _fInitialValue; in SetValue()
101 _fWidthRatio = _fValue / _fInitialValue; in SetValue()
H A Dguibar.h88 float _fValue; ///< The current quantity of the bar variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/src/org/eclipse/core/internal/expressions/util/
H A DLRUCache.java43 public Object _fValue; field in LRUCache.LRUCacheEntry
74 _fValue = value; in LRUCacheEntry()
85 …return "LRUCacheEntry [" + _fKey + "-->" + _fValue + "]"; //$NON-NLS-3$ //$NON-NLS-1$ //$NON-NLS-2$ in toString()
156 newCache.privateAdd (qEntry._fKey, qEntry._fValue, qEntry._fSpace); in clone()
210 return entry._fValue; in get()
285 return entry._fValue; in peek()
395 entry._fValue = value; in put()
421 Object value = entry._fValue; in removeKey()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/util/
H A DLRUCache.java54 public Object _fValue; field in LRUCache.LRUCacheEntry
82 _fValue = value; in LRUCacheEntry()
91 …return "LRUCacheEntry [" + _fKey + "-->" + _fValue + "]"; //$NON-NLS-3$ //$NON-NLS-1$ //$NON-NLS-2$ in toString()
166 newCache.privateAdd(qEntry._fKey, qEntry._fValue, qEntry._fSpace); in clone()
223 return entry._fValue; in get()
272 return fEntry._fValue; in keysAndValues()
427 entry._fValue = value; in put()
455 Object value = entry._fValue; in removeKey()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DOverflowingLRUCache.java113 newCache.privateAdd(qEntry._fKey, qEntry._fValue, qEntry._fSpace); in clone()
138 fEntryQueue._fValue); in elements()
143 currentEntry._fValue); in elements()
238 return entry._fValue; in peek()
279 Class key = entry._fValue.getClass(); in printStats()
389 entry._fValue = value; in put()
H A DBufferCache.java43 IBuffer buffer = (IBuffer) entry._fValue; in close()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dgamemenu.h278 …at(const char *_pzText, int _nFont, int _nX, int _nY, int _nWidth, float _fValue, float _fRangeLow…
H A Dgamemenu.cpp1568 …at(const char *_pzText, int _nFont, int _nX, int _nY, int _nWidth, float _fValue, float _fRangeLow… in CGameMenuItemSliderFloat() argument
1578 fValue = ClipRangeF(_fValue, fRangeLow, fRangeHigh); in CGameMenuItemSliderFloat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java666 double _fValueMin, double _fValueMax, double _fValue, in insertNumericField() argument
688 xNFModelPSet.setPropertyValue("Value", new Double(_fValue)); in insertNumericField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java666 double _fValueMin, double _fValueMax, double _fValue, in insertNumericField() argument
688 xNFModelPSet.setPropertyValue("Value", new Double(_fValue)); in insertNumericField()