HomeSort by relevance Sort by last modified time
    Searched defs:c0 (Results 51 - 75 of 269) sorted by null

1 23 4 5 6 7 8 91011

  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 146 int c0 = colors[i]; local
148 int a = ave(Color.alpha(c0), Color.alpha(c1), p);
149 int r = ave(Color.red(c0), Color.red(c1), p);
150 int g = ave(Color.green(c0), Color.green(c1), p);
151 int b = ave(Color.blue(c0), Color.blue(c1), p);
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 70 C<long long>::E c0 = C<long long>::E::e3; member in struct:C
  /external/clang/test/Layout/
ms-x86-empty-virtual-base.cpp 14 struct C0 { int a; C0() : a(0xf00000C0) {printf("C0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
107 C0 c0; member in struct:D
121 // CHECK: 8 | struct C0 c0
137 // CHECK-X64: 8 | struct C0 c0
148 struct E : virtual B0, virtual C0, virtual C1, virtual C2, virtual B1
    [all...]
  /external/clang/test/SemaCXX/
attr-deprecated.cpp 222 c0 // expected-note {{'c0' has been explicitly marked deprecated here}} enumerator in enum:test6::C::Enum
227 x = C<int>::c0; // expected-warning {{'c0' is deprecated}}
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 84 Packet a0, a1, a2, a3, c0, c1, t0, t1; local
91 Scalar* C0 = C+ib+(j+0)*ldc;
109 c0 = pload<Packet>(C0+i+(I)*PacketSize); \
111 KMADD(c0, a0, b00, t0) \
114 KMADD(c0, a1, b10, t0) \
117 if(RK==4) KMADD(c0, a2, b20, t0) \
120 if(RK==4) KMADD(c0, a3, b30, t0) \
123 pstore(C0+i+(I)*PacketSize, c0); \
183 Packet a0, a1, a2, a3, c0, t0\/*, t1*\/; local
    [all...]
  /external/jemalloc/test/integration/
xallocx.c 376 uint8_t c0; local
380 c0 = pc[0];
382 if (pc[i] != c0) {
383 malloc_printf(" %#x[%zu..%zu)", c0, range0, i);
385 c0 = pc[i];
388 malloc_printf(" %#x[%zu..%zu)\n", c0, range0, i);
  /external/libcxx/src/
debug.cpp 354 __c_node* c0 = i0 != nullptr ? i0->__c_ : nullptr; local
358 if (c != c0)
365 if (c0 != nullptr)
367 i->__c_ = c0;
  /external/libvpx/libvpx/vp9/encoder/
vp9_avg.c 45 int16_t c0 = b0 + b2; local
54 coeff[0] = c0 + c4;
58 coeff[2] = c0 - c4;
  /external/lzma/CPP/Windows/
FileFind.cpp 306 wchar_t c0 = path[i - 1]; local
307 if (c0 >= 'a' && c0 <= 'z' ||
308 c0 >= 'A' && c0 <= 'Z')
  /external/skia/src/effects/gradients/
Sk4fLinearGradient.cpp 79 void store4x(const Sk4f& c0,
84 store<DstType, do_premul>(c0, dst++);
91 void store4x<SkPMColor, false>(const Sk4f& c0,
96 Sk4f_ToBytes((uint8_t*)dst, c0, c1, c2, c3);
106 Sk4f c0 = c ; local
108 Sk4f c2 = c0 + dc2;
112 store4x<DstType, do_premul>(c0, c1, c2, c3, dst);
115 c0 = c0 + dc4;
122 store<DstType, do_premul>(c0, dst++)
    [all...]
  /external/skia/tests/
RegionTest.cpp 155 bool c0 = a.contains(b); local
157 REPORTER_ASSERT(reporter, c0 == c1);
162 c0 = a.contains(r);
164 REPORTER_ASSERT(reporter, c0 == c1);
183 bool c0 = a.intersects(b); local
185 REPORTER_ASSERT(reporter, c0 == c1);
SkColor4fTest.cpp 130 SkPM4f c0 = SkPM4f::FromPMColor(span4b[i]); local
132 REPORTER_ASSERT(reporter, nearly_equal(c0, c1, tolerance));
  /external/v8/test/unittests/compiler/
common-operator-reducer-unittest.cc 289 Node* c0 = Float32Constant(0.0); local
290 Node* check = graph()->NewNode(machine()->Float32LessThan(), c0, p0);
295 Node* vfalse = graph()->NewNode(machine()->Float32Sub(), c0, p0);
309 Node* c0 = Float64Constant(0.0); local
310 Node* check = graph()->NewNode(machine()->Float64LessThan(), c0, p0);
315 Node* vfalse = graph()->NewNode(machine()->Float64Sub(), c0, p0);
494 Node* c0 = Float32Constant(0.0); local
495 Node* check = graph()->NewNode(machine()->Float32LessThan(), c0, p0);
498 p0, graph()->NewNode(machine()->Float32Sub(), c0, p0));
507 Node* c0 = Float64Constant(0.0) local
    [all...]
  /external/v8/test/unittests/compiler/x64/
instruction-selector-x64-unittest.cc 274 Node* const c0 = m.Int32Constant(15); local
281 Node* const v0 = m.Int32Add(p0, c0);
296 Node* const c0 = m.Int32Constant(1); local
300 m.Return(m.Int32Add(p0, c0));
314 Node* const c0 = m.Int32Constant(15); local
316 Node* const a0 = m.Int32Add(p0, c0);
331 Node* const c0 = m.Int32Constant(15); local
338 m.Return(m.Int32Add(c0, p0));
352 Node* const c0 = m.Int32Constant(15); local
354 Node* const a0 = m.Int32Add(c0, p0)
549 Node* const c0 = m.Int32Constant(15); local
568 Node* const c0 = m.Int32Constant(15); local
587 Node* const c0 = m.Int32Constant(15); local
606 Node* const c0 = m.Int32Constant(15); local
625 Node* const c0 = m.Int32Constant(15); local
644 Node* const c0 = m.Int32Constant(15); local
663 Node* const c0 = m.Int32Constant(15); local
682 Node* const c0 = m.Int32Constant(15); local
701 Node* const c0 = m.Int32Constant(15); local
720 Node* const c0 = m.Int32Constant(15); local
739 Node* const c0 = m.Int32Constant(15); local
755 Node* const c0 = m.Int32Constant(-1); local
772 Node* const c0 = m.Int32Constant(-1); local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_mips.c 115 int32_t c0, c1, c2, c3; local
122 "lh %[c0], 0(%[coeff_ptr]) \n\t"
136 : [c0] "=&r" (c0), [c1] "=&r" (c1), [c2] "=&r" (c2), [c3] "=&r" (c3),
171 "mul %[t2], %[c0], %[state0_lo] \n\t"
173 "mul %[t1], %[c0], %[state0_hi] \n\t"
211 : [c0] "r" (c0), [c1] "r" (c1), [c2] "r" (c2), [c3] "r" (c3),
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 197 int c0 = colors[i]; local
204 // comparing the original (c0) with the returned color is tricky,
207 int a0 = Color.alpha(c0);
211 int r0 = Color.red(c0);
216 int g0 = Color.green(c0);
221 int b0 = Color.blue(c0);
228 android.util.Log.d("skia", "original " + Integer.toHexString(c0) +
  /frameworks/rs/
rsMatrix4x4.cpp 44 int c0 = (i+1) % 4; local
52 (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1]))
53 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r0]))
54 + (m[c0 + 4*r2] * (m[c1 + 4*r0] * m[c2 + 4*r1] - m[c1 + 4*r1] * m[c2 + 4*r0]));
86 int c0 = (i+1) % 4; local
93 float minor = (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1]))
94 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r0]))
95 + (m[c0 + 4*r2] * (m[c1 + 4*r0] * m[c2 + 4*r1] - m[c1 + 4*r1] * m[c2 + 4*r0]));
  /hardware/qcom/display/msm8084/libqdutils/
qdMetaData.h 60 uint16_t c0[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.h 60 uint16_t c0[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
  /hardware/qcom/display/msm8909/libqdutils/
qdMetaData.h 60 uint16_t c0[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
  /hardware/qcom/display/msm8994/libqdutils/
qdMetaData.h 60 uint16_t c0[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CurrencyTest.java 59 Currency c0 = Currency.getInstance("CAD"); local
63 c1 == c0);
67 c2 == c0);
71 c3 == c0);
73 c0 = Currency.getInstance("JPY");
77 c1 == c0);
81 c2 == c0);
85 c3 == c0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 354 __c_node* c0 = i0 != nullptr ? i0->__c_ : nullptr; local
358 if (c != c0)
365 if (c0 != nullptr)
367 i->__c_ = c0;
  /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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTrees.java 82 CommonTree c0, c1, c2; local
83 r0.addChild(c0=new CommonTree(new CommonToken(101)));
89 assertEquals(r0, c0.parent);
90 assertEquals(0, c0.childIndex);
104 CommonTree c0, c1, c2; local
105 r0.addChild(c0=new CommonTree(new CommonToken(101)));
114 assertEquals(root, c0.parent);
115 assertEquals(0, c0.childIndex);
116 assertEquals(root, c0.parent);
118 assertEquals(root, c0.parent)
130 CommonTree c0, c1, c2; local
254 CommonTree c0 = new CommonTree(new CommonToken(99, "b")); local
    [all...]

Completed in 3833 milliseconds

1 23 4 5 6 7 8 91011