/build/kati/testcase/ |
flavor.mk | 7 AREF:=A 13 echo $(flavor $(AREF))
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
YuvTest.java | 85 Allocation aref = makeOutput(); local 106 script.invoke_makeRef(ay, au, av, aref); 108 mVerify.invoke_verify(aref, aout, ay); 124 Allocation aref = makeOutput(); local 143 script.invoke_makeRef(ay, au, av, aref); 148 mVerify.invoke_verify(aref, aout, ay); 152 mVerify.invoke_verify(aref, aout, ay); 168 Allocation aref = makeOutput(); local 189 script.invoke_makeRef(ay, au, av, aref); 194 mVerify.invoke_verify(aref, aout, ay) 213 Allocation aref = makeOutput_f4(); local 254 Allocation aref = makeOutput_f4(); local [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/ |
absreloc.s | 19 aref = 20 define 23 tst aref 24 tst @$aref
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSYuvTest.java | 86 Allocation aref = makeOutput(); local 107 aref.copyFromUnchecked(nativeByteAlloc); 109 mVerify.invoke_verify(aref, aout, ay); 119 Allocation aref = makeOutput(); local 146 aref.copyFromUnchecked(nativeByteAlloc); 148 mVerify.invoke_verify(aref, aout, ay); 158 Allocation aref = makeOutput(); local 183 aref.copyFromUnchecked(nativeByteAlloc); 185 mVerify.invoke_verify(aref, aout, ay);
|
/hardware/bsp/intel/peripheral/libupm/src/lm35/ |
lm35.cxx | 31 LM35::LM35(int pin, float aref) : 35 m_aref = aref;
|
lm35.h | 67 * @param aref Analog reference voltage; default is 5.0 V 69 LM35(int pin, float aref=5.0);
|
/hardware/bsp/intel/peripheral/libupm/src/loudness/ |
loudness.cxx | 32 Loudness::Loudness(int pin, float aref) : 36 m_aref = aref;
|
loudness.h | 70 * @param aref Analog reference voltage; default is 5.0 V 72 Loudness(int pin, float aref=5.0);
|
/hardware/bsp/intel/peripheral/libupm/src/ad8232/ |
ad8232.cxx | 32 AD8232::AD8232(int loPlus, int loMinus, int output, float aref) : 38 m_aref = aref;
|
/hardware/bsp/intel/peripheral/libupm/src/gp2y0a/ |
gp2y0a.cxx | 52 float GP2Y0A::value(float aref, uint8_t samples) 64 float volts = float(val) * aref / float(m_aRes);
|
gp2y0a.h | 74 * @param aref Reference voltage in use (usually 5.0V or 3.3V) 78 float value(float aref, uint8_t samples);
|
/hardware/bsp/intel/peripheral/libupm/src/guvas12d/ |
guvas12d.cxx | 49 float GUVAS12D::value(float aref, unsigned int samples) 62 float volts = (float)sum * aref / 1024.0;
|
guvas12d.h | 68 * @param aref Reference voltage in use (usually 5.0 V or 3.3 V) 72 float value(float aref, unsigned int samples);
|
/hardware/bsp/intel/peripheral/libupm/src/maxsonarez/ |
maxsonarez.cxx | 34 MAXSONAREZ::MAXSONAREZ(int pin, float aref) 44 m_aref = aref;
|
maxsonarez.h | 77 * @param aref Analog reference voltage; default is 5.0 V 79 MAXSONAREZ(int pin, float aref=5.0);
|
/external/ceres-solver/internal/ceres/ |
small_blas.h | 81 Aref(A, num_row_a, num_col_a); \ 147 block.noalias() += Aref * Bref; 149 block.noalias() -= Aref * Bref; 151 block.noalias() = Aref * Bref; 207 block.noalias() += Aref.transpose() * Bref; 209 block.noalias() -= Aref.transpose() * Bref; 211 block.noalias() = Aref.transpose() * Bref; 282 Aref(A, num_row_a, num_col_a); 289 cref += Aref.lazyProduct(bref); 291 cref -= Aref.lazyProduct(bref) [all...] |
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
gp2y0a.cxx | 56 // The higher the voltage (closer to AREF) the closer the object is. NOTE: 61 cout << "AREF: " << GP2Y0A_AREF
|
guvas12d.cxx | 60 cout << "AREF: " << GUVAS12D_AREF
|
maxsonarez.cxx | 60 cout << "AREF: " << MAXSONAREZ_AREF
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
gp2y0a.js | 40 // The higher the voltage (closer to AREF) the closer the object is. 46 console.log("AREF: " + GP2Y0A_AREF +
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
gp2y0a.py | 54 # The higher the voltage (closer to AREF) the closer the object is. 59 print "AREF: {0}, Voltage value (higher means closer): {1}".format(
|
/hardware/bsp/intel/peripheral/libupm/src/mg811/ |
mg811.cxx | 39 MG811::MG811(int pin, int dpin, float aref) : 43 m_aref = aref;
|
/external/clang/test/Parser/ |
cxx-reference.cpp | 15 void g(const A aref) { // expected-warning {{'const' qualifier on reference type 'A' (aka 'int &') has no effect}}
|
/hardware/bsp/intel/peripheral/libupm/src/adxl335/ |
adxl335.cxx | 37 ADXL335::ADXL335(int pinX, int pinY, int pinZ, float aref) 39 m_aref = aref;
|
/toolchain/binutils/binutils-2.25/gas/ |
acinclude.m4 | 66 [$1 avar; void* aref = (void*) &avar.$2], 85 [$1 avar; void* aref = (void*) &avar.$2.$3],
|