/external/webp/src/dsp/ |
alpha_processing_sse41.c | 56 const __m128i c0 = _mm_or_si128(b0, b1); local 58 const __m128i d0 = _mm_or_si128(c0, c1);
|
cost_sse2.c | 27 const __m128i c0 = _mm_loadu_si128((const __m128i*)(coeffs + 0)); local 31 const __m128i m0 = _mm_packs_epi16(c0, c1); 66 const __m128i c0 = _mm_loadu_si128((const __m128i*)&res->coeffs[0]); local 68 const __m128i D0 = _mm_sub_epi16(zero, c0); 70 const __m128i E0 = _mm_max_epi16(c0, D0); // abs(v), 16b
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 97 double c0,c1,c2,c3; local 124 c0=e/a; 129 min4_c0= -4.0*c0; 144 ns=lz_through2*lz_through2-c0; 169 double c0,c1,c2,c3; local 196 c0=e/a; 201 min4_c0= -4.0*c0; 216 ns=lz_through2*lz_through2-c0;
|
/external/dng_sdk/source/ |
dng_misc_opcodes.cpp | 669 real32 c0 = fCoefficient32 [0]; local 672 if (c0 == 0.0f) 713 real32 y = c0 +
|
/external/eigen/bench/ |
eig33.cpp | 55 // The characteristic equation is x^3 - c2*x^2 + c1*x - c0 = 0. The 58 Scalar c0 = m(0,0)*m(1,1)*m(2,2) + Scalar(2)*m(0,1)*m(0,2)*m(1,2) - m(0,0)*m(1,2)*m(1,2) - m(1,1)*m(0,2)*m(0,2) - m(2,2)*m(0,1)*m(0,1); local 69 Scalar half_b = Scalar(0.5)*(c0 + c2_over_3*(Scalar(2)*c2_over_3*c2_over_3 - c1));
|
/external/libchrome/base/ |
callback_unittest.cc | 85 Callback<void()> c0; local 93 EXPECT_TRUE(c0.is_null());
|
/external/libdivsufsort/lib/ |
divsufsort.c | 47 saint_t c0, c1; local 60 for(i = n - 1, m = n, c0 = T[n - 1]; 0 <= i;) { 62 do { ++BUCKET_A(c1 = c0); } while((0 <= --i) && ((c0 = T[i]) >= c1)); 65 ++BUCKET_BSTAR(c0, c1); 68 for(--i, c1 = c0; (0 <= i) && ((c0 = T[i]) <= c1); --i, c1 = c0) { 69 ++BUCKET_B(c0, c1); 81 for(c0 = 0, i = 0, j = 0; c0 < ALPHABET_SIZE; ++c0) 200 saint_t c0, c1, c2; local 264 saint_t c0, c1, c2; local [all...] |
/external/libweave/third_party/chromium/base/ |
callback_unittest.cc | 86 Callback<void()> c0; local 94 EXPECT_TRUE(c0.is_null());
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_yuv.c | 193 LLVMValueRef c0; local 220 c0 = lp_build_const_int_vec(gallivm, type, 0); 276 *r = lp_build_clamp(&bld, *r, c0, c255); 277 *g = lp_build_clamp(&bld, *g, c0, c255); 278 *b = lp_build_clamp(&bld, *b, c0, c255);
|
/external/mesa3d/src/mesa/swrast/ |
s_zoom.c | 54 GLint c0, c1, r0, r1; local 60 * Compute destination columns: [c0, c1) 62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); 64 if (c1 < c0) { 67 c1 = c0; 68 c0 = tmp; 70 c0 = CLAMP(c0, fb->_Xmin, fb->_Xmax); 72 if (c0 == c1) { 93 *x0 = c0; [all...] |
/external/skia/src/gpu/ |
GrFragmentProcessor.cpp | 185 GrColor c0 = GrPremulColor(inout->color()); local 189 color |= SkMulDiv255Round(GrColorUnpackR(c0), GrColorUnpackR(c1)) << 193 color |= SkMulDiv255Round(GrColorUnpackG(c0), GrColorUnpackG(c1)) << 197 color |= SkMulDiv255Round(GrColorUnpackB(c0), GrColorUnpackB(c1)) <<
|
/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...] |
/external/v8/test/unittests/compiler/ |
dead-code-elimination-unittest.cc | 187 Node* const c0 = local 190 Node* const e0 = graph()->NewNode(&kOp0, v0, graph()->start(), c0); 192 Node* const merge = graph()->NewNode(common()->Merge(2), c0, c1); 201 EXPECT_EQ(c0, r.replacement()); 210 Node* const c0 = local 214 Node* const c3 = graph()->NewNode(&kOp0, v3, graph()->start(), c0); 216 Node* const e1 = graph()->NewNode(&kOp0, v1, e0, c0); 217 Node* const e2 = graph()->NewNode(&kOp0, v2, e1, c0); 219 Node* const merge = graph()->NewNode(common()->Merge(4), c0, c1, c2, c3); 229 EXPECT_THAT(r.replacement(), IsMerge(c0, c3)) 272 Node* const c0 = local 297 Node* const c0 = local [all...] |
/external/valgrind/none/tests/amd64/ |
crc32.c | 119 UInt c0 = 0xFFFFFFFF; local 122 UInt cs = do_s_crc32b(c0, c); 123 UInt ch = do_h_crc32b(c0, c); 127 cs = do_s_crc32w(c0, w); 128 ch = do_h_crc32w(c0, w); 132 cs = do_s_crc32l(c0, i); 133 ch = do_h_crc32l(c0, i); 137 cs = do_s_crc32q(c0, q); 138 ch = do_h_crc32q(c0, q);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_script_group2_float.java | 58 ScriptGroup.Closure c0 = local 70 c0.getReturn(),
|
UT_script_group2_nochain.java | 58 ScriptGroup.Closure c0 = local
|
UT_script_group2_pointwise.java | 57 ScriptGroup.Closure c0 = local 65 c0.getReturn());
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_script_group2_float.java | 58 ScriptGroup.Closure c0 = local 70 c0.getReturn(),
|
UT_script_group2_nochain.java | 56 ScriptGroup.Closure c0 = local
|
UT_script_group2_pointwise.java | 55 ScriptGroup.Closure c0 = local 63 c0.getReturn());
|
/hardware/qcom/display/msm8960/libqdutils/ |
qdMetaData.h | 50 uint16_t c0[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 97 double c0,c1,c2,c3; local 124 c0=e/a; 129 min4_c0= -4.0*c0; 144 ns=lz_through2*lz_through2-c0; 169 double c0,c1,c2,c3; local 196 c0=e/a; 201 min4_c0= -4.0*c0; 216 ns=lz_through2*lz_through2-c0;
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
itoa.h | 179 const uint32_t c0 = v0 % 10000; local 184 const uint32_t d3 = (c0 / 100) << 1; 185 const uint32_t d4 = (c0 % 100) << 1; 253 const uint32_t c0 = v0 % 10000; local 258 const uint32_t d3 = (c0 / 100) << 1; 259 const uint32_t d4 = (c0 % 100) << 1;
|
/art/runtime/ |
dex_file_test.cc | 220 const DexFile::ClassDef& c0 = raw->GetClassDef(0); local 221 EXPECT_STREQ("LNested$Inner;", raw->GetClassDescriptor(c0));
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorPickerDialog.java | 129 int c0 = colors[i]; local 131 int a = ave(Color.alpha(c0), Color.alpha(c1), p); 132 int r = ave(Color.red(c0), Color.red(c1), p); 133 int g = ave(Color.green(c0), Color.green(c1), p); 134 int b = ave(Color.blue(c0), Color.blue(c1), p);
|