HomeSort by relevance Sort by last modified time
    Searched refs:in1 (Results 51 - 75 of 192) sorted by null

1 23 4 5 6 7 8

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 205 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); local
206 in1.setFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
207 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
208 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
210 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
212 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
215 startActivity(in1);
BluetoothOppReceiver.java 78 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); local
79 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
80 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
82 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
84 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
87 in1.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
88 context.startActivity(in1);
  /external/libvpx/libvpx/vpx_dsp/mips/
inv_txfm_msa.h 18 #define VP9_ADST8(in0, in1, in2, in3, in4, in5, in6, in7, \
48 ILVRL_H2_SH(in6, in1, vec3_m, vec2_m); \
52 in6, in1); \
65 ILVRL_H2_SH(in6, in1, vec3_m, vec2_m); \
95 #define VP9_ADDBLK_ST8x4_UB(dst, dst_stride, in0, in1, in2, in3) { \
105 ADD4(res0_m, in0, res1_m, in1, res2_m, in2, res3_m, in3, \
112 #define VP9_IDCT4x4(in0, in1, in2, in3, out0, out1, out2, out3) { \
124 step1_m = __msa_ilvr_h(in3, in1); \
135 #define VP9_IADST4x4(in0, in1, in2, in3, out0, out1, out2, out3) { \
147 ILVR_H2_SH(in0, in2, in1, in3, res0_m, res1_m);
    [all...]
txfm_macros_msa.h 34 #define DOT_ADD_SUB_SRARI_PCK(in0, in1, in2, in3, in4, in5, in6, in7, \
39 DOTP_SH4_SW(in0, in1, in0, in1, in4, in4, in5, in5, \
51 #define DOT_SHIFT_RIGHT_PCK_H(in0, in1, in2) ({ \
55 DOTP_SH2_SW(in0, in1, in2, in2, tp1_m, tp0_m); \
fwd_txfm_msa.h 32 #define VP9_FDCT4(in0, in1, in2, in3, out0, out1, out2, out3) { \
39 BUTTERFLY_4(in0, in1, in2, in3, vec0_m, vec1_m, vec2_m, vec3_m); \
59 #define SRLI_AVE_S_4V_H(in0, in1, in2, in3, in4, in5, in6, in7) { \
62 SRLI_H4_SH(in0, in1, in2, in3, vec0_m, vec1_m, vec2_m, vec3_m, 15); \
64 AVE_SH4_SH(vec0_m, in0, vec1_m, in1, vec2_m, in2, vec3_m, in3, \
65 in0, in1, in2, in3); \
70 #define VP9_FDCT8(in0, in1, in2, in3, in4, in5, in6, in7, \
79 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7, \
130 #define FDCT8x16_EVEN(in0, in1, in2, in3, in4, in5, in6, in7, \
138 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_impl_sse2.h 86 __m128i in0, in1; local
94 in1 = _mm_loadl_epi64((const __m128i *)(input + 1 * stride));
95 in1 = _mm_unpacklo_epi64(in1, _mm_loadl_epi64((const __m128i *)
100 // in1 = [i4 i5 i6 i7 i8 i9 iA iB]
105 cmp1 = _mm_xor_si128(_mm_cmpgt_epi16(in1, _mm_set1_epi16(0x3ff)),
106 _mm_cmplt_epi16(in1, _mm_set1_epi16(0xfc00)));
116 in1 = _mm_slli_epi16(in1, 4);
137 // in1 = [i4 i5 i6 i7 i8 i9 iA iB
287 __m128i in1 = _mm_load_si128((const __m128i *)(input + 1 * stride)); local
    [all...]
inv_txfm_sse2.h 50 #define TRANSPOSE_8X4(in0, in1, in2, in3, out0, out1) \
52 const __m128i tr0_0 = _mm_unpacklo_epi16(in0, in1); \
56 in1 = _mm_unpackhi_epi32(tr0_0, tr0_1); /* i3 i2 */ \
191 void idct16_sse2(__m128i *in0, __m128i *in1);
194 void iadst16_sse2(__m128i *in0, __m128i *in1);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
ExecFileLoaderTest.java 62 final FileInputStream in1 = new FileInputStream(createFile("a")); local
63 loader.load(in1);
64 in1.close();
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 51 __m128i in1 = _mm_load_si128((const __m128i *)(input + 1 * stride)); local
68 in1 = _mm_slli_epi16(in1, 2);
77 in[1] = &in1;
94 const __m128i q1 = _mm_add_epi16(in1, in6);
99 const __m128i q6 = _mm_sub_epi16(in1, in6);
243 in1 = _mm_unpackhi_epi64(tr1_0, tr1_4);
266 const __m128i sign_in1 = _mm_srai_epi16(in1, 15);
274 in1 = _mm_sub_epi16(in1, sign_in1)
    [all...]
  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.cpp 24 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out);
25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out)
310 if(in1 == NULL || in2 == NULL || out == NULL)
314 out->par[i] = in1->par[i] + in2->par[i];
319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out)
322 if(in1 == NULL || out == NULL)
326 out->par[i] = in1->par[i] * factor;
  /frameworks/base/tools/aapt/tests/
Pseudolocales_test.cpp 36 static void compound_helper(const char* in1, const char* in2, const char *in3,
40 pseudo.text(String16(String8(in1))) + \
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 24 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out);
25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out)
310 if(in1 == NULL || in2 == NULL || out == NULL)
314 out->par[i] = in1->par[i] + in2->par[i];
319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out)
322 if(in1 == NULL || out == NULL)
326 out->par[i] = in1->par[i] * factor;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 762 __m128i in0, in1, out0, out1; local
770 in1 = _mm_loadu_si128((const __m128i *)src + 1);
790 ins = _mm_unpacklo_epi8(in1, _mm_setzero_si128());
818 __m128i in0, in1, out0, out1; local
875 __m128i in0, in1, out0, out1; local
925 __m128i in0, in1, out0, out1; local
975 __m128i in0, in1, out0, out1; local
1027 __m128i in0, in1, out0, out1; local
1080 __m128i in0, in1, out0, out1; local
1151 __m128i in0, in1, out0, out1; local
1220 __m128i in0, in1, out0, out1; local
1241 __m128i in0, in1, out0, out1; local
1278 __m128i in0, in1, out0, out1; local
1299 __m128i in0, in1, out0, out1; local
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
adafruitms1438.cxx 173 m_pca9685->ledFullOn(m_dcMotors[motor].in1, true);
174 m_pca9685->ledFullOff(m_dcMotors[motor].in1, false);
178 m_pca9685->ledFullOff(m_dcMotors[motor].in1, true);
179 m_pca9685->ledFullOn(m_dcMotors[motor].in1, false);
adafruitms1438.h 217 int in1; member in struct:upm::AdafruitMS1438::__anon29797
  /external/libunwind/tests/
