Home
last modified time | relevance | path

Searched refs:maxp (Results 1 – 25 of 2017) sorted by relevance

12345678910>>...81

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ots/src/
H A Dmaxp.cc18 font->maxp = maxp; in ots_maxp_parse()
33 if (!maxp->num_glyphs) { in ots_maxp_parse()
38 maxp->version_1 = true; in ots_maxp_parse()
58 maxp->max_zones = 1; in ots_maxp_parse()
62 maxp->max_zones = 2; in ots_maxp_parse()
65 if ((maxp->max_zones != 1) && (maxp->max_zones != 2)) { in ots_maxp_parse()
69 maxp->version_1 = false; in ots_maxp_parse()
76 return font->maxp != NULL; in ots_maxp_should_serialise()
80 const OpenTypeMAXP *maxp = font->maxp; in ots_maxp_serialise() local
115 font->maxp = other->maxp; in ots_maxp_reuse()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dmaxp.c21 font->maxp = XCALLOC1 (MAXP); in ttfInitMAXP()
30 maxp->version = ttfGetFixed(fp); in ttfLoadMAXP()
31 maxp->numGlyphs = ttfGetUSHORT(fp); in ttfLoadMAXP()
32 maxp->maxPoints = ttfGetUSHORT(fp); in ttfLoadMAXP()
33 maxp->maxContours = ttfGetUSHORT(fp); in ttfLoadMAXP()
36 maxp->maxZones = ttfGetUSHORT(fp); in ttfLoadMAXP()
38 maxp->maxStorage = ttfGetUSHORT(fp); in ttfLoadMAXP()
47 void ttfPrintMAXP(FILE *fp,MAXPPtr maxp) in ttfPrintMAXP() argument
51 FixedSplit(maxp->version,b); in ttfPrintMAXP()
72 void ttfFreeMAXP(MAXPPtr maxp) in ttfFreeMAXP() argument
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwxc/
H A Dnwxc_c_opt.F102 integer maxp ! the maximum number of points in a batch
103 parameter (maxp = 16)
104 type(nwad_dble)::funcl(maxp)
105 type(nwad_dble)::rhol(maxp,2)
106 type(nwad_dble)::rgammal(maxp,3)
122 do iq = 1, nq, maxp
123 iqt = min(nq,iq+maxp-1)
144 call nwxc_c_pw91lda(tol_rho,1,maxp,fac,rhol,funcl)
182 call nwxc_c_pw91lda(tol_rho,2,maxp,fac,rhol,funcl)
205 do iq = 1, nq, maxp
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwxc/
H A Dnwxc_c_opt.F102 integer maxp ! the maximum number of points in a batch
103 parameter (maxp = 16)
104 type(nwad_dble)::funcl(maxp)
105 type(nwad_dble)::rhol(maxp,2)
106 type(nwad_dble)::rgammal(maxp,3)
122 do iq = 1, nq, maxp
123 iqt = min(nq,iq+maxp-1)
144 call nwxc_c_pw91lda(tol_rho,1,maxp,fac,rhol,funcl)
182 call nwxc_c_pw91lda(tol_rho,2,maxp,fac,rhol,funcl)
205 do iq = 1, nq, maxp
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dloadfile_aout.c92 paddr_t minp, maxp; in loadfile_aout() local
128 maxp += sizeof(*x); in loadfile_aout()
164 BZERO(maxp, size); in loadfile_aout()
168 maxp += size; in loadfile_aout()
196 maxp += x->a_data; in loadfile_aout()
205 BZERO(maxp, x->a_bss); in loadfile_aout()
209 maxp += x->a_bss; in loadfile_aout()
220 aoutp = maxp; in loadfile_aout()
246 maxp += x->a_syms; in loadfile_aout()
267 maxp += sizeof(cc); in loadfile_aout()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_c_opt.F62 parameter (maxp = 16)
63 double precision funcl(maxp)
64 double precision rhol(maxp,2)
65 double precision rgammal(maxp,3)
66 double precision Amatl(maxp,2)
67 double precision Cmatl(maxp,3)
77 do iq = 1, nq, maxp
78 iqt = min(nq,iq+maxp-1)
83 call dfill(maxp,0.0d0,funcl,1)
133 do iq = 1, nq, maxp
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_c_opt.F62 parameter (maxp = 16)
63 double precision funcl(maxp)
64 double precision rhol(maxp,2)
65 double precision rgammal(maxp,3)
66 double precision Amatl(maxp,2)
67 double precision Cmatl(maxp,3)
77 do iq = 1, nq, maxp
78 iqt = min(nq,iq+maxp-1)
83 call dfill(maxp,0.0d0,funcl,1)
133 do iq = 1, nq, maxp
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/test/
H A Dverify_maxp.cc42 if (maxp == NULL) { in VerifyMAXP()
46 EXPECT_EQ(maxp->TableVersion(), Fixed1616::Fixed(1, 0)); in VerifyMAXP()
47 EXPECT_EQ(maxp->NumGlyphs(), MAXP_NUM_GLYPHS); in VerifyMAXP()
48 EXPECT_EQ(maxp->MaxPoints(), MAXP_MAX_POINTS); in VerifyMAXP()
49 EXPECT_EQ(maxp->MaxContours(), MAXP_MAX_CONTOURS); in VerifyMAXP()
52 EXPECT_EQ(maxp->MaxZones(), MAXP_MAX_ZONES); in VerifyMAXP()
53 EXPECT_EQ(maxp->MaxTwilightPoints(), MAXP_MAX_TWILIGHT_POINTS); in VerifyMAXP()
54 EXPECT_EQ(maxp->MaxStorage(), MAXP_MAX_STORAGE); in VerifyMAXP()
55 EXPECT_EQ(maxp->MaxFunctionDefs(), MAXP_MAX_FUNCTION_DEFS); in VerifyMAXP()
58 EXPECT_EQ(maxp->MaxStackElements(), MAXP_MAX_STACK_ELEMENTS); in VerifyMAXP()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/test/
H A Dverify_maxp.cc42 if (maxp == NULL) { in VerifyMAXP()
46 EXPECT_EQ(maxp->TableVersion(), Fixed1616::Fixed(1, 0)); in VerifyMAXP()
47 EXPECT_EQ(maxp->NumGlyphs(), MAXP_NUM_GLYPHS); in VerifyMAXP()
48 EXPECT_EQ(maxp->MaxPoints(), MAXP_MAX_POINTS); in VerifyMAXP()
49 EXPECT_EQ(maxp->MaxContours(), MAXP_MAX_CONTOURS); in VerifyMAXP()
52 EXPECT_EQ(maxp->MaxZones(), MAXP_MAX_ZONES); in VerifyMAXP()
53 EXPECT_EQ(maxp->MaxTwilightPoints(), MAXP_MAX_TWILIGHT_POINTS); in VerifyMAXP()
54 EXPECT_EQ(maxp->MaxStorage(), MAXP_MAX_STORAGE); in VerifyMAXP()
55 EXPECT_EQ(maxp->MaxFunctionDefs(), MAXP_MAX_FUNCTION_DEFS); in VerifyMAXP()
58 EXPECT_EQ(maxp->MaxStackElements(), MAXP_MAX_STACK_ELEMENTS); in VerifyMAXP()
[all …]
/dports/math/randlib/source/randlib.f/test/
H A Dtstgmn.f43 INTEGER p,maxp,ldxcov
44 PARAMETER (maxp=10)
46 REAL mean(p),xcovar(ldxcov,p),rcovar(maxp,maxp)
47 REAL answer(1000,maxp)
50 REAL rmean(maxp),rvar(maxp),onecov
155 INTEGER maxp
156 PARAMETER (maxp=10)
171 REAL answer(1000,maxp),ccovar(maxp,maxp),covar(maxp,maxp),
172 + mean(maxp),param(500),temp(maxp),var(maxp),work(maxp)
206 DO 25,i = 1,maxp
[all …]
/dports/math/octave/octave-6.4.0/liboctave/external/ranlib/
H A Dtstgmn.for42 C INTEGER p,maxp
45 C REAL mean(p),xcovar(p,p),rcovar(maxp,maxp)
46 REAL mean(p),xcovar(ldxcov,p),rcovar(maxp,maxp)
49 C REAL rmean(maxp),rvar(maxp)
50 REAL rmean(maxp),rvar(maxp),onecov
155 INTEGER maxp variable
161 C PARAMETER (p2=maxp*maxp)
169 C REAL answer(1000,maxp),ccovar(p2),covar(p2),mean(maxp),param(500),
170 C + temp(maxp),var(maxp),work(maxp)
171 REAL answer(1000,maxp),ccovar(maxp,maxp),covar(maxp,maxp),
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/src/
H A Dglyf.cc102 if (this->maxp->version_1 && in ParseSimpleGlyph()
103 num_flags > this->maxp->max_points) { in ParseSimpleGlyph()
105 this->maxp->max_points = num_flags; in ParseSimpleGlyph()
113 if (this->maxp->version_1 && in ParseSimpleGlyph()
163 if (gid >= this->maxp->num_glyphs) { in ParseCompositeGlyph()
216 if (this->maxp->version_1 && in ParseCompositeGlyph()
241 if (!maxp || !loca || !head) { in Parse()
245 this->maxp = maxp; in Parse()
351 this->maxp->max_c_points = in Parse()
420 } else if (this->maxp->version_1 && in TraverseComponentsCountingPoints()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/src/
H A Dglyf.cc102 if (this->maxp->version_1 && in ParseSimpleGlyph()
103 num_flags > this->maxp->max_points) { in ParseSimpleGlyph()
105 this->maxp->max_points = num_flags; in ParseSimpleGlyph()
113 if (this->maxp->version_1 && in ParseSimpleGlyph()
163 if (gid >= this->maxp->num_glyphs) { in ParseCompositeGlyph()
216 if (this->maxp->version_1 && in ParseCompositeGlyph()
241 if (!maxp || !loca || !head) { in Parse()
245 this->maxp = maxp; in Parse()
351 this->maxp->max_c_points = in Parse()
420 } else if (this->maxp->version_1 && in TraverseComponentsCountingPoints()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dgeomsearch.cpp42 maxp.X()=max2((*points)[elem.PNum(i)].P()(0),maxp.X()); in ElemMaxExt()
43 maxp.Y()=max2((*points)[elem.PNum(i)].P()(1),maxp.Y()); in ElemMaxExt()
44 maxp.Z()=max2((*points)[elem.PNum(i)].P()(2),maxp.Z()); in ElemMaxExt()
77 Point3d maxp, minp; in Create() local
85 MaxCoords(maxp, maxext); in Create()
86 midext+=maxp-minp; in Create()
154 Point3d minp, maxp; in AddElem() local
155 ElemMaxExt(minp, maxp, elem); in AddElem()
183 Point3d minp, maxp, midp; in GetLocals() local
186 maxp=p0+Vec3d(xh,xh,xh); in GetLocals()
[all …]
/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Dgeomsearch.cpp42 maxp.X()=max2((*points)[elem.PNum(i)].P()(0),maxp.X()); in ElemMaxExt()
43 maxp.Y()=max2((*points)[elem.PNum(i)].P()(1),maxp.Y()); in ElemMaxExt()
44 maxp.Z()=max2((*points)[elem.PNum(i)].P()(2),maxp.Z()); in ElemMaxExt()
77 Point3d maxp, minp; in Create() local
85 MaxCoords(maxp, maxext); in Create()
86 midext+=maxp-minp; in Create()
154 Point3d minp, maxp; in AddElem() local
155 ElemMaxExt(minp, maxp, elem); in AddElem()
183 Point3d minp, maxp, midp; in GetLocals() local
186 maxp=p0+Vec3d(xh,xh,xh); in GetLocals()
[all …]
/dports/www/firefox/firefox-99.0/gfx/ots/src/
H A Dglyf.cc102 if (this->maxp->version_1 && in ParseSimpleGlyph()
103 num_flags > this->maxp->max_points) { in ParseSimpleGlyph()
105 this->maxp->max_points = num_flags; in ParseSimpleGlyph()
113 if (this->maxp->version_1 && in ParseSimpleGlyph()
163 if (gid >= this->maxp->num_glyphs) { in ParseCompositeGlyph()
216 if (this->maxp->version_1 && in ParseCompositeGlyph()
241 if (!maxp || !loca || !head) { in Parse()
245 this->maxp = maxp; in Parse()
351 this->maxp->max_c_points = in Parse()
420 } else if (this->maxp->version_1 && in TraverseComponentsCountingPoints()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/src/
H A Dglyf.cc102 if (this->maxp->version_1 && in ParseSimpleGlyph()
103 num_flags > this->maxp->max_points) { in ParseSimpleGlyph()
105 this->maxp->max_points = num_flags; in ParseSimpleGlyph()
113 if (this->maxp->version_1 && in ParseSimpleGlyph()
163 if (gid >= this->maxp->num_glyphs) { in ParseCompositeGlyph()
216 if (this->maxp->version_1 && in ParseCompositeGlyph()
241 if (!maxp || !loca || !head) { in Parse()
245 this->maxp = maxp; in Parse()
351 this->maxp->max_c_points = in Parse()
420 } else if (this->maxp->version_1 && in TraverseComponentsCountingPoints()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dgeomsearch.cpp42 maxp.X()=max2((*points)[elem.PNum(i)].P()(0),maxp.X()); in ElemMaxExt()
43 maxp.Y()=max2((*points)[elem.PNum(i)].P()(1),maxp.Y()); in ElemMaxExt()
44 maxp.Z()=max2((*points)[elem.PNum(i)].P()(2),maxp.Z()); in ElemMaxExt()
77 Point3d maxp, minp; in Create() local
85 MaxCoords(maxp, maxext); in Create()
86 midext+=maxp-minp; in Create()
154 Point3d minp, maxp; in AddElem() local
155 ElemMaxExt(minp, maxp, elem); in AddElem()
183 Point3d minp, maxp, midp; in GetLocals() local
186 maxp=p0+Vec3d(xh,xh,xh); in GetLocals()
[all …]
/dports/x11-fonts/ots/ots-8.1.4/src/
H A Dglyf.cc102 if (this->maxp->version_1 && in ParseSimpleGlyph()
103 num_flags > this->maxp->max_points) { in ParseSimpleGlyph()
105 this->maxp->max_points = num_flags; in ParseSimpleGlyph()
113 if (this->maxp->version_1 && in ParseSimpleGlyph()
163 if (gid >= this->maxp->num_glyphs) { in ParseCompositeGlyph()
216 if (this->maxp->version_1 && in ParseCompositeGlyph()
241 if (!maxp || !loca || !head) { in Parse()
245 this->maxp = maxp; in Parse()
351 this->maxp->max_c_points = in Parse()
420 } else if (this->maxp->version_1 && in TraverseComponentsCountingPoints()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/macros/Linear/
H A DINTEGRAL_m.sci55 if size(maxp,"*")==1 then
56 maxp=maxp*ones(x0),
64 elseif or(maxp<=lowp) then
67 elseif or(x0>maxp)|or(x0<lowp) then
76 if size(maxp,"*")==1 then
77 maxp=maxp*ones(x0)+%i*(maxp*ones(x0)),
85 elseif or(real(maxp)<=real(lowp))| or(imag(maxp)<=imag(lowp)) then
88 …elseif or(real(x0)>real(maxp))|or(real(x0)<real(lowp))| or(imag(x0)>imag(maxp))|or(imag(x0)<imag(l…
92 rpar=[real(maxp(:));real(lowp(:));imag(maxp(:));imag(lowp(:))]
132 maxp=1;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/src/
H A Dglyf.cc102 if (this->maxp->version_1 && in ParseSimpleGlyph()
103 num_flags > this->maxp->max_points) { in ParseSimpleGlyph()
105 this->maxp->max_points = num_flags; in ParseSimpleGlyph()
113 if (this->maxp->version_1 && in ParseSimpleGlyph()
162 if (gid >= this->maxp->num_glyphs) { in ParseCompositeGlyph()
215 if (this->maxp->version_1 && in ParseCompositeGlyph()
239 if (!maxp || !loca || !head) { in Parse()
243 this->maxp = maxp; in Parse()
349 this->maxp->max_c_points = in Parse()
418 } else if (this->maxp->version_1 && in TraverseComponentsCountingPoints()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/octree/src/utils/
H A Dboxutils.hpp47 …static bool checkIfNodeInsideSphere(const float3& minp, const float3& maxp, const float3& c, float… in checkIfNodeInsideSphere() argument
58 float d2_zmax = (maxp.z - c.z) * (maxp.z - c.z); in checkIfNodeInsideSphere()
63 float d2_ymax = (maxp.y - c.y) * (maxp.y - c.y); in checkIfNodeInsideSphere()
71 float d2_xmax = (maxp.x - c.x) * (maxp.x - c.x); in checkIfNodeInsideSphere()
89 …static bool checkIfNodeOutsideSphere(const float3& minp, const float3& maxp, const float3& c, floa… in checkIfNodeOutsideSphere() argument
91 if (maxp.x < (c.x - r) || maxp.y < (c.y - r) || maxp.z < (c.z - r)) in checkIfNodeOutsideSphere()
/dports/databases/db18/db-18.1.40/src/common/
H A Ddb_idspace.c44 __db_idspace(inuse, n, minp, maxp) in __db_idspace() argument
47 u_int32_t *minp, *maxp;
60 if (inuse[0] != *maxp)
62 *maxp = inuse[0] - 1;
76 if ((*maxp - inuse[n - 1]) + (inuse[0] - *minp) > gap) {
78 if (inuse[n - 1] != *maxp)
80 *maxp = inuse[0] - 1;
83 *maxp = inuse[low + 1] - 1;
/dports/databases/db5/db-5.3.28/src/common/
H A Ddb_idspace.c44 __db_idspace(inuse, n, minp, maxp) in __db_idspace() argument
47 u_int32_t *minp, *maxp;
60 if (inuse[0] != *maxp)
62 *maxp = inuse[0] - 1;
76 if ((*maxp - inuse[n - 1]) + (inuse[0] - *minp) > gap) {
78 if (inuse[n - 1] != *maxp)
80 *maxp = inuse[0] - 1;
83 *maxp = inuse[low + 1] - 1;
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_prop_wtrest.F15 write(lfn,1001) maxp,nsum,nsumt
19 write(lfn,1003) (psum(i),i=1,maxp)
20 write(lfn,1003) (p2sum(i),i=1,maxp)
21 write(lfn,1003) (pslop(i),i=1,maxp)
22 write(lfn,1003) (psumt(i),i=1,maxp)
23 write(lfn,1003) (p2sumt(i),i=1,maxp)
24 write(lfn,1003) (pslopt(i),i=1,maxp)

12345678910>>...81