Searched defs:numValue (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp43 unsigned long numValue() const {return m_numValue;} function in class:CNfcParam
166 unsigned long numValue = 0; local
234 numValue = getDigitValue(c, base);
252 numValue = 0;
260 numValue = getDigitValue(c, base);
268 // fal through to numValue to handle numValue
273 numValue *= base;
274 numValue += getDigitValue(c, base);
284 unsigned char c = (numValue >> (
[all...]
/external/libnfc-nci/halimpl/pn54x/utils/
H A DphNxpConfig.cpp76 unsigned long numValue() const {return m_numValue;} function in class:CNfcParam
204 unsigned long numValue = 0; local
273 numValue = getDigitValue(c, base);
292 numValue = 0;
300 numValue = getDigitValue(c, base);
308 // fall through to numValue to handle numValue
313 numValue *= base;
314 numValue += getDigitValue(c, base);
333 numValue
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp43 unsigned long numValue() const {return m_numValue;} function in class:CNfcParam
166 unsigned long numValue = 0; local
245 numValue = getDigitValue(c, base);
263 numValue = 0;
271 numValue = getDigitValue(c, base);
279 // fal through to numValue to handle numValue
284 numValue *= base;
285 numValue += getDigitValue(c, base);
295 unsigned char c = (numValue >> (
[all...]
/external/icu/icu4c/source/common/
H A Duchar.c411 double numValue; local
414 numValue=mant;
418 numValue*=10000.;
423 numValue*=1000.;
426 numValue*=100.;
429 numValue*=10.;
436 return numValue;
439 int32_t numValue=(ntv>>2)-0xbf; local
444 numValue*=60*60*60*60;
447 numValue*
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c2856 double numValue; member in struct:__anon5838
2928 if(0.000001 <= fabs(nv - values[i].numValue)) {
2929 log_err("u_getNumericValue(U+%04lx)=%g should be %g\n", c, nv, values[i].numValue);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 152 milliseconds