HomeSort by relevance Sort by last modified time
    Searched defs:c0 (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 406 constexpr char c0 = "nought index"[0]; member in namespace:StringLiteral
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 429 double c0, c1; local
437 c0 = rational_function(x, coeffs[0][0])
447 return rational_function(x, safety) * arc->a * exp(c0 + c1 * dEta);
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 56 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1
61 // a0 c0
72 data[5 + baseIdx] = baseVert + 3; // c0
548 // | a0 c0
551 // edges a0->b0 and b0->c0 are parallel to original edges a->b and b->c,
556 BezierVertex& c0 = verts[3]; local
588 c0.fPos = c;
589 c0.fPos += cbN;
595 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos);
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 466 int32_t c0 = ascii_source[i]; local
471 CHECK_EQ(c0, c1);
472 CHECK_EQ(c0, c2);
473 CHECK_EQ(c0, c3);
480 int32_t c0 = ascii_source[i - 1]; local
484 uc16_stream.PushBack(c0);
485 string_stream.PushBack(c0);
486 utf8_stream.PushBack(c0);
498 CHECK_EQ(c0, c1);
499 CHECK_EQ(c0, c2)
523 int32_t c0 = ascii_source[i]; local
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
304 int32_t c0, int32_t c1, int32_t c2) const
306 int32_t dc01 = c1 - c0;
307 int32_t dc02 = c2 - c0;
308 const int A = gglClz(abs(c0));
312 c0 <<= scale;
316 c0 >>= -scale;
323 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const
334 const GGLfixed dc01 = c1 - c0;
651 const GGLcolor c0 = v0->color.v[i] * 255; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 107 float c0 = line2[0]; local
115 float t4 = c0 - d0;
  /external/chromium_org/third_party/icu/source/common/
unames.c 1541 char c0; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 2208 RuleBasedCollator* c0 = (RuleBasedCollator*)Collator::createInstance(status); local
    [all...]
rbbitst.cpp 2909 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
3157 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
3482 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc 698 cricket::Candidate c0 = observer_.mline_0_candidates_[i]; local
701 EXPECT_TRUE(c0.IsEquivalent(c1));
703 EXPECT_FALSE(c0.IsEquivalent(c1));
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 429 const __m128i c0 = _mm_add_epi16(a01_plus_7, a11); local
431 const __m128i d0 = _mm_srai_epi16(c0, 4);
    [all...]
  /external/icu4c/common/
unames.cpp 1547 char c0; local
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 2237 RuleBasedCollator* c0 = (RuleBasedCollator*)Collator::createInstance(status); local
    [all...]
rbbitst.cpp 1910 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2170 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2502 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /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/webp/src/dsp/
enc_sse2.c 429 const __m128i c0 = _mm_add_epi16(a01_plus_7, a11); local
431 const __m128i d0 = _mm_srai_epi16(c0, 4);
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt.c 980 int c0 = toOpus(compressed[0]); local
981 if (c0<0)
983 compressed[0] = c0;
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 3648 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3757 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3906 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4004 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4143 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
4283 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
    [all...]
  /external/tcpdump/
print-isoclns.c 2692 int32_t c0 = 0, c1 = 0; local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 435 uint32_t *c0; member in struct:mdp_histogram_data
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 451 uint32_t *c0; member in struct:mdp_histogram_data

Completed in 1404 milliseconds

1 2 34 5