/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Broadcast.cpp | 80 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 D | MaximumMinimum.cpp | 90 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 D | IFoo.aidl | 23 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 D | ConversationStoreTest.java | 187 ConversationInfo in1 = buildConversationInfo(SHORTCUT_ID, LOCUS_ID, CONTACT_URI, in testDataPersistenceAndRestoration() local 221 ConversationInfo in1 = buildConversationInfo(SHORTCUT_ID, LOCUS_ID, CONTACT_URI, in testDelayedDiskWrites() local 264 ConversationInfo in1 = buildConversationInfo(SHORTCUT_ID, LOCUS_ID, CONTACT_URI, in testMimicDevicePowerOff() local 288 ConversationInfo in1 = buildConversationInfo(SHORTCUT_ID, LOCUS_ID, CONTACT_URI, in testBackupAndRestore() local
|
/aosp12/packages/services/BuiltInPrintService/jni/plugins/ |
H A D | wprint_scaler.c | 430 static inline void _scale_row_down_9in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_9in() 493 static inline void _scale_row_down_8in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_8in() 554 static inline void _scale_row_down_7in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_7in() 610 static inline void _scale_row_down_6in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_6in() 663 static inline void _scale_row_down_5in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_5in() 713 static inline void _scale_row_down_4in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_4in() 760 static inline void _scale_row_down_3in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_3in() 803 static inline void _scale_row_down_2in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_2in() 956 static void _scale_row_up(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, uint8 *_RESTRICT_ out, in _scale_row_up()
|
/aosp12/build/blueprint/proptools/ |
H A D | extend_test.go | 26 in1 interface{} member 1115 in1 []interface{} member
|
/aosp12/frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/ |
H A D | MainActivity.java | 52 float [] in1 = new float[]{ 1.f, 2.f, 3.f, 4.f }; in onCreate() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
H A D | dbstabsmooth.cpp | 307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) in vpmotion_add() 319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) in vpmotion_multiply()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsics_x86.cpp | 762 __m128i in0, in1, out0, out1; in rsdIntrinsicBlendSrcOver_K() local 818 __m128i in0, in1, out0, out1; in rsdIntrinsicBlendDstOver_K() local 875 __m128i in0, in1, out0, out1; in rsdIntrinsicBlendSrcIn_K() local 925 __m128i in0, in1, out0, out1; in rsdIntrinsicBlendDstIn_K() local 975 __m128i in0, in1, out0, out1; in rsdIntrinsicBlendSrcOut_K() local 1027 __m128i in0, in1, out0, out1; in rsdIntrinsicBlendDstOut_K() local 1080 __m128i in0, in1, out0, out1; in rsdIntrinsicBlendSrcAtop_K() local 1151 __m128i in0, in1, out0, out1; in rsdIntrinsicBlendDstAtop_K() local 1220 __m128i in0, in1, out0, out1; in rsdIntrinsicBlendXor_K() local 1241 __m128i in0, in1, out0, out1; in rsdIntrinsicBlendMultiply_K() local [all …]
|
/aosp12/frameworks/rs/ |
H A D | rsCppUtils.h | 103 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 D | synthesis-dct8.c | 97 double in0, in1, in2, in3; in float_dct2_8() local 259 int32_t in0, in1, in2, in3; in dct2_8() local
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | wb_vad.c | 83 Word16 * in1, /* i/o : input values; output high-pass part */ in filter5() 111 Word16 * in1, /* i/o : input values; output high-pass part */ in filter3()
|
/aosp12/frameworks/base/tools/aapt/tests/ |
H A D | Pseudolocales_test.cpp | 36 static void compound_helper(const char* in1, const char* in2, const char *in3, in compound_helper()
|
/aosp12/frameworks/base/tools/aapt2/compile/ |
H A D | Pseudolocalizer_test.cpp | 41 const char* in1, const char* in2, const char* in3, const char* expected, in CompoundHelper()
|
/aosp12/system/media/audio_utils/tests/ |
H A D | primitives_tests.cpp | 693 void checkAddedClamped(T *out, const T *in1, const T *in2, size_t size, in checkAddedClamped() 708 void checkAddedClampedp24(uint8_t *pary, const uint8_t *in1, in checkAddedClampedp24() 724 void checkAddedClampedu8(uint8_t *out, const uint8_t *in1, in checkAddedClampedu8()
|
/aosp12/frameworks/av/media/codecs/amrnb/common/src/ |
H A D | vad1.cpp | 298 Word16 *in1, /* i/o : input values; output high-pass part */ in filter5() 403 Word16 *in1, /* i/o : input values; output high-pass part */ in filter3()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppLauncherActivity.java | 227 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); in launchDevicePicker() local
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | OperationsUtils.cpp | 114 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 D | CpuExecutor.cpp | 1447 const RunTimeOperandInfo& in1 = operands[ins[0]]; in executeOperation() local
|
/aosp12/art/runtime/verifier/ |
H A D | reg_type_test.cc | 942 const RegType& in1; 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 D | TestValidation.cpp | 1299 float in0[] = {0.0f, 0.0f}, in1[] = {1.0f, 1.0f}, out0[2]; in TEST_F() local 1490 float in0[] = {0.0f, 0.0f}, in1[] = {1.0f, 1.0f}, out0[2]; in testConcurrentExecution() local 3139 float in0[] = {0.0f, 0.0f}, in1[] = {1.0f, 1.0f}, out0[2]; in TEST_F() local 3299 float in0[] = {0.0f, 0.0f}, in1[] = {1.0f, 1.0f}, out0[2]; in runExecutionSetTimeoutTest() local
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 840 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 D | UT_reduce.java | 948 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 D | UT_reduce.java | 950 private long sumgcd(final int in1[], final int in2[]) { in sumgcd()
|
/aosp12/art/compiler/optimizing/ |
H A D | intrinsics_arm64.cc | 3755 auto compareOp = [masm, cond](const Register out, const VRegister& in0, const VRegister& in1) { in GenerateFP16Compare()
|