ia64-test-rbs-asm.S 53 shladd r8 = r8, 3, in1; /* r8 = &next_func[iteration+1] */ \
84 mov out1 = in1; \
149 ld4 loc##n = [in1], 4;; \
155 ld4 r16 = [in1], 4;; \
183 (p7) mov out1 = in1
188 mov r18 = in1
220 mov in1 = r18
ia64-dyn-asm.S 18 {.mii; ld8 r8 = [in1], 8 // load the function pointer
28 mov out1 = in1
ia64-test-nat-asm.S 40 #define CALL_NEXT(gp_save_reg) CALL_NEXT_PTR(gp_save_reg, in0, in1)
43 ld8 reg = [in1], 8;; \
56 values passed via the pointer in in1 and then call the
94 r4 with the value passed via in1 and call the function
114 ld8 r4 = [in1], 8;;
397 ld8 r2 = [in1]
449 ld8 r2 = [in1], 8;;
452 ld8 r2 = [in1], 8;;
454 mov r9 = in1
493 ld8 r2 = [in1], 8;
    [all...]
flush-cache.S 15 add r8=31,in1 // round up to 32 byte-boundary
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 481 deUint32* in1 = (deUint32*)values[1]; local
505 in1[easyCaseNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].y & integerMask;
517 in1[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in1[easyCaseNdx*scalarSize + compNdx], integerLength);
523 generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases));
537 const deUint32 in1 = ((const deUint32*)inputs[1])[compNdx]; local
540 const deUint32 ref0 = in0+in1;
541 const deUint32 ref1 = (deUint64(in0)+deUint64(in1)) > 0xffffffffu ? 1u : 0u;
592 deUint32* in1 = (deUint32*)values[1]; local
614 in1[easyCaseNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].y & integerMask
646 const deUint32 in1 = ((const deUint32*)inputs[1])[compNdx]; local
698 deUint32* in1 = (deUint32*)values[1]; local
750 const deUint32 in1 = ((const deUint32*)inputs[1])[compNdx]; local
803 deUint32* in1 = (deUint32*)values[1]; local
856 const deInt32 in1 = ((const deInt32*)inputs[1])[compNdx]; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 378 deUint32* in1 = (deUint32*)values[1]; local
402 in1[easyCaseNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].y & integerMask;
414 in1[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in1[easyCaseNdx*scalarSize + compNdx], integerLength);
420 generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases));
434 const deUint32 in1 = ((const deUint32*)inputs[1])[compNdx]; local
437 const deUint32 ref0 = in0+in1;
438 const deUint32 ref1 = (deUint64(in0)+deUint64(in1)) > 0xffffffffu ? 1u : 0u;
474 deUint32* in1 = (deUint32*)values[1]; local
496 in1[easyCaseNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].y & integerMask
528 const deUint32 in1 = ((const deUint32*)inputs[1])[compNdx]; local
565 deUint32* in1 = (deUint32*)values[1]; local
617 const deUint32 in1 = ((const deUint32*)inputs[1])[compNdx]; local
655 deUint32* in1 = (deUint32*)values[1]; local
708 const deInt32 in1 = ((const deInt32*)inputs[1])[compNdx]; local
    [all...]
  /external/boringssl/src/crypto/ec/
