Home
last modified time | relevance | path

Searched refs:yc (Results 1 – 25 of 37) sorted by relevance

12

/third_party/boost/boost/geometry/srs/projections/proj/
Dnatearth.hpp114 T yc, tol, y2, y4, f, fder; in inv() local
125 yc = xy_y; in inv()
127 y2 = yc * yc; in inv()
129 f = (yc * (B0 + y2 * (B1 + y4 * (B2 + B3 * y2 + B4 * y4)))) - xy_y; in inv()
131 yc -= tol = f / fder; in inv()
138 lp_lat = yc; in inv()
141 y2 = yc * yc; in inv()
Dimw_p.hpp104 T *yc) in loc_for() argument
132 *yc = 0.; in loc_for()
136 *yc = proj_parm.R_1 * (1. - cos(t)); in loc_for()
138 D = (xb - xc)/(yb - *yc); in loc_for()
139 B = xc + D * (C + R - *yc); in loc_for()
174 T yc = 0; in fwd() local
175 point_xy<T> xy = loc_for(lp_lon, lp_lat, par, m_proj_parm, &yc); in fwd()
184 T yc = 0.0; in inv() local
191 t = loc_for(lp_lon, lp_lat, par, m_proj_parm, &yc); in inv()
192 …lp_lat = ((lp_lat - this->m_proj_parm.phi_1) * (xy_y - yc) / (t.y - yc)) + this->m_proj_parm.phi_1; in inv()
/third_party/boost/libs/fiber/examples/asio/detail/
Dyield.hpp64 friend void intrusive_ptr_add_ref( yield_completion * yc) noexcept { in intrusive_ptr_add_ref() argument
65 BOOST_ASSERT( nullptr != yc); in intrusive_ptr_add_ref()
66 yc->use_count_.fetch_add( 1, std::memory_order_relaxed); in intrusive_ptr_add_ref()
69 friend void intrusive_ptr_release( yield_completion * yc) noexcept { in intrusive_ptr_release() argument
70 BOOST_ASSERT( nullptr != yc); in intrusive_ptr_release()
71 if ( 1 == yc->use_count_.fetch_sub( 1, std::memory_order_release) ) { in intrusive_ptr_release()
73 delete yc; in intrusive_ptr_release()
/third_party/boost/libs/python/example/numpy/
Ddemo_gaussian.py27 yc = (z * y).sum() / z.sum() variable
28 print "y centroid (should be ~ %f): %f" % (mu[1], yc)
33 yy = (z * (y - yc)**2).sum() / z.sum()
36 xy = 0.5 * (z * (x - xc) * (y - yc)).sum() / z.sum()
/third_party/ffmpeg/libswscale/
Drgb2rgb_template.c389 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; in yuvPlanartoyuy2_c() local
391 uint64_t k = yc[0] + (uc[0] << 8) + in yuvPlanartoyuy2_c()
392 (yc[1] << 16) + ((unsigned) vc[0] << 24); in yuvPlanartoyuy2_c()
393 uint64_t l = yc[2] + (uc[1] << 8) + in yuvPlanartoyuy2_c()
394 (yc[3] << 16) + ((unsigned) vc[1] << 24); in yuvPlanartoyuy2_c()
396 yc += 4; in yuvPlanartoyuy2_c()
403 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; in yuvPlanartoyuy2_c()
407 *idst++ = (yc[0] << 24) + (uc[0] << 16) + in yuvPlanartoyuy2_c()
408 (yc[1] << 8) + (vc[0] << 0); in yuvPlanartoyuy2_c()
410 *idst++ = yc[0] + (uc[0] << 8) + in yuvPlanartoyuy2_c()
[all …]
/third_party/boost/boost/coroutine/detail/
Dsymmetric_coroutine_object.hpp88 symmetric_coroutine_yield< R > yc( this, r); in run() local
89 fn_( yc); in run()
164 symmetric_coroutine_yield< R & > yc( this, r); in run() local
165 fn_( yc); in run()
240 symmetric_coroutine_yield< void > yc( this); in run() local
241 fn_( yc); in run()
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix4_q31.c155 q31_t ya, yb, yc, yd; in arm_radix4_butterfly_q31() local
415 yc = *ptr1++; in arm_radix4_butterfly_q31()
425 ya_out = ya + yb + yc + yd; in arm_radix4_butterfly_q31()
435 yc_out = (ya - yb + yc - yd); in arm_radix4_butterfly_q31()
442 yb_out = (ya - xb - yc + xd); in arm_radix4_butterfly_q31()
449 yd_out = (ya + xb - yc - xd); in arm_radix4_butterfly_q31()
526 q31_t ya, yb, yc, yd; in arm_radix4_butterfly_inverse_q31() local
779 yc = *ptr1++; in arm_radix4_butterfly_inverse_q31()
789 ya_out = ya + yb + yc + yd; in arm_radix4_butterfly_inverse_q31()
799 yc_out = (ya - yb + yc - yd); in arm_radix4_butterfly_inverse_q31()
[all …]
/third_party/gstreamer/gstplugins_good/gst/alpha/
Dgstalphacolor.c207 gint yc[4]; \
214 memcpy (yc, matrix, 4 * sizeof (gint)); \
219 y = (data[R] * yc[0] + data[G] * yc[1] + data[B] * yc[2] + yc[3]) >> 8; \
276 gint yc[4]; in transform_ayuv_ayuv() local
286 memcpy (yc, matrix, 4 * sizeof (gint)); in transform_ayuv_ayuv()
291 y = (data[1] * yc[0] + data[2] * yc[1] + data[3] * yc[2] + yc[3]) >> 8; in transform_ayuv_ayuv()
/third_party/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp214 yc = Coeffs(fYSelector); in buildEffectShader() local
219 xc.dr*s.x, yc.dr*s.y, 0, 0, in buildEffectShader()
220 xc.dg*s.x, yc.dg*s.y, 0, 0, in buildEffectShader()
221 xc.db*s.x, yc.db*s.y, 0, 0, in buildEffectShader()
222 xc.da*s.x, yc.da*s.y, xc.c_scale, yc.c_scale, in buildEffectShader()
231 (yc.d_offset - .5f) * s.y, in buildEffectShader()
233 yc.c_offset, in buildEffectShader()
/third_party/cef/tools/
Dissue_1999.py62 yc = get_obj_class(y)
63 if xc < yc:
65 elif xc > yc:
/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c718 double * const yc) in uv_to_xy() argument
724 *yc = 2*v / (2*u - 8*v + 4); in uv_to_xy()
731 double * const yc) in upvp_to_xy() argument
737 *yc = 4*vp / (6*up - 16*vp + 12); in upvp_to_xy()
742 double yc, in xy_to_upvp() argument
749 *up = 4*xc / (- 2*xc + 12*yc + 3); in xy_to_upvp()
750 *vp = 9*yc / (- 2*xc + 12*yc + 3); in xy_to_upvp()
755 double yc, in xy_to_uv() argument
762 *u = 4*xc / (- 2*xc + 12*yc + 3); in xy_to_uv()
763 *v = 6*yc / (- 2*xc + 12*yc + 3); in xy_to_uv()
[all …]
Dvf_curves.c264 const double yc = point->next->y; in interpolate() local
266 r[i] = 6 * ((yn-yc)/h[i] - (yc-yp)/h[i-1]); in interpolate()
302 const double yc = point->y; in interpolate() local
305 const double a = yc; in interpolate()
306 const double b = (yn-yc)/h[i] - h[i]*r[i]/2. - h[i]*(r[i+1]-r[i])/6.; in interpolate()
Dvf_signalstats.c233 const int yc = y >> s->vsub; in filter8_brng() local
235 const uint8_t *pchromau = &in->data[1][yc * in->linesize[1]]; in filter8_brng()
236 const uint8_t *pchromav = &in->data[2][yc * in->linesize[2]]; in filter8_brng()
268 const int yc = y >> s->vsub; in filter16_brng() local
270 const uint16_t *pchromau = (uint16_t *)&in->data[1][yc * in->linesize[1]]; in filter16_brng()
271 const uint16_t *pchromav = (uint16_t *)&in->data[2][yc * in->linesize[2]]; in filter16_brng()
Dvsrc_testsrc.c782 int yc = (s->h >> 2); in test2_fill_picture() local
801 int y = av_rescale(yh, i, steps) + yc; in test2_fill_picture()
815 int yc = (s->h >> 2) + (s->h >> 1); in test2_fill_picture() local
818 int ym1 = ff_draw_round_to_sub(&s->draw, 1, -1, yc - 8); in test2_fill_picture()
819 int ym2 = ff_draw_round_to_sub(&s->draw, 1, +1, yc + 8); in test2_fill_picture()
831 y1 = ff_draw_round_to_sub(&s->draw, 1, -1, yc - 4 - size); in test2_fill_picture()
832 y2 = ff_draw_round_to_sub(&s->draw, 1, +1, yc + 4 + size); in test2_fill_picture()
/third_party/gettext/Admin/
Dcoverage.txt19 steps 4 and 5 (po-gram-gen.[yc], cldr-plurals.[yc], and more).
/third_party/openssl/test/ocsp-tests/
DWIKH_ND2.ors6 sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA
DWINH_ND2.ors6 sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA
DND2.ors6 sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA
DWRID_ND2.ors6 sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA
/third_party/python/Lib/
D_pydecimal.py2116 yc, ye = y.int, y.exp
2117 while yc % 10 == 0:
2118 yc //= 10
2124 xe *= yc
2183 e = _decimal_lshift_exact(e * yc, ye)
2184 xe = _decimal_lshift_exact(xe * yc, ye)
2210 e = _decimal_lshift_exact(e * yc, ye)
2211 xe = _decimal_lshift_exact(xe * yc, ye)
2228 m, n = yc*10**ye, 1
2230 if xe != 0 and len(str(abs(yc*xe))) <= -ye:
[all …]
/third_party/python/Doc/tools/
Dsusp-ignored.csv14 faq/programming,,:chr,">=4.0) or 1+f(xc,yc,x*x-y*y+xc,2.0*x*y+yc,k-1,f):f(xc,yc,x,y,k,f):chr("
16 faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,"
/third_party/ffmpeg/libavcodec/
Djpeg2000dec.c1313 int yc = y / s->cdy[compno]; in jpeg2000_decode_packets_po_iteration() local
1315 …if (yc % (1LL << (rlevel->log2_prec_height + reducedresno)) && y != tile->coord[1][0]) //FIXME thi… in jpeg2000_decode_packets_po_iteration()
1323 … prcy = ff_jpeg2000_ceildivpow2(yc, reducedresno) >> rlevel->log2_prec_height; in jpeg2000_decode_packets_po_iteration()
1380 int yc = y / s->cdy[compno]; in jpeg2000_decode_packets_po_iteration() local
1385 …if (yc % (1LL << (rlevel->log2_prec_height + reducedresno)) && y != tile->coord[1][0]) //FIXME thi… in jpeg2000_decode_packets_po_iteration()
1393 … prcy = ff_jpeg2000_ceildivpow2(yc, reducedresno) >> rlevel->log2_prec_height; in jpeg2000_decode_packets_po_iteration()
1449 int yc = y / s->cdy[compno]; in jpeg2000_decode_packets_po_iteration() local
1456 …if (yc % (1LL << (rlevel->log2_prec_height + reducedresno)) && y != tile->coord[1][0]) //FIXME thi… in jpeg2000_decode_packets_po_iteration()
1464 … prcy = ff_jpeg2000_ceildivpow2(yc, reducedresno) >> rlevel->log2_prec_height; in jpeg2000_decode_packets_po_iteration()
/third_party/typescript/tests/baselines/reference/
DhugeDeclarationOutputGTruncatedWithError.ts.types6 …" | "xs" | "xt" | "xu" | "xv" | "xw" | "xx" | "xy" | "xz" | "ya" | "yb" | "yc" | "yd" | "ye" | "yf…
9yc: "aa.yc"; yd: "aa.yd"; ye: "aa.ye"; yf: "aa.yf"; yg: "aa.yg"; yh: "aa.yh"; yi: "aa.yi"; yj: "aa…
10yc: "aa.yc"; yd: "aa.yd"; ye: "aa.ye"; yf: "aa.yf"; yg: "aa.yg"; yh: "aa.yh"; yi: "aa.yi"; yj: "aa…
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "xs" | "xt" | "xu" | "xv" | "xw" | "xx" | "xy" | "xz" | "ya" | "yb" | "yc" | "yd" | "ye" | "yf…
9yc: "aa.yc"; yd: "aa.yd"; ye: "aa.ye"; yf: "aa.yf"; yg: "aa.yg"; yh: "aa.yh"; yi: "aa.yi"; yj: "aa…
10yc: "aa.yc"; yd: "aa.yd"; ye: "aa.ye"; yf: "aa.yf"; yg: "aa.yg"; yh: "aa.yh"; yi: "aa.yi"; yj: "aa…
/third_party/python/Doc/faq/
Dprogramming.rst747 Iu=Iu,Io=Io,Ru=Ru,Ro=Ro,Sy=Sy,L=lambda yc,Iu=Iu,Io=Io,Ru=Ru,Ro=Ro,i=IM,
748 Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,
749 i=i,Sx=Sx,F=lambda xc,yc,x,y,k,f=lambda xc,yc,x,y,k,f:(k<=0)or (x*x+y*y
750 >=4.0) or 1+f(xc,yc,x*x-y*y+xc,2.0*x*y+yc,k-1,f):f(xc,yc,x,y,k,f):chr(
751 64+F(Ru+x*(Ro-Ru)/Sx,yc,0,0,i)),range(Sx))):L(Iu+y*(Io-Iu)/Sy),range(Sy

12