Home
last modified time | relevance | path

Searched defs:in2 (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBroadcast.cpp80 bool binaryOperationFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, in binaryOperationFloat16()
96 bool addFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in addFloat32()
123 bool addFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in addFloat16()
130 bool addQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in addQuant8()
235 bool mulFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in mulFloat32()
262 bool mulFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in mulFloat16()
269 bool mulQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in mulQuant8()
316 bool subFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in subFloat32()
333 bool subFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in subFloat16()
340 bool subQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in subQuant8()
[all …]
H A DMaximumMinimum.cpp90 bool prepare(const Shape& in1, const Shape& in2, Shape* out) { in prepare()
95 bool eval(const void* in1, const Shape& shape1, const void* in2, const Shape& shape2, in eval()
/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()
24 …void multipleInputsAndOutputs(in String in1, in String in2, out hidl2aidl.test.IFooBigStruct out1,… in multipleInputsAndOutputs()
/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
223 ConversationInfo in2 = buildConversationInfo(SHORTCUT_ID_2, LOCUS_ID_2, CONTACT_URI_2, in testDelayedDiskWrites() local
266 ConversationInfo in2 = buildConversationInfo(SHORTCUT_ID_2, LOCUS_ID_2, CONTACT_URI_2, in testMimicDevicePowerOff() local
290 ConversationInfo in2 = buildConversationInfo(SHORTCUT_ID_2, LOCUS_ID_2, CONTACT_URI_2, in testBackupAndRestore() local
/aosp12/build/blueprint/proptools/
H A Dextend_test.go27 in2 interface{} member
1116 in2 interface{} member
/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
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_scaler.c431 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, in _scale_row_down_9in()
494 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, in _scale_row_down_8in()
555 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, in _scale_row_down_7in()
611 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, in _scale_row_down_6in()
664 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ out, in _scale_row_down_5in()
714 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ out, uint64 position_x, in _scale_row_down_4in()
761 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, in _scale_row_down_3in()
/aosp12/frameworks/rs/
H A DrsCppUtils.h103 T rsMin(T in1, T in2) in rsMin()
112 T rsMax(T in1, T in2) { in rsMax()
/aosp12/system/bt/embdrv/sbc/decoder/srce/
H A Dsynthesis-dct8.c97 double in0, in1, in2, in3; in float_dct2_8() local
259 int32_t in0, in1, in2, in3; in dct2_8() local
/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()
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer_test.cpp41 const char* in1, const char* in2, const char* in3, const char* expected, in CompoundHelper()
/aosp12/system/media/audio_utils/tests/
H A Dprimitives_tests.cpp693 void checkAddedClamped(T *out, const T *in1, const T *in2, size_t size, in checkAddedClamped()
709 const uint8_t *in2, size_t size) { in checkAddedClampedp24()
725 const uint8_t *in2, size_t size) { in checkAddedClampedu8()
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.cpp307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) in vpmotion_add()
/aosp12/packages/modules/NeuralNetworks/common/
H A DOperationsUtils.cpp114 bool SameShape(const Shape& in1, const Shape& in2) { in SameShape()
339 bool calculateBroadcastedShape(const Shape& in1, const Shape& in2, Shape* out) { in calculateBroadcastedShape()
H A DCpuExecutor.cpp1448 const RunTimeOperandInfo& in2 = operands[ins[1]]; in executeOperation() local
/aosp12/art/runtime/verifier/
H A Dreg_type_test.cc943 const RegType& in2; in TEST_F() member
1106 void TestClassJoin(const char* in1, const char* in2, const char* out) { in TestClassJoin()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidation.cpp1300 int in2 = 0; in TEST_F() local
1491 int in2 = 0; in testConcurrentExecution() local
3140 int in2 = 0; in TEST_F() local
3300 int in2 = 0; in runExecutionSetTimeoutTest() local
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp840 static bool fs_match(const std::string& in1, const std::string& in2) { in fs_match()
/aosp12/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[]) { in sumgcd()
/aosp12/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[]) { in sumgcd()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12