HomeSort by relevance Sort by last modified time
    Searched refs:NUMBER_OF_SAMPLES (Results 1 - 4 of 4) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/ecs1030/
ecs1030.h 33 #define NUMBER_OF_SAMPLES 500
77 static const uint8_t DELAY_MS = 20000 / NUMBER_OF_SAMPLES; /* 1/50Hz is 20ms period */
ecs1030.cxx 60 for (int i = 0; i < NUMBER_OF_SAMPLES; i++) {
68 rms = rms / (float)NUMBER_OF_SAMPLES;
77 for (int i = 0; i < NUMBER_OF_SAMPLES; i++) {
86 return ( ratio * sqrt(sumCurrency / NUMBER_OF_SAMPLES) );
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 184 NUMBER_OF_SAMPLES("number of samples ({0})"), /* keep */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java     [all...]

Completed in 701 milliseconds