Searched defs:in2 (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/aapt/tests/
H A DPseudolocales_test.cpp36 static void compound_helper(const char* in1, const char* in2, const char *in3, argument
41 pseudo.text(String16(String8(in2))) + \
/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer_test.cpp41 const char* in1, const char* in2, const char* in3, const char* expected,
44 std::string result = pseudo.Start() + pseudo.Text(in1) + pseudo.Text(in2) +
40 CompoundHelper( const char* in1, const char* in2, const char* in3, const char* expected, Pseudolocalizer::Method method) argument
/frameworks/ml/nn/common/operations/
H A DSimpleMath.cpp50 const float* in2, const Shape& shape2,
59 in2, convertShapeToDims(shape2), \
71 in2, convertShapeToDims(shape2),
80 const uint8_t* in2, const Shape& shape2,
125 in2, convertShapeToDims(shape2),
136 in2, convertShapeToDims(shape2), \
150 const float* in2, const Shape& shape2,
159 in2, convertShapeToDims(shape2), \
171 in2, convertShapeToDims(shape2),
180 const uint8_t* in2, cons
49 addFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, int32_t activation, float* out, const Shape& shapeOut) argument
79 addQuant8(const uint8_t* in1, const Shape& shape1, const uint8_t* in2, const Shape& shape2, int32_t activation, uint8_t* out, const Shape& shapeOut) argument
149 mulFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, int32_t activation, float* out, const Shape& shapeOut) argument
179 mulQuant8(const uint8_t* in1, const Shape& shape1, const uint8_t* in2, const Shape& shape2, int32_t activation, uint8_t* out, const Shape& shapeOut) argument
229 subFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, int32_t activation, float* out, const Shape& shapeOut) argument
254 divFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, int32_t activation, float* out, const Shape& shapeOut) argument
[all...]
/frameworks/rs/
H A DrsCppUtils.h103 T rsMin(T in1, T in2) argument
105 if (in1 > in2) {
106 return in2;
112 T rsMax(T in1, T in2) { argument
113 if (in1 < in2) {
114 return in2;
/frameworks/ml/nn/common/
H A DCpuExecutor.cpp364 const RunTimeOperandInfo& in2 = mOperands[ins[1]]; local
371 success = addMulPrepare(in1.shape(), in2.shape(), &outShape) &&
375 reinterpret_cast<const float*>(in2.buffer),
376 in2.shape(),
381 success = addMulPrepare(in1.shape(), in2.shape(), &outShape) &&
385 reinterpret_cast<const uint8_t*>(in2.buffer),
386 in2.shape(),
397 const RunTimeOperandInfo& in2 = mOperands[ins[1]]; local
404 success = addMulPrepare(in1.shape(), in2.shape(), &outShape) &&
408 reinterpret_cast<const float*>(in2
1458 const RunTimeOperandInfo& in2 = mOperands[ins[1]]; local
1481 const RunTimeOperandInfo& in2 = mOperands[ins[1]]; local
[all...]
H A DOperationsUtils.cpp28 bool SameShape(const Shape& in1, const Shape& in2) { argument
29 if (in1.type != in2.type || in1.dimensions.size() != in2.dimensions.size()) {
33 if (in1.dimensions[i] != in2.dimensions[i]) {
189 bool addMulPrepare(const Shape& in1, const Shape& in2, Shape* out) {
190 NN_OPS_CHECK(getNumberOfDimensions(in1) <= 4 && getNumberOfDimensions(in2) <= 4);
191 NN_OPS_CHECK(in1.type == in2.type);
192 if (SameShape(in1, in2)) {
197 uint32_t numberOfDims2 = getNumberOfDimensions(in2);
207 dim2 = getSizeOfDimension(in2, numberOfDims
[all...]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_reduce.java948 private long sumgcd(final int in1[], final int in2[]) { argument
949 assertEquals("sumgcd input lengths", in1.length, in2.length);
953 int a = in1[i], b = in2[i];
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_reduce.java950 private long sumgcd(final int in1[], final int in2[]) { argument
951 assertEquals("sumgcd input lengths", in1.length, in2.length);
955 int a = in1[i], b = in2[i];
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 121 milliseconds