HomeSort by relevance Sort by last modified time
    Searched defs:c1 (Results 576 - 600 of 1551) sorted by null

<<21222324252627282930>>

  /external/opencv/ml/src/
mlnbayes.cpp 123 int s, c1, c2; local
204 for( c1 = 0; c1 < _var_count; c1++, prod_data += _var_count )
206 double val1 = train_vec[c1];
207 sum_data[c1] += val1;
208 count_data[c1]++;
209 for( c2 = c1; c2 < _var_count; c2++ )
  /external/pdfium/core/fxcodec/codec/
fx_codec_icc.cpp 1651 uint8_t c1 = int(c * 255.f + rounding_offset); local
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscam02.c 300 cmsFloat64Number c1; local
303 if ((clr.RGBpa[i] - 0.1) < 0) c1 = -1;
304 else c1 = 1;
305 clr.RGBp[i] = c1 * (100.0 / pMod->FL) *
  /external/pdfium/third_party/libjpeg/
fpdfapi_jchuff.c 710 int c1, c2; local
730 /* Find the smallest nonzero frequency, set c1 = its symbol */
732 c1 = -1;
737 c1 = i;
746 if (freq[i] && freq[i] <= v && i != c1) {
757 freq[c1] += freq[c2];
760 /* Increment the codesize of everything in c1's tree branch */
761 codesize[c1]++;
762 while (others[c1] >= 0) {
763 c1 = others[c1]
    [all...]
  /external/skia/src/core/
SkColorMatrixFilterRowMajor255.cpp 91 const Sk4f c1 = Sk4f::Load(array + 4); local
116 Sk4f dst4 = c0 * r4 + c1 * g4 + c2 * b4 + c3 * a4 + c4;
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 24 SkDCubic c1, c2; local
25 c1.debugSet(cubic1.fPts);
28 int order1 = reduce1.reduce(c1, SkReduceOrder::kNo_Quadratics);
44 tIntersections.intersect(c1, c2);
59 SkDPoint xy1 = c1.ptAtT(tt1);
389 SkDCubic c1, c2; local
390 c1.debugSet(cubic1.fPts);
392 SkASSERT(ValidCubic(c1));
404 intersections.intersect(c1, c2);
421 xy1 = c1.ptAtT(tt1)
495 SkDCubic c1, c2; local
532 SkDCubic c1, c2; local
    [all...]
WritePixelsTest.cpp 138 unsigned c1 = SkGetPackedG32(color); local
141 c1 = SkMulDiv255Ceiling(c1, a);
143 return SkPackARGB32NoCheck(a, c0, c1, c2);
  /external/speex/libspeex/
filters.c 674 spx_word16_t c1, c2; local
764 c1 = (MULT16_16_Q15(QCONST16(.4,15),comb_gain)+QCONST16(.07,15));
765 c2 = QCONST16(.5,15)+MULT16_16_Q14(QCONST16(1.72,14),(c1-QCONST16(.07,15)));
767 c1 = .4*comb_gain+.07;
768 c2 = .5+1.72*(c1-.07);
772 c1=c2=0;
781 if (g1<c1)
782 g1 = c1;
783 if (g2<c1)
784 g2 = c1;
    [all...]
  /external/swiftshader/src/Renderer/
Blitter.cpp 351 Byte8 c1 = Pack(c0, c0); local
352 *Pointer<UInt>(element) = UInt(As<Long>(c1));
367 Byte8 c1 = Pack(c0, c0); local
368 *Pointer<UInt>(element) = UInt(As<Long>(c1));
382 Byte8 c1 = Pack(c0, c0); local
383 *Pointer<UInt>(element) = UInt(As<Long>(c1)) | 0xFF000000;
398 Byte8 c1 = Pack(c0, c0); local
399 *Pointer<UInt>(element) = UInt(As<Long>(c1)) | 0xFF000000;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 241 int c1 = buf[len - 2]; local
243 if (isdigit(c1) && isdigit(c0)) {
245 buf[len - 3] = c1;
  /external/v8/src/snapshot/
code-serializer.cc 369 uint32_t c1 = GetHeaderValue(kChecksum1Offset); local
377 if (!Checksum(DataWithoutHeader()).Check(c1, c2)) return CHECKSUM_MISMATCH;
  /external/webp/src/dsp/
dec_mips_dsp_r2.c 54 const int c1 = MUL(in[1], kC2); local
64 "replv.ph %[temp5], %[c1] \n\t"
81 : [dst]"r"(dst), [a]"r"(a), [d1]"r"(d1), [d4]"r"(d4), [c1]"r"(c1)
547 // TEMP2 = SRC[C + C1 * BPS]
550 A, A1, B, B1, C, C1, D, D1, SRC) \
553 "lbu %[" #TEMP2 "], " #C "+" #C1 "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 280 REAL c1, c2, c3, cd, aa, aj, ak, ajm, ajp, akm, akp; local
454 c1 = 1.0 - cd;
464 Re [k2] = c1 * ak - s1 * bk;
465 Im [k2] = s1 * ak + c1 * bk;
469 c1 = -c1;
472 ak = c1 - (cd * c1 + sd * s1);
473 s1 = sd * c1 - cd * s1 + s1;
474 c1 = 2.0 - (ak * ak + s1 * s1)
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 100 int c1; local
105 c1 = *s1++;
107 if (isalpha(c1) && isupper(c1))
108 c1 = tolower(c1);
111 end1 = !isgraph(c1);
113 if (end1 || end2 || c1 != c2)
wps_upnp_ssdp.c 40 int c1; local
45 c1 = *s1++;
47 if (isalpha(c1) && isupper(c1))
48 c1 = tolower(c1);
51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
53 if (end1 || end2 || c1 != c2
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java 305 char[] c1 = new char[]{'b', 'c'}; local
307 char[] cr = mRemote.charArray(c0, c1, c2);
312 assertEquals('a', c1[0]);
313 assertEquals('\0', c1[1]);
  /frameworks/base/rs/java/android/renderscript/
Matrix4f.java 405 int c1 = (i+2) % 4; local
411 float minor = (mMat[c0 + 4*r0] * (mMat[c1 + 4*r1] * mMat[c2 + 4*r2] -
412 mMat[c1 + 4*r2] * mMat[c2 + 4*r1]))
413 - (mMat[c0 + 4*r1] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r2] -
414 mMat[c1 + 4*r2] * mMat[c2 + 4*r0]))
415 + (mMat[c0 + 4*r2] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r1] -
416 mMat[c1 + 4*r1] * mMat[c2 + 4*r0]));
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Matrix4f.java 406 int c1 = (i+2) % 4; local
412 float minor = (mMat[c0 + 4*r0] * (mMat[c1 + 4*r1] * mMat[c2 + 4*r2] -
413 mMat[c1 + 4*r2] * mMat[c2 + 4*r1]))
414 - (mMat[c0 + 4*r1] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r2] -
415 mMat[c1 + 4*r2] * mMat[c2 + 4*r0]))
416 + (mMat[c0 + 4*r2] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r1] -
417 mMat[c1 + 4*r1] * mMat[c2 + 4*r0]));
  /hardware/intel/bootstub/
