HomeSort by relevance Sort by last modified time
    Searched full:concentration (Results 1 - 25 of 35) sorted by null

1 2

  /hardware/bsp/intel/peripheral/libupm/src/groveo2/
CMakeLists.txt 2 set (libdescription "upm groveO2 oxygen concentration sensor module")
groveo2.h 46 * The Grove O2 Oxygen Gas sensor measures the oxygen concentration in the air
66 * @return Oxygen concentration as voltage
  /external/guava/guava-tests/benchmark/com/google/common/cache/
LoadingCacheSingleThreadBenchmark.java 40 @Param("2.5") double concentration; field in class:LoadingCacheSingleThreadBenchmark
53 // power of (1/concentration) and floor()ed
54 max = Ints.checkedCast((long) Math.pow(distinctKeys, concentration));
89 * For example, if concentration=2.0, the following takes the square root of
94 return (int) Math.pow(a, 1.0 / concentration);
  /external/guava/guava-tests/benchmark/com/google/common/collect/
MapMakerSingleThreadBenchmark.java 43 @Param("2.5") double concentration; field in class:MapMakerSingleThreadBenchmark
56 // power of (1/concentration) and floor()ed
57 max = Ints.checkedCast((long) Math.pow(distinctKeys, concentration));
92 * For example, if concentration=2.0, the following takes the square root of
97 return (int) Math.pow(a, 1.0 / concentration);
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
mg811.cxx 53 // detected CO2 concentration in parts per million (ppm)
57 cout << "CO2 concentration in PPM: " << sensor->ppm() << endl;
ppd42ns.cxx 55 cout << "Concentration: " << data.concentration << endl;
groveo2.cxx 44 // The was tested with the O2 Oxygen Concentration Sensor Module
mhz16.cxx 71 cout << "CO2 concentration: " << gas << " PPM, "
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
mg811.js 37 // detected CO2 concentration in parts per million (ppm)
41 console.log("CO2 concentration in PPM: " + sensor.ppm());
ppd42ns.js 44 console.log("Concentration: " + data.concentration);
groveo2.js 28 // The was tested with the O2 Oxygen Concentration Sensor Module
mhz16.js 56 outputStr = "CO2 concentration: " + CO2_lib.intp_value(gas) +
  /hardware/bsp/intel/peripheral/libupm/examples/python/
mg811.py 47 # detected CO2 concentration in parts per million (ppm)
50 print "CO2 concentration in PPM: ", sensor.ppm()
ppd42ns.py 56 print "Concentration: " + str(data.concentration)
groveo2.py 27 # This was tested with the O2 Oxygen Concentration Sensor Module
mhz16.py 66 outputStr = ("CO2 concentration: {0} PPM, "
  /hardware/bsp/intel/peripheral/libupm/src/ppd42ns/
ppd42ns.cxx 76 double concentration = (1.1 * pow(ratio,3)) - (3.8 * pow(ratio, 2)) + (520 * ratio) + 0.62; // using spec sheet curve local
79 data.concentration = concentration;
ppd42ns.h 36 double concentration; member in struct:upm::__anon30870
75 * Prints dust concentration
  /hardware/bsp/intel/peripheral/libupm/examples/java/
PPD42NSSample.java 49 System.out.println("Concentration: " + data.getConcentration());
MHZ16Sample.java 52 System.out.println("CO2 concentration: " + gas[0] + "PPM, Temperature (in C): "
  /hardware/bsp/intel/peripheral/libupm/src/mg811/
mg811.h 51 * concentration of CO2 increases. It contains a heater that must
112 * Returns the computed CO2 concentration in ppm (Parts Per
117 * @return The computed CO2 concentration in ppm
  /hardware/bsp/intel/peripheral/libupm/src/mhz16/
mhz16.h 138 * Queries the sensor and returns gas (CO2) concentration and
141 * @param gas Returned gas concentration
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
package.html 49 a chemical reaction up to some predefined concentration for the first substance,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 440 kappa is the concentration parameter, which must be greater than or
446 # kappa: concentration parameter kappa (>= 0)
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 440 kappa is the concentration parameter, which must be greater than or
446 # kappa: concentration parameter kappa (>= 0)

Completed in 861 milliseconds

1 2