HomeSort by relevance Sort by last modified time
    Searched refs:c0 (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.cons/
assign_copy.pass.cpp 28 C c0(std::begin(t0), std::end(t0), A(10));
30 c1 = c0;
31 assert(c1 == c0);
40 C c0(std::begin(t0), std::end(t0), A(10));
42 c1 = c0;
43 assert(c1 == c0);
52 C c0(std::begin(t0), std::end(t0), A(10));
54 c1 = c0;
55 assert(c1 == c0);
64 C c0(std::begin(t0), std::end(t0), A(10))
    [all...]
copy.pass.cpp 27 C c0(std::begin(t), std::end(t), A(10));
28 C c = c0;
33 assert(c == c0);
42 C c0(std::begin(t), std::end(t), A(10));
43 C c = c0;
48 assert(c == c0);
copy_alloc.pass.cpp 27 C c0(std::begin(t), std::end(t), A(10));
28 C c(c0, A(9));
33 assert(c == c0);
41 C c0(std::begin(t), std::end(t), A(10));
42 C c(c0, A(9));
47 assert(c == c0);
assign_move.pass.cpp 31 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
33 c1 = std::move(c0);
39 assert(c0.empty());
48 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
50 c1 = std::move(c0);
56 assert(!c0.empty());
65 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
67 c1 = std::move(c0);
73 assert(c0.empty());
82 C c0(I(std::begin(t0)), I(std::end(t0)), A(10))
    [all...]
move.pass.cpp 30 C c0(I(std::begin(t)), I(std::end(t)), A(10));
31 C c = std::move(c0);
36 assert(c0.empty());
45 C c0(I(std::begin(t)), I(std::end(t)), A(10));
46 C c = std::move(c0);
51 assert(c0.empty());
move_alloc.pass.cpp 30 C c0(I(std::begin(t)), I(std::end(t)), A(10));
31 C c(std::move(c0), A(10));
36 assert(c0.empty());
45 C c0(I(std::begin(t)), I(std::end(t)), A(10));
46 C c(std::move(c0), A(9));
51 assert(!c0.empty());
  /external/openssl/crypto/bn/asm/
co-586.pl 18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
30 &add($c0,"eax");
40 &mov(&DWP($i*4,"eax","",0),$c0) if $pos > 0; # save r[];
46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
61 &add($c0,"eax");
69 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
95 &add($c0,"eax");
100 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
108 local($a,$b,$c0,$c1,$c2)
    [all...]
  /external/openssl/crypto/bn/asm/x86/
comba.pl 6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
18 &add($c0,"eax");
28 &mov(&DWP($i*4,"eax","",0),$c0) if $pos > 0; # save r[];
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
49 &add($c0,"eax");
57 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
83 &add($c0,"eax");
88 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
96 local($a,$b,$c0,$c1,$c2)
    [all...]
  /external/sepolicy/
mls_macros 5 # declares categores c0 to c(N-1)
40 # levels from s0 to (N-1) with categories c0 to (M-1)
43 level s$1:c0.c$3;
54 define(`mls_systemhigh',`s`'decr(mls_num_sens):c0.c`'decr(mls_num_cats)')
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair.c 72 int c0 = pData[i+0]; local
76 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
77 pData[i+1] = (OMX_S16)(c0+c1-c2-c3);
78 pData[i+2] = (OMX_S16)(c0-c1-c2+c3);
79 pData[i+3] = (OMX_S16)(c0-c1+c2-c3);
85 int c0 = pData[i+0]; local
89 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
90 pData[i+4] = (OMX_S16)(c0+c1-c2-c3);
91 pData[i+8] = (OMX_S16)(c0-c1-c2+c3);
92 pData[i+12] = (OMX_S16)(c0-c1+c2-c3)
    [all...]
  /external/clang/test/CXX/expr/
p9.cpp 17 signed char c0; variable
18 __typeof__(c0 + c0) c1;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
damerau_levenshtein_edit_distance_policy.h 34 const int c0 = toBaseLowerCase(mString0[index0]); local
36 return (c0 == c1) ? 0.0f : 1.0f;
48 const int c0 = toBaseLowerCase(mString0[index0]); local
50 if (index0 > 0 && index1 > 0 && c0 == toBaseLowerCase(mString1[index1 - 1])
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 44 float c0 = -1.0f; local
52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1);
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1);
54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1);
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3);
60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5);
64 mCubes[9] = new Cube(world, c0, c2, c0, c1, c3, c1);
65 mCubes[10] = new Cube(world, c2, c2, c0, c3, c3, c1)
    [all...]
  /external/eigen/Eigen/src/Householder/
Householder.h 74 Scalar c0 = coeff(0); local
76 if(tailSqNorm == RealScalar(0) && internal::imag(c0)==RealScalar(0))
79 beta = internal::real(c0);
84 beta = internal::sqrt(internal::abs2(c0) + tailSqNorm);
85 if (internal::real(c0)>=RealScalar(0))
87 essential = tail / (c0 - beta);
88 tau = internal::conj((beta - c0) / beta);
  /external/eigen/test/