p224-64.c 401 /* Multiply two field elements: out = in1 * in2 */
402 static void felem_mul(widefelem out, const felem in1, const felem in2) {
403 out[0] = ((widelimb)in1[0]) * in2[0];
404 out[1] = ((widelimb)in1[0]) * in2[1] + ((widelimb)in1[1]) * in2[0];
405 out[2] = ((widelimb)in1[0]) * in2[2] + ((widelimb)in1[1]) * in2[1] +
406 ((widelimb)in1[2]) * in2[0];
407 out[3] = ((widelimb)in1[0]) * in2[3] + ((widelimb)in1[1]) * in2[2]
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 100 << "\t" << precName << " " << typeName << " in1 = " << (isVertexCase ? "a_" : "v_") << "in1;\n";
157 << "\t" << precName << " " << typeName << " in1 = " << (isVertexCase ? "a_" : "v_") << "in1;\n";
180 typedef double (*EvalFunc) (double in0, double in1);
190 bool compare (float in0, float in1, double reference, float result)
307 bool ShaderFloatPrecisionCase::compare (float in0, float in1, double reference, float result)
321 const int in1Exp = tcu::Float32(in1).exponent();
387 const float in1 = m_rnd.getFloat(m_rangeB.x(), m_rangeB.y()); local
388 const double refD = m_evalFunc((double)in0, (double)in1);
603 int in1 = deSignExtendTo32(((isMaxRangeB ? (int)m_rnd.getUint32() : m_rnd.getInt(m_rangeB.x(), m_rangeB.y())) & mask), m_bits); local
797 deUint32 in1 = (isMaxRangeB ? m_rnd.getUint32() : (m_rangeB.x() + m_rnd.getUint32()%(m_rangeB.y()-m_rangeB.x()+1))) & mask; local
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
vector_scaling_operations.c 121 void WebRtcSpl_ScaleAndAddVectors(const int16_t *in1, int16_t gain1, int shift1,
125 // Performs vector operation: out = (gain1*in1)>>shift1 + (gain2*in2)>>shift2
131 in1ptr = in1;
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer_test.cpp 39 static ::testing::AssertionResult compoundHelper(const char* in1, const char* in2, const char *in3,
44 pseudo.text(util::utf8ToUtf16(in1)) +

Completed in 381 milliseconds

1 23 4 5 6 7 8