Home
last modified time | relevance | path

Searched refs:in2 (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/build/blueprint/proptools/
H A Dtypeequal_test.go24 in2 interface{}
30 in2: struct{ S1 string }{},
36 in2: struct{ S2 string }{},
42 in2: &struct{ S1 string }{},
48 in2: &struct{ S2 string }{},
54 in2: struct{ S struct{ S1 string } }{},
60 in2: struct{ S struct{ S2 string } }{},
108 in2: &struct{ S interface{} }{},
114 in2: &struct{ S interface{} }{},
126 in2: struct{ S1 *string }{},
[all …]
H A Dextend_test.go27 in2 interface{} member
572 in2: &struct{}{},
616 in2: &struct {
670 in2: &struct {
720 in2: &struct {
750 in2: &struct {
798 in2: struct{}{},
1003 in2: &struct {
1021 in2: &struct {
1116 in2 interface{} member
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect125 // in2 = "b"
189 // in2 = "b"
525 // in2 = "b"
589 // in2 = "b"
925 // in2 = "b"
989 // in2 = "b"
1325 // in2 = "b"
1389 // in2 = "b"
1725 // in2 = "b"
1789 // in2 = "b"
[all …]
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DMaximumMinimum.cpp90 bool prepare(const Shape& in1, const Shape& in2, Shape* out) { in prepare() argument
91 NN_CHECK(in1.type == in2.type); in prepare()
92 return calculateBroadcastedShape(in1, in2, out); in prepare()
95 bool eval(const void* in1, const Shape& shape1, const void* in2, const Shape& shape2, in eval() argument
101 reinterpret_cast<const _Float16*>(in2), shape2, isMinimum, in eval()
106 reinterpret_cast<const float*>(in2), shape2, isMinimum, in eval()
111 reinterpret_cast<const int32_t*>(in2), shape2, isMinimum, in eval()
116 reinterpret_cast<const uint8_t*>(in2), shape2, isMinimum, in eval()
121 reinterpret_cast<const int8_t*>(in2), shape2, isMinimum, in eval()
H A DBroadcast.cpp77 const float* in1, const Shape& shape1, const float* in2, const Shape& shape2,
86 convertFloat16ToFloat32(in2, &in2_float32); in binaryOperationFloat16()
113 in1, convertShapeToDims(shape1), in2, convertShapeToDims(shape2), out, \ in addFloat32()
130 bool addQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in addQuant8() argument
187 in2, convertShapeToTflshape(shapeOut), out); in addQuant8()
198 convertShapeToTflshape(shape2), in2, in addQuant8()
203 convertShapeToTflshape(shape2), in2, in addQuant8()
269 bool mulQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in mulQuant8() argument
309 convertShapeToTflshape(shape2), in2, in mulQuant8()
340 bool subQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in subQuant8() argument
[all …]
H A DMaximumMinimum.h26 bool prepare(const Shape& in1, const Shape& in2, Shape* output);
28 bool eval(const void* in1, const Shape& shape1, const void* in2, const Shape& shape2,
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationStoreTest.java189 ConversationInfo in2 = buildConversationInfo(SHORTCUT_ID_2, LOCUS_ID_2, CONTACT_URI_2, in testDataPersistenceAndRestoration() local
194 mConversationStore.addOrUpdate(in2); in testDataPersistenceAndRestoration()
215 assertEquals(in2, out2); in testDataPersistenceAndRestoration()
223 ConversationInfo in2 = buildConversationInfo(SHORTCUT_ID_2, LOCUS_ID_2, CONTACT_URI_2, in testDelayedDiskWrites() local
234 mConversationStore.addOrUpdate(in2); in testDelayedDiskWrites()
243 mConversationStore.addOrUpdate(in2); in testDelayedDiskWrites()
255 assertEquals(in2, out2); in testDelayedDiskWrites()
270 mConversationStore.addOrUpdate(in2); in testMimicDevicePowerOff()
283 assertEquals(in2, out2); in testMimicDevicePowerOff()
293 mConversationStore.addOrUpdate(in2); in testBackupAndRestore()
[all …]
/aosp12/system/bt/embdrv/sbc/decoder/srce/
H A Dsynthesis-dct8.c97 double in0, in1, in2, in3; in float_dct2_8() local
104 in2 = FLOAT_SCALE(in[2], DCTII_8_SHIFT_IN); in float_dct2_8()
105 OI_ASSERT(VALID_INT32(in2)); in float_dct2_8()
121 L02 = (in2 + in5); in float_dct2_8()
128 L05 = (in2 - in5); in float_dct2_8()
259 int32_t in0, in1, in2, in3; in dct2_8() local
265 in2 = SCALE(in[2], DCTII_8_SHIFT_IN); in dct2_8()
274 in2 = in[2]; in dct2_8()
284 L02 = in2 + in5; in dct2_8()
288 L05 = in2 - in5; in dct2_8()
/aosp12/frameworks/rs/
H A DrsCppUtils.h103 T rsMin(T in1, T in2) in rsMin() argument
105 if (in1 > in2) { in rsMin()
106 return in2; in rsMin()
112 T rsMax(T in1, T in2) { in rsMax() argument
113 if (in1 < in2) { in rsMax()
114 return in2; in rsMax()
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_scaler.c451 acc_r += (uint32) in2[(in_col * 3) + 0] * curr_weight << 8; in _scale_row_down_9in()
461 acc_g += (uint32) in2[(in_col * 3) + 1] * curr_weight << 8; in _scale_row_down_9in()
471 acc_b += (uint32) in2[(in_col * 3) + 2] * curr_weight << 8; in _scale_row_down_9in()
515 acc_r += (uint32) in2[(in_col * 3) + 0] * curr_weight << 8; in _scale_row_down_8in()
524 acc_g += (uint32) in2[(in_col * 3) + 1] * curr_weight << 8; in _scale_row_down_8in()
533 acc_b += (uint32) in2[(in_col * 3) + 2] * curr_weight << 8; in _scale_row_down_8in()
574 acc_r += (uint32) in2[(in_col * 3) + 0] * curr_weight << 8; in _scale_row_down_7in()
582 acc_g += (uint32) in2[(in_col * 3) + 1] * curr_weight << 8; in _scale_row_down_7in()
590 acc_b += (uint32) in2[(in_col * 3) + 2] * curr_weight << 8; in _scale_row_down_7in()
630 acc_r += (uint32) in2[(in_col * 3) + 0] * curr_weight << 8; in _scale_row_down_6in()
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect267 // in2 = "in2"
268 public result_float reduce_dp_init(float[] in1, float[] in2) {
276 // Verify that "in2" is non-null.
277 if (in2 == null) {
278 throw new RSIllegalArgumentException("Array \"in2\" is null!");
281 if (in1.length != in2.length) {
282 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
284 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
286 ain2.copyFrom(in2);
294 // ain2 = "float in2"
[all …]
H A Dreduce_general_examples_explicit.rscript46 static void dpiAccum(float *accum, float in1, float in2) {
47 *accum += in1*in2;
/aosp12/frameworks/compile/slang/tests/P_reduce_general_examples/
H A DScriptC_reduce_general_examples.java.expect272 // in2 = "in2"
273 public result_float reduce_dp(float[] in1, float[] in2) {
281 // Verify that "in2" is non-null.
282 if (in2 == null) {
283 throw new RSIllegalArgumentException("Array \"in2\" is null!");
286 if (in1.length != in2.length) {
287 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
289 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
291 ain2.copyFrom(in2);
299 // ain2 = "float in2"
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
H A DScriptC_reduce_general_examples_backward.java.expect272 // in2 = "in2"
273 public result_float reduce_dp(float[] in1, float[] in2) {
281 // Verify that "in2" is non-null.
282 if (in2 == null) {
283 throw new RSIllegalArgumentException("Array \"in2\" is null!");
286 if (in1.length != in2.length) {
287 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
289 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
291 ain2.copyFrom(in2);
299 // ain2 = "float in2"
[all …]
/aosp12/frameworks/compile/slang/tests/F_reflection3264_multifile/
H A Dreflection3264_multifile_2.rscript15 // error: 'in2' has different types for 32-bit and 64-bit targets
16 void RS_KERNEL m(int in1, size_t in2) { }
/aosp12/frameworks/compile/slang/tests/F_too_many_inputs/
H A Dtoo_many_inputs.rscript5 int RS_KERNEL good(int in0, int in1, int in2, int in3, int in4, int in5, int in6, int in7) {
9 int RS_KERNEL bad(int in0, int in1, int in2, int in3, int in4, int in5, int in6, int in7, int in8) {
/aosp12/system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/
H A DIFoo.aidl23 void multipleInputs(in String in1, in String in2); in multipleInputs() argument
24 …void multipleInputsAndOutputs(in String in1, in String in2, out hidl2aidl.test.IFooBigStruct out1,… in multipleInputsAndOutputs() argument
/aosp12/frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/
H A DMainActivity.java57 float [] in2 = new float[]{ 5.f, 6.f, 7.f, 8.f }; in onCreate() local
58 mAllocIn2.copyFrom(in2); in onCreate()
/aosp12/frameworks/base/tools/aapt/tests/
H A DPseudolocales_test.cpp36 static void compound_helper(const char* in1, const char* in2, const char *in3, in compound_helper() argument
41 pseudo.text(String16(String8(in2))) + \ in compound_helper()
/aosp12/system/tools/hidl/hidl2aidl/test/1.1/
H A DIFoo.hal48 multipleInputs(string in1, string in2);
54 multipleInputsAndOutputs(string in1, string in2) generates (BigStruct out1, BigStruct out2);
/aosp12/frameworks/rs/tests/lldb/java/SingleSource/src/rs/
H A Drs_single_source.rscript48 void script_invoke_1(rs_allocation out, rs_allocation in1, rs_allocation in2)
56 rsForEach(kernel_2, out, in1, in2);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dforeach_multi.rscript74 uint32_t RS_KERNEL sum3(uint32_t in0, uint32_t in1, uint32_t in2, uint32_t x) {
77 _RS_ASSERT(in2 == x);
79 return in0 + in1 + in2;
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dforeach_multi.rscript76 uint32_t RS_KERNEL sum3(uint32_t in0, uint32_t in1, uint32_t in2, uint32_t x) {
79 _RS_ASSERT(in2 == x);
81 return in0 + in1 + in2;
/aosp12/packages/modules/NeuralNetworks/common/
H A DOperationsUtils.cpp114 bool SameShape(const Shape& in1, const Shape& in2) { in SameShape() argument
115 if (in1.type != in2.type || in1.dimensions.size() != in2.dimensions.size()) { in SameShape()
119 if (in1.dimensions[i] != in2.dimensions[i]) { in SameShape()
339 bool calculateBroadcastedShape(const Shape& in1, const Shape& in2, Shape* out) { in calculateBroadcastedShape() argument
340 NN_RET_CHECK(in1.type == in2.type); in calculateBroadcastedShape()
342 uint32_t numberOfDims2 = getNumberOfDimensions(in2); in calculateBroadcastedShape()
352 dim2 = getSizeOfDimension(in2, numberOfDims2 - i); in calculateBroadcastedShape()
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.cpp24 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out);
307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) in vpmotion_add() argument
310 if(in1 == NULL || in2 == NULL || out == NULL) in vpmotion_add()
314 out->par[i] = in1->par[i] + in2->par[i]; in vpmotion_add()

12