product_notemporary.cpp 55 Index c0 = internal::random<Index>(4,cols-8), local
56 c1 = internal::random<Index>(8,cols-c0),
71 VERIFY_EVALUATION_COUNT(( m3.block(r0,r0,r1,r1).noalias() += -m1.block(r0,c0,r1,c1) * (s2*m2.block(r0,c0,r1,c1)).adjoint() ), 0);
72 VERIFY_EVALUATION_COUNT(( m3.block(r0,r0,r1,r1).noalias() -= s1 * m1.block(r0,c0,r1,c1) * m2.block(c0,r0,c1,r1) ), 0);
75 VERIFY_EVALUATION_COUNT(( m3.block(r0,r0,r1,r1).noalias() = s1 * m1.block(r0,c0,r1,c1) * (s1*m2).block(c0,r0,c1,r1) ), 1);
82 VERIFY_EVALUATION_COUNT( rm3.col(c0).noalias() = (s1 * m1.adjoint()).template triangularView<UnitUpper>() * (s2*m2.row(c0)).adjoint(), 1)
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 436 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
437 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
438 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
439 /* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
442 #define mul_add_c(a,b,c0,c1,c2) \
446 c0=(c0+t1)&BN_MASK2; if ((c0) < t1) t2++;
849 BN_ULONG c0,c1,ml,*tp,n0; local
988 BN_ULONG c0,c1,*tp,n0=*n0p; local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 588 * @param c0 code unit to write
590 protected static void write(AnnotatedOutput out, short c0) {
591 out.writeShort(c0);
598 * @param c0 code unit to write
601 protected static void write(AnnotatedOutput out, short c0, short c1) {
602 out.writeShort(c0);
610 * @param c0 code unit to write
614 protected static void write(AnnotatedOutput out, short c0, short c1,
616 out.writeShort(c0);
625 * @param c0 code unit to writ
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 589 * @param c0 code unit to write
591 protected static void write(AnnotatedOutput out, short c0) {
592 out.writeShort(c0);
599 * @param c0 code unit to write
602 protected static void write(AnnotatedOutput out, short c0, short c1) {
603 out.writeShort(c0);
611 * @param c0 code unit to write
615 protected static void write(AnnotatedOutput out, short c0, short c1,
617 out.writeShort(c0);
626 * @param c0 code unit to writ
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multiset/unord.multiset.cnstr/
move.pass.cpp 45 C c0(7,
50 C c = std::move(c0);
62 assert(c0.empty());
80 C c0(a, a + sizeof(a)/sizeof(a[0]),
86 C c = std::move(c0);
102 assert(c0.empty());
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.cnstr/
move.pass.cpp 45 C c0(7,
50 C c = std::move(c0);
62 assert(c0.empty());
80 C c0(a, a + sizeof(a)/sizeof(a[0]),
86 C c = std::move(c0);
102 assert(c0.empty());
move_alloc.pass.cpp 46 C c0(a, a + sizeof(a)/sizeof(a[0]),
52 C c(std::move(c0), A(12));
68 assert(c0.empty());
87 C c0(a, a + sizeof(a)/sizeof(a[0]),
93 C c(std::move(c0), A(10));
109 assert(c0.empty());
  /external/jpeg/
jquant2.c 121 * pointer corresponds to a C0 value (typically 2^5 = 32 pointers) and
320 int c0,c1,c2; local
330 for (c0 = c0min; c0 <= c0max; c0++)
332 histp = & histogram[c0][c1][c2min];
335 boxp->c0min = c0min = c0;
341 for (c0 = c0max; c0 >= c0min; c0--
429 int c0,c1,c2,cmax; local
507 int c0,c1,c2; local
923 register int c0, c1, c2; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 121 * pointer corresponds to a C0 value (typically 2^5 = 32 pointers) and
320 int c0,c1,c2; local
330 for (c0 = c0min; c0 <= c0max; c0++)
332 histp = & histogram[c0][c1][c2min];
335 boxp->c0min = c0min = c0;
341 for (c0 = c0max; c0 >= c0min; c0--
429 int c0,c1,c2,cmax; local
507 int c0,c1,c2; local
923 register int c0, c1, c2; local
    [all...]
  /external/libsepol/tests/policies/test-expander/
base-base-only.conf 27 category c0;
29 level s0:c0;
39 gen_user(myuser_u,, myrole_r, s0, s0 - s0:c0)
  /external/skia/tools/
skdiff.cpp 143 static inline bool colors_match_thresholded(SkPMColor c0, SkPMColor c1, const int threshold) {
144 int da = SkGetPackedA32(c0) - SkGetPackedA32(c1);
145 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1);
146 int dg = SkGetPackedG32(c0) - SkGetPackedG32(c1);
147 int db = SkGetPackedB32(c0) - SkGetPackedB32(c1);
179 SkPMColor c0 = *dr->fBase.fBitmap.getAddr32(x, y); local
181 SkPMColor outputDifference = diffFunction(c0, c1);
182 uint32_t thisA = SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1));
183 uint32_t thisR = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1));
184 uint32_t thisG = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1))
    [all...]

Completed in 843 milliseconds

1 2 3 4 5 6 7 8 9