OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:averagereading
(Results
1 - 25
of
31
) sorted by null
1
2
/hardware/bsp/intel/peripheral/libupm/src/gas/
gas.cxx
72
ctx->
averageReading
= sum / len;
73
ctx->runningAverage = (((ctx->averagedOver-1) * ctx->runningAverage) + ctx->
averageReading
) / ctx->averagedOver;
/hardware/bsp/intel/peripheral/libupm/src/mic/
mic.cxx
87
ctx->
averageReading
= sum / len;
88
ctx->runningAverage = (((ctx->averagedOver-1) * ctx->runningAverage) + ctx->
averageReading
) / ctx->averagedOver;
/hardware/bsp/intel/peripheral/libupm/examples/c++/
mq5.cxx
53
ctx.
averageReading
= 0;
mq9.cxx
53
ctx.
averageReading
= 0;
mic.cxx
54
ctx.
averageReading
= 0;
mq2.cxx
54
ctx.
averageReading
= 0;
mq3.cxx
54
ctx.
averageReading
= 0;
mq4.cxx
55
ctx.
averageReading
= 0;
mq6.cxx
55
ctx.
averageReading
= 0;
mq7.cxx
55
ctx.
averageReading
= 0;
mq8.cxx
55
ctx.
averageReading
= 0;
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
mq4.js
33
threshContext.
averageReading
= 0;
mq5.js
34
threshContext.
averageReading
= 0;
mq6.js
33
threshContext.
averageReading
= 0;
mq7.js
33
threshContext.
averageReading
= 0;
mq8.js
33
threshContext.
averageReading
= 0;
mq9.js
33
threshContext.
averageReading
= 0;
mic.js
34
threshContext.
averageReading
= 0;
mq2.js
33
threshContext.
averageReading
= 0;
mq3.js
34
threshContext.
averageReading
= 0;
/hardware/bsp/intel/peripheral/libupm/examples/python/
mic.py
29
threshContext.
averageReading
= 0
mq2.py
47
threshContext.
averageReading
= 0
mq3.py
47
threshContext.
averageReading
= 0
mq4.py
47
threshContext.
averageReading
= 0
mq5.py
47
threshContext.
averageReading
= 0
Completed in 846 milliseconds
1
2