bootstub.c 119 unsigned char c1, c2; local
122 c1 = *cs++;
124 if (c1 != c2)
125 return c1 < c2 ? -1 : 1;
126 if (!c1)
  /libcore/jsr166-tests/src/test/java/jsr166/
AtomicIntegerArrayTest.java 313 Counter c1 = new Counter(aa); local
315 Thread t1 = new Thread(c1);
321 assertEquals(c1.counts+c2.counts, SIZE * countdown);
AtomicLongArrayTest.java 312 Counter c1 = new Counter(aa); local
314 Thread t1 = new Thread(c1);
320 assertEquals(c1.counts+c2.counts, SIZE * countdown);
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeMapTest.java 56 T c1 = o1; local
58 return c1.compareTo(c2);
  /libcore/ojluni/src/main/java/java/lang/
AbstractStringBuilder.java 1471 char c1 = value[i + 1]; local
    [all...]
  /prebuilts/go/darwin-x86/test/
assign1.go 28 C1 chan int
65 c1 C1
96 pc1 *C1
120 c0 = c1
122 c = c1 // ERROR "cannot use"
123 c1 = c0
124 c1 = c // ERROR "cannot use"
233 c0 = chan int(c1)
235 c = C(c1)
64 c1 C1 var
    [all...]
  /prebuilts/go/linux-x86/test/
assign1.go 28 C1 chan int
65 c1 C1
96 pc1 *C1
120 c0 = c1
122 c = c1 // ERROR "cannot use"
123 c1 = c0
124 c1 = c // ERROR "cannot use"
233 c0 = chan int(c1)
235 c = C(c1)
64 c1 C1 var
    [all...]

Completed in 1530 milliseconds

<<21222324252627282930>>