Home
last modified time | relevance | path

Searched +defs:d +defs:ly (Results 1 – 25 of 891) sorted by relevance

12345678910>>...36

/dports/math/pari/pari-2.13.3/src/kernel/none/
H A Dadd.c27 long sx,ly; in addsi_sign() local
41 const long d = (long)(uel(y,2) - (ulong)x); in addsi_sign() local
60 long ly; in addui_sign() local
90 long lx,ly; in addii_sign() local
120 long e, l, ly; in addir_sign() local
148 long e, l, ly, sx; in addsr_sign() local
184 long ly, ey = expo(y), e = ey - ex; in addrr_sign() local
222 long d = dvmdsBIL(e, &m), l = ly-d; in addrr_sign() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Drunsmap.h42 RunsMap(int lx, int ly) : TRasterT<TPixelGR8>(lx, ly) { clear(); } in RunsMap()
68 RunsMapP(int lx, int ly) : TSmartPointerT<RunsMap>(new RunsMap(lx, ly)) {} in RunsMapP()
69 RunsMapP(const TDimension &d) in RunsMapP()
79 int y, ly = ras->getLy(); in buildRunsMap() local
H A Dterodilate.cpp32 int y, lx = src->getLx(), ly = src->getLy(); in copyMatte() local
54 int y, lx = src->getLx(), ly = src->getLy(); in copyChannels_erode() local
57 Pix *d, *dBegin = dst->pixels(y); in copyChannels_erode() local
84 int y, lx = src->getLx(), ly = src->getLy(); in copyChannels_dilate() local
87 Pix *d, *dBegin = dst->pixels(y); in copyChannels_dilate() local
136 Chan *d, *dEnd = dst + len * dIncr; in erodilate_row() local
230 int x, y, lx = src->getLx(), ly = src->getLy(); in erodilate_chan() local
297 void erodilate_quarters(int lx, int ly, Chan *src, int sIncrX, int sIncrY, in erodilate_quarters()
326 Chan *d, *dBegin = dst + dy * dIncrY, *dEnd = dBegin + lx * dIncrX; in erodilate_quarters() local
335 Chan *d, *dBegin = dst + dy * dIncrY, *dEnd = dBegin + lx * dIncrX; in erodilate_quarters() local
[all …]
H A Dtdistancetransform.cpp38 unsigned int takeoverDist(unsigned int a, unsigned int b, unsigned int d) { in takeoverDist()
57 int lx = ras->getLx(), ly = ras->getLy(); in initializeDT() local
84 unsigned int d = 1, in expand() local
152 unsigned int d = (pix - ref) / incrPix; in expand() local
185 int lx = ras->getLx(), ly = ras->getLy(); in distanceTransform() local
/dports/math/gsl/gsl-2.7/const/
H A Dtest.c45 double ly = GSL_CONST_CGS_LIGHT_YEAR; in main() local
61 double ly = GSL_CONST_CGSM_LIGHT_YEAR; in main() local
77 double d = GSL_CONST_MKSA_DEBYE; in main() local
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/none/
H A Dadd.c44 long sx,ly; in addsi_sign() local
58 const long d = y[2] - x; in addsi_sign() local
78 long lx,ly; in addii_sign() local
107 long e,l,ly; in addir_sign() local
184 long ly, ey = expo(y), e = ey - ex; in addrr_sign() local
222 long d = e >> TWOPOTBITS_IN_LONG, l = ly-d; in addrr_sign() local
H A Dgcd.c21 long i, ly = lgefint(y); in resiu() local
35 long ly = lgefint(y)-1, lt,m,i; in gcd_plus_minus() local
143 GEN t,u,u1,v,v1,d,d1,q,r; in bezout() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtraster.h247 TRasterPT(int lx, int ly) { create(lx, ly); }; in TRasterPT()
248 TRasterPT(const TDimension &d) { create(d.lx, d.ly); }; in TRasterPT()
257 void create(const TDimension &d) { create(d.lx, d.ly); }; in create()
279 TRasterT(int lx, int ly) : TRaster(lx, ly, sizeof(T)) {} in TRasterT()
284 : TRaster(lx, ly, sizeof(T), wrap, reinterpret_cast<UCHAR *>(buffer), in TRaster() argument
317 TRasterP create(int lx, int ly) const override { in create()
388 inline void TRasterPT<T>::create(int lx, int ly) { in create()
411 inline TRasterPT<T>::TRasterPT(int lx, int ly, int wrap, T *buffer, in TRasterPT()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/
H A Dscene.cpp58 sceneLayer* ly = findOrCreateSceneLayer(l); in addPoint() local
68 sceneLayer* ly = findOrCreateSceneLayer(l); in addLine() local
77 sceneLayer* ly = findOrCreateSceneLayer(l); in addLineStrip() local
89 sceneLayer* ly = findOrCreateSceneLayer(l); in addLineLoop() local
104 sceneLayer* ly = findOrCreateSceneLayer(l); in addTriangles() local
136 sceneLayer* ly = findOrCreateSceneLayer(l); in addQuads() local
142 VList::iterator d = vertices.end(); in addQuads() local
182 sceneLayer* ly = findOrCreateSceneLayer(l); in addText() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/
H A Dscene.cpp58 sceneLayer* ly = findOrCreateSceneLayer(l); in addPoint() local
68 sceneLayer* ly = findOrCreateSceneLayer(l); in addLine() local
77 sceneLayer* ly = findOrCreateSceneLayer(l); in addLineStrip() local
89 sceneLayer* ly = findOrCreateSceneLayer(l); in addLineLoop() local
104 sceneLayer* ly = findOrCreateSceneLayer(l); in addTriangles() local
136 sceneLayer* ly = findOrCreateSceneLayer(l); in addQuads() local
142 VList::iterator d = vertices.end(); in addQuads() local
182 sceneLayer* ly = findOrCreateSceneLayer(l); in addText() local
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dastro.cpp141 float astro::lightYearsToParsecs(float ly) in lightYearsToParsecs()
146 double astro::lightYearsToParsecs(double ly) in lightYearsToParsecs()
161 float astro::lightYearsToKilometers(float ly) in lightYearsToKilometers()
181 float astro::lightYearsToAU(float ly) in lightYearsToAU()
186 double astro::lightYearsToAU(double ly) in lightYearsToAU()
278 float astro::microLightYearsToAU(float ly) in microLightYearsToAU()
283 double astro::microLightYearsToAU(double ly) in microLightYearsToAU()
485 int64 d = (int64) floor((c - 122.1) / 365.25); in Date() local
650 astro::Date d; in systemDate() local
662 ostream& operator<<(ostream& s, const astro::Date d) in operator <<()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dastro.cpp141 float astro::lightYearsToParsecs(float ly) in lightYearsToParsecs()
146 double astro::lightYearsToParsecs(double ly) in lightYearsToParsecs()
161 float astro::lightYearsToKilometers(float ly) in lightYearsToKilometers()
181 float astro::lightYearsToAU(float ly) in lightYearsToAU()
186 double astro::lightYearsToAU(double ly) in lightYearsToAU()
278 float astro::microLightYearsToAU(float ly) in microLightYearsToAU()
283 double astro::microLightYearsToAU(double ly) in microLightYearsToAU()
485 int64 d = (int64) floor((c - 122.1) / 365.25); in Date() local
650 astro::Date d; in systemDate() local
662 ostream& operator<<(ostream& s, const astro::Date d) in operator <<()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A DTriTensor.cxx810 double ly in get_constraint_lines_image3() local
840 double ly in get_constraint_lines_image3() local
993 double ly in get_constraint_lines_image3() local
1023 double ly in get_constraint_lines_image3() local
1078 double ly in get_constraint_lines_image2() local
1095 double ly in get_constraint_lines_image2() local
1112 double ly in get_constraint_lines_image2() local
1177 double ly in get_constraint_lines_image2() local
1194 double ly in get_constraint_lines_image2() local
1211 double ly in get_constraint_lines_image2() local
[all …]
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/gmp/
H A Dmp.c313 long d = n>>TWOPOTBITS_IN_LONG; in shifti() local
332 long d = (-n)>>TWOPOTBITS_IN_LONG; in shifti() local
371 long d = n>>TWOPOTBITS_IN_LONG; in ishiftr_lg() local
412 long s, e, d, m, i; in truncr() local
436 long e, d, m, i, lx; in floorr() local
601 long ly; in diviu_rem() local
620 long sy=signe(y),ly,s; in divis_rem() local
641 long sy=signe(y),ly,s; in divis() local
866 long lx, ly, lq; in dvmdii() local
971 ulong i, j, m, t, d, k = lgefint(N)-2; in red_montgomery() local
[all …]
/dports/math/pari/pari-2.13.3/src/kernel/gmp/
H A Dmp.c356 long d = dvmdsBIL(n, &m); in shiftispec() local
373 long d = dvmdsBIL(-n, &m); in shiftispec() local
410 long d = dvmdsBIL(n, &m); in mantissa2nr() local
448 long s, e, d, m, i; in truncr() local
471 long e, d, m, i, lx; in floorr() local
579 long ly; in absdiviu_rem() local
598 long sy=signe(y),ly,s; in divis_rem() local
619 long sy=signe(y),ly,s; in divis() local
640 long lx=RNLIMBS(x),ly=RNLIMBS(y); in divrr_with_gmp() local
853 long lx, ly, lq; in dvmdii() local
[all …]
/dports/biology/seaview/seaview/csrc/
H A Dbionj.c74 phydbl vxy,lx,ly,lamda,score; in Bionj() local
155 void Update_Mat(matrix *mat, int x, int y, phydbl lx, phydbl ly, phydbl vxy, phydbl lamda) in Update_Mat()
182 void Update_Tree(matrix *mat, int x, int y, phydbl lx, phydbl ly, phydbl score) in Update_Tree()
374 phydbl Dist_Red(matrix *mat, int x, phydbl lx, int y, phydbl ly, int i, phydbl lamda) in Dist_Red()
449 int Bionj_Br_Length_Post(node *a, node *d, matrix *mat) in Bionj_Br_Length_Post()
460 phydbl lx, ly, vxy,lamda; in Bionj_Br_Length_Post() local
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dbionj.c28 phydbl vxy,lx,ly,lamda,score; in Bionj() local
125 void Update_Mat(matrix *mat, int x, int y, phydbl lx, phydbl ly, phydbl vxy, phydbl lamda) in Update_Mat()
154 void Update_Tree(matrix *mat, int x, int y, phydbl lx, phydbl ly, phydbl score) in Update_Tree()
362 phydbl Dist_Red(matrix *mat, int x, phydbl lx, int y, phydbl ly, int i, phydbl lamda) in Dist_Red()
447 int Bionj_Br_Length_Post(t_node *a, t_node *d, matrix *mat) in Bionj_Br_Length_Post()
458 phydbl lx, ly, vxy,lamda; in Bionj_Br_Length_Post() local
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_tri_focal_tensor.hxx477 Type ly in get_constraint_lines_image1() local
501 Type ly in get_constraint_lines_image1() local
525 Type ly in get_constraint_lines_image1() local
548 Type ly in get_constraint_lines_image1() local
571 Type ly in get_constraint_lines_image1() local
594 Type ly in get_constraint_lines_image1() local
617 Type ly in get_constraint_lines_image1() local
640 Type ly in get_constraint_lines_image1() local
663 Type ly in get_constraint_lines_image1() local
699 Type ly in get_constraint_lines_image2() local
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A DNaa2TlvConverter.cpp113 int ly = srcRas->getSize().ly; in setSourceImage() local
171 const int ly = m_regionRas->getLy(); in separateRegions() local
296 const int ly = m_regionRas->getLy(); in computeLinks() local
339 int ly = m_regionRas->getLy(); in findBackgroundRegions() local
372 int ly = m_regionRas->getLy(); in findRegionBorders() local
414 int ly = m_regionRas->getLy(); in erodeRegions() local
614 int ly = m_regionRas->getLy(); in findThinPaints() local
685 int d = std::max(lx, ly); in findSuspectInks() local
715 int ly = m_regionRas->getLy(); in assignColorTypes() local
877 int ly = m_regionRas->getLy(); in measureThickness() local
[all …]
H A Dautoadjust.cpp87 int lx, ly, wrap; in get_virtual_buffer() local
128 int lx, ly, wrap; in black_eq_algo() local
131 int d, dd, m; in black_eq_algo() local
251 int lx, ly, wrap; in build_lw() local
254 int d, dd; in build_lw() local
468 int lx, ly, wrap, true_lx, true_ly; in build_gr_cum() local
872 int lx, ly, wrap; in histo_l_algo() local
873 int x, y, grey, ref_grey, m, d, dd; in histo_l_algo() local
1041 int lx, ly, wrap, x, y, hgrey, width; in build_th_histo() local
1284 int lx, ly, wrap, outwrap_bytes, outwrap_pix; in thresh_image() local
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/
H A Dbid_sqrt_macros.h42 BINARY80 lx, ly, l64; in short_sqrt128() local
57 long double d; member
164 int_double f64, ly; in short_sqrt128() local
258 int_double f64, ly; in bid_long_sqrt128() local
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/test/Isl/Ast/
H A Dreduction_different_reduction_clauses.ll32 %add = add nsw i32 %tmp, %i.0
33 store i32 %add, i32* %sum1, align 4
/dports/math/miracl/miracl-5.6/
H A Dmrarth0.c45 int i,lx,ly,lz,la; in mr_padd() local
143 int i,lx,ly; in mr_psub() local
200 static void mr_select(_MIPD_ big x,int d,big y,big z) in mr_select()
/dports/devel/z88dk/z88dk/include/
H A Dbgi.h175 #define bar3d(a,b,c,d,e,f) bar(a,b,c,d) argument
186 #define arc(a,b,c,d,e) ellipse(a,b,360-(d),360-(c),e,e) argument
195 #define imagesize(lx,ly,rx,ry) (((rx-lx)*GFXSCALEX/8+1)*(ry-ly)*GFXSCALEY+2) argument
197 #define getimage(lx,ly,rx,ry,i) {} argument
198 #define putimage(lx,ly,i,putmode) putsprite(putmode,lx*GFXSCALEX,ly*GFXSCALEY,i); argument
204 #define rectangle(a,b,c,d) drawb(a,b,(c)-(a),(d)-(b)) argument
206 #define bar3d(a,b,c,d,e,f) bar(a,b,c,d) argument
212 #define line(a,b,c,d) draw(a,b,c,d) argument
223 #define imagesize(lx,ly,rx,ry) ((((rx)-(lx))/8+1)*((ry)-(ly))+2) argument
225 #define getimage(lx,ly,rx,ry,i) {} argument
[all …]
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dgen1.c250 fix_rfrac(GEN x, long d) in fix_rfrac()
270 gred_rfrac2_i(GEN n, GEN d) in gred_rfrac2_i()
366 long c,d,e,r,rx,ry; in addpp() local
410 long tx,vy,py,d,r,e; in addQp() local
508 long i, ly = lg(y); in add_pol_scal() local
530 long i, j, ly; in add_ser_scal() local
917 GEN n, d; in gadd() local
974 long ly, i; in mul_ser_scal() local
1317 long ly; in gmul() local
1836 long ly = lg(y); in div_scal_pol() local
[all …]

12345678910>>...36