Searched refs:s0 (Results 226 - 250 of 521) sorted by relevance

1234567891011>>

/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64.s11 dclz $s0,$25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
24 mul $s0,$s4,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/valgrind/none/tests/arm/
H A Dvfpv4_fma.c106 TESTINSN_bin_f32("vfma.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN));
108 TESTINSN_bin_f32("vfma.f32 s0, s5, s2", s0, s5, i32, f2u(NAN), s2, i32, f2u(-1.0));
125 TESTINSN_bin_f32("vfma.f32 s0, s11, s12", s0, s11, i32, f2u(INFINITY), s12, i32, f2u(-5786.47));
127 TESTINSN_bin_f32("vfma.f32 s0, s5, s2", s0, s5, i32, f2u(INFINITY), s2, i32, f2u(-INFINITY));
156 TESTINSN_bin_f32("vfms.f32 s0, s11, s12", s0, s1
[all...]
H A Dvfp.c1047 "s0", "s1", "s2", "s3", "s5", "s6", "s16", "s17", "s18", "s19",
1154 TESTINSN_bin_f32("vmla.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN));
1156 TESTINSN_bin_f32("vmla.f32 s0, s5, s2", s0, s5, i32, f2u(NAN), s2, i32, f2u(-1.0));
1173 TESTINSN_bin_f32("vmla.f32 s0, s11, s12", s0, s11, i32, f2u(INFINITY), s12, i32, f2u(-5786.47));
1175 TESTINSN_bin_f32("vmla.f32 s0, s5, s2", s0, s5, i32, f2u(INFINITY), s2, i32, f2u(-INFINITY));
1204 TESTINSN_bin_f32("vnmla.f32 s0, s1
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = GETU32(ct ) ^ rk[0];
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
141 PUTU32(pt , s0);
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = GETU32(ct ) ^ rk[0];
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
141 PUTU32(pt , s0);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = GETU32(ct ) ^ rk[0];
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
141 PUTU32(pt , s0);
/external/aac/libAACenc/src/
H A Dintensity.cpp702 INT s0, s1, s2; local
705 s0 = fixMin(sL, sR);
708 d = ((mdctSpectrumLeft[j] << s0) >> 1) -
709 ((mdctSpectrumRight[j] << s0) >> 1);
714 s2 = (s1) + (2 * s0) - 2 - MDCT_SPEC_SF;
742 INT s0, s1, s2; local
745 s0 = fixMin(sL, sR);
748 s = ((mdctSpectrumLeft[j] << s0) >> 1) +
749 ((mdctSpectrumRight[j] << s0) >> 1);
752 1); // scaled 2*(mdctScale - s0
[all...]
/external/opencv/cv/src/
H A Dcvsegmentation.cpp459 int s0 = 0, s1 = 0, s2 = 0, sx = 0, sy = 0; local
479 s0 += t0; s1 += t1; s2 += t2;
485 s0 += t0; s1 += t1; s2 += t2;
491 s0 += t0; s1 += t1; s2 += t2;
497 s0 += t0; s1 += t1; s2 += t2;
507 s0 += t0; s1 += t1; s2 += t2;
521 s0 = cvRound(s0*icount);
526 tab[s0 - c0 + 255] + tab[s1 - c1 + 255] +
530 c0 = s0; c
[all...]
H A Dcvmorph.cpp541 worktype s0 = sptr[0], s1 = sptr[1], \
548 update_extr_macro(s0,t0); \
557 update_extr_macro(t0,s0); \
569 update_extr_macro(t0,s0); \
583 worktype s0 = sptr[0], t0; \
588 update_extr_macro(s0,t0); \
592 update_extr_macro(t0,s0); \
596 update_extr_macro(t0,s0); \
606 worktype s0 = sptr[0], s1 = sptr[1], \
613 update_extr_macro(s0,t
[all...]
/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape_test.cc86 TensorShape s0({2, 3, 5, 7});
89 s0.RemoveDimRange(i, i);
90 ASSERT_EQ(4, s0.dims());
91 ASSERT_EQ(210, s0.num_elements());
95 s0.RemoveDimRange(3, 1); // Empty interval.
96 ASSERT_EQ(4, s0.dims());
97 ASSERT_EQ(210, s0.num_elements());
98 s0.RemoveDimRange(0, 3);
99 ASSERT_EQ(1, s0.dims());
100 EXPECT_EQ(7, s0
[all...]
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c370 s0 = W256[(j+1)&0x0f]; \
371 s0 = sigma0_256(s0); \
375 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
381 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; local
439 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; local
481 s0 = W256[(j+1)&0x0f];
482 s0 = sigma0_256(s0);
488 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);
708 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; local
763 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_filters_dspr2.c29 uint8_t *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
54 s0 = sm1 + pitch;
55 s1 = s0 + pitch;
76 "lw %[p0], (%[s0]) \n\t"
81 : [sm1] "r"(sm1), [s0] "r"(s0), [s5] "r"(s5), [s6] "r"(s6));
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp188 worktype s0 = al*b_data[j]; \
192 d_data[j] = arrtype(s0); \
197 d_data[j] = arrtype(s0 + c_data[0]*beta); \
204 worktype s0 = al*b_data[j]; \
206 d_data[j] = arrtype(s0); \
208 d_data[j] = arrtype(s0 + c_data[0]*beta); \
232 worktype s0(0), s1(0), s2(0), s3(0); \
236 s0 += worktype(a_data[k])*b_data[k]; \
243 s0 += worktype(a_data[k])*b_data[k]; \
244 s0
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_convolve_avx2.c230 static INLINE void pack_16_pixels(const __m256i *s0, const __m256i *s1, argument
233 pack_pixels(s0, pp);
247 __m256i s0; local
248 s0 = _mm256_loadu_si256((const __m256i *)src);
249 pack_pixels(&s0, pp);
258 __m256i s0, s1; local
259 s0 = _mm256_loadu_si256((const __m256i *)src);
261 pack_16_pixels(&s0, &s1, x);
265 __m256i s0, s1; local
266 s0
399 pack_16_2t_pixels(const __m256i *s0, const __m256i *s1, __m256i *sig) argument
508 __m256i s0 = _mm256_castsi128_si256(_mm_loadu_si128((const __m128i *)src)); local
541 __m256i s0 = _mm256_castsi128_si256( local
594 const __m256i s0 = _mm256_loadu_si256((const __m256i *)src); local
[all...]
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c417 GLint s0,
425 tokens[0] = s0;
435 #define register_param1(p,s0) register_param5(p,s0,0,0,0,0)
436 #define register_param2(p,s0,s1) register_param5(p,s0,s1,0,0,0)
437 #define register_param3(p,s0,s1,s2) register_param5(p,s0,s1,s2,0,0)
438 #define register_param4(p,s0,s1,s2,s3) register_param5(p,s0,s
416 register_param5(struct tnl_program *p, GLint s0, GLint s1, GLint s2, GLint s3, GLint s4) argument
469 register_const4f( struct tnl_program *p, GLfloat s0, GLfloat s1, GLfloat s2, GLfloat s3) argument
507 register_matrix_param5( struct tnl_program *p, GLint s0, GLint s1, GLint s2, GLint s3, GLint s4, struct ureg *matrix ) argument
[all...]
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dconcat_op_test.py615 s0 = constant_op.constant([2, 3, 5], dtypes.int32)
618 off = gen_array_ops._concat_offset(cdim, [s0, s1, s2])
625 s0 = constant_op.constant([[2, 3, 5]], dtypes.int32)
627 off = gen_array_ops._concat_offset(cdim, [s0, s1])
635 s0 = constant_op.constant([2, 3, 5], dtypes.int32)
637 off = gen_array_ops._concat_offset(cdim, [s0, s1])
645 s0 = constant_op.constant([2, 3, 5], dtypes.int32)
647 off = gen_array_ops._concat_offset(cdim, [s0, s1])
655 s0 = constant_op.constant([2, 3, 5], dtypes.int32)
657 off = gen_array_ops._concat_offset(cdim, [s0, s
[all...]
/external/python/cpython3/Python/
H A Ddtoa.c1257 the corresponding digits of s0.
1264 s0 points to the first significant digit of the input string.
1275 given by the bd->nd digits of s0) * 10**e0
1277 bc->nd gives the total number of significant digits of s0. It will
1280 bc->nd0 gives the number of significant digits of s0 before the
1294 bigcomp(U *rv, const char *s0, BCinfo *bc) argument
1365 /* Compare s0 with b/d: set dd to -1, 0, or 1 according as s0 < b/d, s0 ==
1366 * b/d, or s0 >
1438 const char *s, *s0, *s1; local
2318 char *s, *s0; local
[all...]
/external/swiftshader/src/OpenGL/compiler/
H A DTypes.h244 TType(TBasicType t, int s0 = 1, int s1 = 1) :
246 primarySize(s0), secondarySize(s1), array(false), arraySize(0), maxArraySize(0), arrayInformationType(0), interfaceBlock(0), layoutQualifier(TLayoutQualifier::create()),
251 TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, int s0 = 1, int s1 = 1, bool a = false) :
253 primarySize(s0), secondarySize(s1), array(a), arraySize(0), maxArraySize(0), arrayInformationType(0), interfaceBlock(0), layoutQualifier(TLayoutQualifier::create()),
597 void setMatrix(int s0, int s1) argument
599 primarySize = s0;
/external/vixl/test/aarch64/
H A Dtest-api-aarch64.cc109 VIXL_CHECK(s0.IsValid());
127 VIXL_CHECK(s0.IsValidFPRegister());
129 VIXL_CHECK(!s0.IsValidRegister());
144 VIXL_CHECK(static_cast<CPURegister>(s0).IsValid());
162 VIXL_CHECK(static_cast<CPURegister>(s0).IsValidFPRegister());
164 VIXL_CHECK(!static_cast<CPURegister>(s0).IsValidRegister());
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DFASerializer.java91 // special case: s0 is an accept
92 String s0 = getStateString(0, s);
93 lines.add(s0+"\n");
/external/llvm/test/MC/AArch64/
H A Dinline-asm-modifiers.s126 ldr s0, [sp]
141 ldr s0, [sp]
/external/tensorflow/tensorflow/compiler/tests/
H A Dconcat_ops_test.py301 s0 = constant_op.constant([2, 3, 5], dtypes.int32)
304 off = gen_array_ops._concat_offset(cdim, [s0, s1, s2])
314 s0 = constant_op.constant([2, 3, 5], dtypes.int32)
317 packed = array_ops.stack([s0, s1, s2])
324 s0 = constant_op.constant(2, dtypes.int32)
327 packed = array_ops.stack([s0, s1, s2])
334 s0 = constant_op.constant([[]], dtypes.int32)
337 packed = array_ops.stack([s0, s1, s2])
H A Dstateless_random_ops_test.py52 for s0, v0 in values:
54 self.assertEqual(s0 == s1, np.all(v0 == v1))
/external/capstone/suite/MC/AArch64/
H A Dneon-crypto.s.cs6 0x20,0x08,0x28,0x5e = sha1h s0, s1
/external/icu/icu4c/source/i18n/
H A Dscriptset.cpp298 icu::ScriptSet *s0 = static_cast<icu::ScriptSet *>(key0.pointer); local
300 int32_t diff = s0->countMembers() - s1->countMembers();
302 int32_t i0 = s0->nextSetBit(0);
305 i0 = s0->nextSetBit(i0+1);

Completed in 2779 milliseconds

1234567891011>>