Searched defs:yy (Results 1 - 25 of 127) sorted by relevance

123456

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticParameterization_TestUtility.cpp10 double yy = q.y2() * point.y * point.y; local
14 double sum = xx + xy + yy + x + y + c;
H A DCubicParameterization_TestUtility.cpp47 double yy = coeffs[ yy_coeff] * point.y * point.y; local
51 double sum = xxx + xxy + xyy + yyy + xx + xy + yy + x + y + c;
/external/skia/experimental/Intersection/
H A DQuadraticParameterization_TestUtility.cpp10 double yy = q.y2() * point.y * point.y; local
14 double sum = xx + xy + yy + x + y + c;
H A DCubicParameterization_TestUtility.cpp47 double yy = coeffs[ yy_coeff] * point.y * point.y; local
51 double sum = xxx + xxy + xyy + yyy + xx + xy + yy + x + y + c;
/external/compiler-rt/test/msan/
H A Dchained_origin_memcpy.cc23 int yy[10000]; variable
38 memcpy(&yy, &xx, sizeof(xx));
46 return yy[idx + OFFSET];
/external/valgrind/main/none/tests/amd64/
H A Dbug132918.c15 double yy = y; local
28 : /*in*/ "m" (f64), "m" (xx), "m" (yy)
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_pars_ct.c48 UINT8 xx, yy; local
H A Davrc_pars_tg.c47 UINT8 xx, yy; local
105 for (xx=0, yy=0; xx< p_result->get_cur_app_val.num_attr; xx++)
109 p_u8[yy++] = *p;
112 p_result->get_cur_app_val.num_attr = yy;
113 if (yy == 0)
/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadParameterizationTest.cpp15 double yy = q.y2() * point.fY * point.fY; local
19 double sum = xx + xy + yy + x + y + c;
/external/skia/tests/
H A DPathOpsQuadParameterizationTest.cpp15 double yy = q.y2() * point.fY * point.fY; local
19 double sum = xx + xy + yy + x + y + c;
/external/bison/examples/calc++/
H A Dlocation.hh35 ** Define the yy::location class.
44 namespace yy { namespace
177 } // yy
H A Dposition.hh35 ** Define the yy::position class.
54 namespace yy { namespace
169 } // yy
H A Dstack.hh35 ** Define the yy::stack class.
44 namespace yy { namespace
129 } // yy
/external/ceres-solver/examples/
H A Dcircle_fit.cc78 DistanceFromCircleCost(double xx, double yy) : xx_(xx), yy_(yy) {} argument
137 double xx, yy; local
139 while (scanf("%lf %lf\n", &xx, &yy) == 2) {
142 new DistanceFromCircleCost(xx, yy));
/external/chromium_org/third_party/freetype/src/base/
H A Dftlcdfil.c111 FT_UInt val1, yy; local
129 for ( yy = 2; yy < height; yy++ )
/external/chromium_org/third_party/skia/bench/
H A DVertBench.cpp49 SkScalar yy = 0; local
53 pts->set(xx, yy);
65 yy += dy;
/external/chromium_org/third_party/skia/src/utils/
H A DSkBoundaryPatch.cpp53 SkScalar yy = y * invC; local
55 *verts++ = this->eval(x * invR, yy);
/external/clang/test/SemaCXX/
H A Dwarn-shadow.cpp16 namespace yy { namespace
22 using namespace yy;
/external/freetype/src/base/
H A Dftlcdfil.c113 FT_UInt val1, yy; local
130 for ( yy = 2; yy < height; yy++ )
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hrcv.c360 UINT8 yy; local
377 yy = *pp;
389 pp = p + yy;
392 nfcee_info.nfcee_id, nfcee_info.num_interface, yy, nfcee_info.num_tlvs);
402 p_tlv->len = yy = *pp++;
408 pp = p += yy;
/external/mesa3d/src/glsl/
H A DAndroid.gen.mk61 define local-yy-to-cpp-and-h
76 $(intermediates)/glsl_parser.cpp: $(LOCAL_PATH)/glsl_parser.yy
77 $(call local-yy-to-cpp-and-h,.cpp)
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftlcdfil.c112 FT_UInt val1, yy; local
130 for ( yy = 2; yy < height; yy++ )
/external/skia/bench/
H A DVertBench.cpp49 SkScalar yy = 0; local
53 pts->set(xx, yy);
65 yy += dy;
/external/skia/src/utils/
H A DSkBoundaryPatch.cpp53 SkScalar yy = y * invC; local
55 *verts++ = this->eval(x * invR, yy);
/external/speex/libspeex/
H A Dfilters_sse.h57 __m128 yy; local
60 yy = _mm_add_ss(xx, mem[0]);
61 _mm_store_ss(y+i, yy);
62 yy = _mm_shuffle_ps(yy, yy, 0);
69 mem[0] = _mm_sub_ps(mem[0], _mm_mul_ps(yy, den[0]));
75 mem[1] = _mm_sub_ps(mem[1], _mm_mul_ps(yy, den[1]));
80 mem[2] = _mm_sub_ps(mem[2], _mm_mul_ps(yy, den[2]));
107 __m128 yy; local
162 __m128 yy; local
209 __m128 yy; local
260 __m128 yy; local
306 __m128 yy; local
[all...]

Completed in 580 milliseconds

123456