Searched defs:s1 (Results 226 - 250 of 859) sorted by relevance

1234567891011>>

/external/eigen/test/
H A Dproduct_syrk.cpp33 Scalar s1 = internal::random<Scalar>(); local
38 VERIFY_IS_APPROX((m2.template selfadjointView<Lower>().rankUpdate(rhs2,s1)._expression()),
39 ((s1 * rhs2 * rhs2.adjoint()).eval().template triangularView<Lower>().toDenseMatrix()));
41 VERIFY_IS_APPROX(((m2.template triangularView<Lower>() += s1 * rhs2 * rhs22.adjoint()).nestedExpression()),
42 ((s1 * rhs2 * rhs22.adjoint()).eval().template triangularView<Lower>().toDenseMatrix()));
46 VERIFY_IS_APPROX(m2.template selfadjointView<Upper>().rankUpdate(rhs2,s1)._expression(),
47 (s1 * rhs2 * rhs2.adjoint()).eval().template triangularView<Upper>().toDenseMatrix());
49 VERIFY_IS_APPROX((m2.template triangularView<Upper>() += s1 * rhs22 * rhs2.adjoint()).nestedExpression(),
50 (s1 * rhs22 * rhs2.adjoint()).eval().template triangularView<Upper>().toDenseMatrix());
54 VERIFY_IS_APPROX(m2.template selfadjointView<Lower>().rankUpdate(rhs1.adjoint(),s1)
[all...]
H A Dsparse_vector.cpp36 Scalar s1 = internal::random<Scalar>(); local
63 VERIFY_IS_APPROX(v1*s1-v2, refV1*s1-refV2);
65 VERIFY_IS_APPROX(v1*=s1, refV1*=s1);
66 VERIFY_IS_APPROX(v1/=s1, refV1/=s1);
/external/harfbuzz_ng/test/api/
H A Dtest-ot-tag.c54 test_indic_tags (const char *s1, const char *s2, hb_script_t script) argument
59 g_test_message ("Testing script %c%c%c%c: new tag %s, old tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s1, s2);
60 tag1 = hb_tag_from_string (s1, -1);
/external/icu/icu4c/source/common/unicode/
H A Dnormlzr.h399 * strcmp[CodePointOrder](NFD(foldCase(s1)), NFD(foldCase(s2)))
405 * @param s1 First source string.
414 * Set if the caller knows that both s1 and s2 fulfill the FCD conditions.
447 compare(const UnicodeString &s1, const UnicodeString &s2,
795 Normalizer::compare(const UnicodeString &s1, const UnicodeString &s2, argument
799 return unorm_compare(s1.getBuffer(), s1.length(),
/external/icu/icu4c/source/common/
H A Dustr_cnv.cpp114 static int32_t u_astrnlen(const char *s1, int32_t n) argument
118 if (s1)
120 while (n-- && *(s1++))
201 u_austrncpy(char *s1, argument
205 char *target = s1;
212 s1+n,
221 *s1 = 0; /* failure */
223 if(target < (s1+n)) { /* U_BUFFER_OVERFLOW_ERROR isn't an err, just means no termination will happen. */
227 *s1 = 0;
229 return s1;
233 u_austrcpy(char *s1, const UChar *ucs2 ) argument
[all...]
/external/iproute2/ip/
H A Diplink_geneve.c118 char s1[1024]; local
135 format_host(AF_INET, 4, &addr, s1, sizeof(s1)));
142 format_host(AF_INET6, sizeof(struct in6_addr), &addr, s1, sizeof(s1)));
H A Dlink_vti6.c198 char s1[1024]; local
211 remote = format_host(AF_INET6, 16, &daddr, s1, sizeof(s1));
219 local = format_host(AF_INET6, 16, &saddr, s1, sizeof(s1));
/external/libbrillo/brillo/
H A Dsecure_blob.cc59 int SecureMemcmp(const void* s1, const void* s2, size_t n) { argument
60 const uint8_t* us1 = reinterpret_cast<const uint8_t*>(s1);
/external/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp38 void test ( const CharT *s1, size_t pos1, size_t n1, argument
43 string_view_t sv1 ( s1 );
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_mips.cc240 const uint8* s1 = src_ptr + stride; local
241 const uint8* s2 = s1 + stride;
254 "lw $t1, 0(%[s1]) \n" // |7|6|5|4|
258 "lw $t5, 4(%[s1]) \n" // |23|22|21|20|
280 "addiu %[s1], %[s1], 8 \n"
290 "lw $t1, 0(%[s1]) \n" // |7|6|5|4|
308 [s1] "+r" (s1),
579 const uint8* s1 local
[all...]
/external/lzma/CPP/7zip/UI/FileManager/
H A DOverwriteDialog.cpp54 UString s1 = fileName.Left(slashPos + 1); local
57 ReduceString(s1);
60 UString s = s1;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_quad.c138 unsigned s1 = 4 * i; local
140 shuffles1[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s1);
141 shuffles1[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s1);
144 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s1);
145 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s1);
/external/nanopb-c/extra/
H A Dpb_syshdr.h82 static void * memcpy( void *s1, const void *s2, size_t n ) argument
84 char * dest = (char *) s1;
90 return s1;
/external/opencv3/modules/core/misc/java/test/
H A DScalarTest.java9 private Scalar s1; field in class:ScalarTest
16 s1 = new Scalar(1.0);
42 assertFalse(s2.equals(s1));
50 assertTrue(s1.isReal());
56 dstScalar = s2.mul(s1);
57 assertEquals(s1, dstScalar);
62 dstScalar = s2.mul(s1, multiplier);
69 assertEquals(truth, s1);
100 s1.set(vals);
101 assertEquals(s2, s1);
[all...]
/external/pdfium/third_party/zlib_v128/
H A Dzutil.c165 const Bytef* s1,
172 if (s1[j] != s2[j]) return 2*(s1[j] > s2[j])-1;
164 zmemcmp( const Bytef* s1, const Bytef* s2, uInt len) argument
/external/skia/gm/
H A Dcolormatrix.cpp124 SkScalar s1 = SK_Scalar1; variable
131 s1, 0, 0, 0, 0,
/external/skia/src/opts/
H A DSkBitmapProcState_opts_mips_dsp.cpp31 int s0, s1, s2, s3, s4, s5, s6, s7; local
53 "lhu %[s1], 18(%[xx]) \n\t"
69 "lbux %[s1], %[s1](%[srcAddr]) \n\t"
85 "sll %[s1], %[s1], 2 \n\t"
102 "lwx %[s1], %[s1](%[table]) \n\t"
119 "sw %[s1], 36(%[colors]) \n\t"
139 "lhu %[s1], 1
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java229 public static String s1(int v) { method in class:Hex
/external/strace/
H A Dioctlsort.c47 is_prefix(const char *s1, const char *s2) argument
49 size_t len = strlen(s1);
53 return !memcmp(s1, s2, len);
/external/v8/src/base/utils/
H A Drandom-number-generator.h103 uint64_t s1 = *state0; local
106 s1 ^= s1 << 23;
107 s1 ^= s1 >> 17;
108 s1 ^= s0;
109 s1 ^= s0 >> 26;
110 *state1 = s1;
/external/v8/test/mjsunit/
H A Duri.js34 var s1 = String.fromCharCode(cc1); variable
56 assertEquals('%7D', encodeURI(s1));
67 assertEquals(cc1, decodeURI(encodeURI(s1)).charCodeAt(0));
/external/valgrind/VEX/test/
H A Dtest-amd64-shift.h11 #define EXECSHIFT(size, res, s1, s2, flags) \
18 : "r" (s1), "0" (res), "1" (flags));
20 #define EXECSHIFT(size, res, s1, s2, flags) \
27 : "c" (s1), "0" (res), "1" (flags));
30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) argument
35 EXECSHIFT("q", res, s1, s2, flags);
37 if (s1 != 1)
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) argument
48 EXECSHIFT("", res, s1, s
56 exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) argument
79 exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) argument
92 exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) argument
108 exec_opb(int64 s0, int64 s1, int64 iflags) argument
122 exec_op(int64 s2, int64 s0, int64 s1) argument
[all...]
H A Dtest-amd64.h8 #define EXECOP2(size, res, s1, flags) \
15 : "q" (s1), "0" (res), "1" (flags));
27 inline void exec_opq(int64 s0, int64 s1, int64 iflags) argument
36 inline void exec_opl(int64 s0, int64 s1, int64 iflags) argument
45 inline void exec_opw(int64 s0, int64 s1, int64 iflags) argument
54 inline void exec_opb(int64 s0, int64 s1, int64 iflags) argument
64 inline void exec_opq(int64 s0, int64 s1, int64 iflags) argument
69 EXECOP2("q", res, s1, flags);
71 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
74 inline void exec_opl(int64 s0, int64 s1, int6 argument
84 exec_opw(int64 s0, int64 s1, int64 iflags) argument
94 exec_opb(int64 s0, int64 s1, int64 iflags) argument
105 exec_op(int64 s0, int64 s1) argument
[all...]
H A Dtest-i386-shift.h10 #define EXECSHIFT(size, res, s1, s2, flags) \
17 : "r" (s1), "0" (res), "1" (flags));
19 #define EXECSHIFT(size, res, s1, s2, flags) \
26 : "c" (s1), "0" (res), "1" (flags));
29 void exec_opl(int s2, int s0, int s1, int iflags) argument
34 EXECSHIFT("", res, s1, s2, flags);
36 if (s1 != 1)
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
42 void exec_opw(int s2, int s0, int s1, int iflags) argument
47 EXECSHIFT("w", res, s1, s
65 exec_opl(int s2, int s0, int s1, int iflags) argument
78 exec_opw(int s2, int s0, int s1, int iflags) argument
94 exec_opb(int s0, int s1, int iflags) argument
108 exec_op(int s2, int s0, int s1) argument
[all...]
H A Dtest-i386.h9 #define EXECOP2(size, res, s1, flags) \
16 : "q" (s1), "0" (res), "1" (flags));
28 inline void exec_opl(int s0, int s1, int iflags) argument
42 inline void exec_opw(int s0, int s1, int iflags) argument
56 inline void exec_opb(int s0, int s1, int iflags) argument
71 inline void exec_opl(int s0, int s1, int iflags) argument
76 EXECOP2("", res, s1, flags);
79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
85 inline void exec_opw(int s0, int s1, int iflags) argument
90 EXECOP2("w", res, s1, flag
99 exec_opb(int s0, int s1, int iflags) argument
114 exec_op(int s0, int s1) argument
[all...]

Completed in 857 milliseconds

1234567891011>>