Home
last modified time | relevance | path

Searched refs:mIsInteger (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmroundrastervalues.cpp105 mIsInteger = true; in prepareAlgorithm()
110 mIsInteger = false; in prepareAlgorithm()
162 if ( mIsInteger && mDecimalPrecision > -1 ) in processAlgorithm()
H A Dqgsalgorithmroundrastervalues.h73 bool mIsInteger; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmroundrastervalues.cpp105 mIsInteger = true; in prepareAlgorithm()
110 mIsInteger = false; in prepareAlgorithm()
162 if ( mIsInteger && mDecimalPrecision > -1 ) in processAlgorithm()
H A Dqgsalgorithmroundrastervalues.h73 bool mIsInteger; variable
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DCSSLexer.cpp117 resultToken.mIsInteger.Construct(token.mIntegerValid); in NextToken()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DCSSLexer.cpp133 resultToken.mIsInteger.Construct(token.mIntegerValid); in NextToken()
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dnormal_form.h299 bool mIsInteger = m.getType().isInteger(); in cmp() local
301 if(nIsInteger == mIsInteger){ in cmp()
320 Assert(nIsInteger != mIsInteger); in cmp()