Home
last modified time | relevance | path

Searched refs:lof (Results 1 – 25 of 1656) sorted by relevance

12345678910>>...67

/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_iterator_class_regular.c139 double idir, lof,lol; in init() local
160 if (lof > lol){ in init()
161 idir=(lof-lol)/(nap-1); in init()
164 idir=(lof+360.0-lol)/(nap-1); in init()
168 if (lol > lof){ in init()
169 idir=(lol-lof)/(nap-1); in init()
172 idir=(lol+360.0-lof)/(nap-1); in init()
180 if (lof+(nap-2)*idir>360) lof-=360; in init()
181 else if ( (lof+(nap-1)*idir)-360 > epsilon ){ in init()
194 self->los[loi] = lof; in init()
[all …]
H A Dgrib_iterator_class_latlon_reduced.c111 double lof,tlof; in init() local
132 if(( ret = grib_get_double_internal(h,longoffirst, &lof))) return ret; in init()
152 if ( 360-fabs(lol-lof) < 2 * dimin ) {dlon=360; islocal=0;} in init()
153 else if (lol < lof) { in init()
156 dlon=lol + 360.0 - lof; in init()
159 else {dlon=lol-lof; islocal=1;} in init()
165 tlof=lof; in init()
H A Dgrib_accessor_class_g1area.c53 const char* lof; member
142 self->lof = grib_arguments_get_name(a->parent->h,c,n++); in init()
156 ret = grib_set_double_internal(a->parent->h, self->lof,val[1]); in pack_double()
181 ret = grib_get_double_internal(a->parent->h, self->lof,val++); in unpack_double()
205 double laf,lof,lal,lol; in unpack_string() local
209 ret = grib_get_double_internal(a->parent->h, self->lof,&lof); in unpack_string()
223 sprintf(val,"N:%3.5f W:%3.5f S:%3.5f E:%3.5f",((float)laf),((float)lof),((float)lal),((float)lol)); in unpack_string()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/
H A DTestRW.cs308 static void testListOfGet(ListOf lof, SBase s) in testListOfGet() argument
312 lof.append(s); in testListOfGet()
313 SBase c = lof.get(0); in testListOfGet()
319 else if ( c is Event ) { Event x = (lof as ListOfEvents).get(0); c = x; } in testListOfGet()
324 else if ( c is Rule ) { Rule x = (lof as ListOfRules).get(0); c = x; } in testListOfGet()
329 else if ( c is Unit ) { Unit x = (lof as ListOfUnits).get(0); c = x; } in testListOfGet()
355 static void testListOfRemove(ListOf lof, SBase s) in testListOfRemove() argument
359 lof.append(s); in testListOfRemove()
360 SBase c = lof.get(0); in testListOfRemove()
371 else if ( c is Rule ) { Rule x = (lof as ListOfRules).remove(0); c = x; } in testListOfRemove()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/
H A DTestRW.cs308 static void testListOfGet(ListOf lof, SBase s) in testListOfGet() argument
312 lof.append(s); in testListOfGet()
313 SBase c = lof.get(0); in testListOfGet()
319 else if ( c is Event ) { Event x = (lof as ListOfEvents).get(0); c = x; } in testListOfGet()
324 else if ( c is Rule ) { Rule x = (lof as ListOfRules).get(0); c = x; } in testListOfGet()
329 else if ( c is Unit ) { Unit x = (lof as ListOfUnits).get(0); c = x; } in testListOfGet()
355 static void testListOfRemove(ListOf lof, SBase s) in testListOfRemove() argument
359 lof.append(s); in testListOfRemove()
360 SBase c = lof.get(0); in testListOfRemove()
371 else if ( c is Rule ) { Rule x = (lof as ListOfRules).remove(0); c = x; } in testListOfRemove()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-outlier/src/main/resources/META-INF/elki/
H A Dde.lmu.ifi.dbs.elki.algorithm.DistanceBasedAlgorithm16 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LOF de.lmu.ifi.dbs.elki.algorithm.outlier.LOF
17 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.parallel.ParallelLOF
18 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.COF
19 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.INFLO de.lmu.ifi.dbs.elki.algorithm.outlier.INFLO
20 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.KDEOS
21 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LDF de.lmu.ifi.dbs.elki.algorithm.outlier.LDF
22 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LDOF de.lmu.ifi.dbs.elki.algorithm.outlier.LDOF
23 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LOCI de.lmu.ifi.dbs.elki.algorithm.outlier.LOCI
24 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.SimplifiedLOF de.lmu.ifi.dbs.elki.algorithm.outlier.Simpl…
25 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.parallel.ParallelSimplifiedLOF
[all …]
H A Dde.lmu.ifi.dbs.elki.algorithm.Algorithm21 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LOF de.lmu.ifi.dbs.elki.algorithm.outlier.LOF
22 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.parallel.ParallelLOF
24 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.COF
25 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.FlexibleLOF
27 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.KDEOS
28 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LDF de.lmu.ifi.dbs.elki.algorithm.outlier.LDF
29 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LDOF de.lmu.ifi.dbs.elki.algorithm.outlier.LDOF
30 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LOCI de.lmu.ifi.dbs.elki.algorithm.outlier.LOCI
31 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LoOP de.lmu.ifi.dbs.elki.algorithm.outlier.LoOP
34 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.parallel.ParallelSimplifiedLOF
[all …]
H A Dde.lmu.ifi.dbs.elki.algorithm.outlier.OutlierAlgorithm21 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LOF de.lmu.ifi.dbs.elki.algorithm.outlier.LOF
22 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.parallel.ParallelLOF
24 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.COF
25 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.FlexibleLOF
27 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.KDEOS
28 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LDF de.lmu.ifi.dbs.elki.algorithm.outlier.LDF
29 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LDOF de.lmu.ifi.dbs.elki.algorithm.outlier.LDOF
30 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LOCI de.lmu.ifi.dbs.elki.algorithm.outlier.LOCI
31 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.LoOP de.lmu.ifi.dbs.elki.algorithm.outlier.LoOP
34 de.lmu.ifi.dbs.elki.algorithm.outlier.lof.parallel.ParallelSimplifiedLOF
[all …]
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Ddiff.go129 func isHeader(lof string, inHunk bool) bool {
130 …return strings.HasPrefix(lof, cmdDiffHead) || (!inHunk && (strings.HasPrefix(lof, "---") || string…
155 lof := scanner.Text()
158 if isHeader(lof, inHunk) {
159 if strings.HasPrefix(lof, cmdDiffHead) {
162 hunk = append(hunk, lof)
169 if strings.HasPrefix(lof, "@@") {
176 submatches := hunkRegex.FindStringSubmatch(lof)
201 hunk = append(hunk, lof)
206 hunk = append(hunk, lof)
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_REGUS.cxx189 …else {TopTools_ListOfShape lof; lof.Append(f); mymapeFs.Bind(e,lof); mymapeFsstatic.Bind(e,lof in MapS() local
199 Standard_Integer nf = lof.Extent(); in MapS()
379 TopOpeBRepTool_TOOL::Remove(lof,f); in SplitFaces()
380 lof.Append(fsp); in SplitFaces()
383 Standard_Integer nf = lof.Extent(); in SplitFaces()
562 myf = lof.First(); in InitBlock()
599 const TopTools_ListOfShape& lof = mymapeFs.Find(e); Standard_Integer nf = lof.Extent(); in NextinBlock() local
604 if (lof.Extent() == 1) myf = lof.First(); in NextinBlock()
645 const TopTools_ListOfShape& lof = mymapeFs.Find(e); Standard_Integer nf = lof.Extent(); in NextinBlock() local
651 if (nf == 1) myf = lof.First(); in NextinBlock()
[all …]
/dports/devel/ipython5/ipython-5.10.0/setupext/
H A Dinstall_data_ext.py53 for lof in self.data_files:
54 if lof[0]:
55 base = getattr(self, 'install_' + lof[0])
58 dir = convert_path(lof[1])
65 files = lof[2]
/dports/devel/ipython/ipython-7.29.0/setupext/
H A Dinstall_data_ext.py53 for lof in self.data_files:
54 if lof[0]:
55 base = getattr(self, 'install_' + lof[0])
58 dir = convert_path(lof[1])
65 files = lof[2]
/dports/math/spooles-mpich/spooles.2.2/Eigen/doc/
H A Dmain.aux4 \@writefile{lof}{\addvspace {10\p@ }}
8 \@writefile{lof}{\addvspace {10\p@ }}
18 \@writefile{lof}{\addvspace {10\p@ }}
28 \@writefile{lof}{\addvspace {10\p@ }}
38 \@writefile{lof}{\addvspace {10\p@ }}
42 \@writefile{lof}{\addvspace {10\p@ }}
46 \@writefile{lof}{\addvspace {10\p@ }}
/dports/math/spooles/spooles.2.2/Eigen/doc/
H A Dmain.aux4 \@writefile{lof}{\addvspace {10\p@ }}
8 \@writefile{lof}{\addvspace {10\p@ }}
18 \@writefile{lof}{\addvspace {10\p@ }}
28 \@writefile{lof}{\addvspace {10\p@ }}
38 \@writefile{lof}{\addvspace {10\p@ }}
42 \@writefile{lof}{\addvspace {10\p@ }}
46 \@writefile{lof}{\addvspace {10\p@ }}
/dports/math/spooles-mpich/spooles.2.2_SHARED/Eigen/doc/
H A Dmain.aux4 \@writefile{lof}{\addvspace {10\p@ }}
8 \@writefile{lof}{\addvspace {10\p@ }}
18 \@writefile{lof}{\addvspace {10\p@ }}
28 \@writefile{lof}{\addvspace {10\p@ }}
38 \@writefile{lof}{\addvspace {10\p@ }}
42 \@writefile{lof}{\addvspace {10\p@ }}
46 \@writefile{lof}{\addvspace {10\p@ }}
/dports/math/spooles/spooles.2.2_SHARED/Eigen/doc/
H A Dmain.aux4 \@writefile{lof}{\addvspace {10\p@ }}
8 \@writefile{lof}{\addvspace {10\p@ }}
18 \@writefile{lof}{\addvspace {10\p@ }}
28 \@writefile{lof}{\addvspace {10\p@ }}
38 \@writefile{lof}{\addvspace {10\p@ }}
42 \@writefile{lof}{\addvspace {10\p@ }}
46 \@writefile{lof}{\addvspace {10\p@ }}
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/doc/users_guide/
H A Dguide.aux3 \@writefile{lof}{\addvspace {10pt}}
12 \@writefile{lof}{\addvspace {10pt}}
21 \@writefile{lof}{\contentsline {figure}{\numberline {2.1}{\ignorespaces A linear B-spline (order 2)…
24 \@writefile{lof}{\contentsline {figure}{\numberline {2.2}{\ignorespaces Linear B-splines of with mu…
34 \@writefile{lof}{\contentsline {figure}{\numberline {2.6}{\ignorespaces The cubic B-spline curve wi…
40 \@writefile{lof}{\contentsline {figure}{\numberline {2.8}{\ignorespaces A quadratic B-spline curve …
44 \@writefile{lof}{\contentsline {figure}{\numberline {2.9}{\ignorespaces A B-spline surface and its…
46 \@writefile{lof}{\contentsline {figure}{\numberline {2.10}{\ignorespaces A basis function of degre…
50 \@writefile{lof}{\addvspace {10pt}}
115 \@writefile{lof}{\addvspace {10pt}}
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_iterator_class_latlon_reduced.c112 double lof, tlof; in init() local
134 if ((ret = grib_get_double_internal(h, longoffirst, &lof))) in init()
161 if (360 - fabs(lol - lof) < 2 * dimin) { in init()
165 else if (lol < lof) { in init()
168 dlon = lol + 360.0 - lof; in init()
172 dlon = lol - lof; in init()
181 tlof = lof; in init()
H A Dgrib_accessor_class_g1area.c54 const char* lof; member
149 self->lof = grib_arguments_get_name(grib_handle_of_accessor(a), c, n++); in init()
162 ret = grib_set_double_internal(grib_handle_of_accessor(a), self->lof, val[1]); in pack_double()
193 ret = grib_get_double_internal(grib_handle_of_accessor(a), self->lof, val++); in unpack_double()
221 double laf, lof, lal, lol; in unpack_string() local
226 ret = grib_get_double_internal(grib_handle_of_accessor(a), self->lof, &lof); in unpack_string()
241 …sprintf(val, "N:%3.5f W:%3.5f S:%3.5f E:%3.5f", ((float)laf), ((float)lof), ((float)lal), ((float)… in unpack_string()
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/manuals/en/main/
H A Dcdp.aux5 \@writefile{lof}{\addvspace {10\p@ }}
8 \@writefile{lof}{\contentsline {xchapter}{Using Bacula{} \acl {CDP}}{499}{chapter.46}\protected@fil…
16 \@writefile{lof}{\contentsline {figure}{\numberline {46.1}{\ignorespaces \acs {CDP} Example\relax }…
27 \@writefile{lof}{\contentsline {figure}{\numberline {46.2}{\ignorespaces Open \acs {CDP} Client\rel…
30 \@writefile{lof}{\contentsline {figure}{\numberline {46.3}{\ignorespaces CDP Client Window\relax }}…
32 \@writefile{lof}{\contentsline {figure}{\numberline {46.4}{\ignorespaces Watching a Folder\relax }}…
34 \@writefile{lof}{\contentsline {figure}{\numberline {46.5}{\ignorespaces Result\relax }}{502}{figur…
37 \@writefile{lof}{\contentsline {figure}{\numberline {46.6}{\ignorespaces Result\relax }}{503}{figur…
40 \@writefile{lof}{\contentsline {figure}{\numberline {46.7}{\ignorespaces Job Files\relax }}{504}{fi…
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/qedi/
H A Dqedi_debugfs.c100 struct qedi_list_of_funcs *lof = qedi_dbg_do_not_recover_ops; in qedi_dbg_do_not_recover_cmd_write() local
105 while (lof) { in qedi_dbg_do_not_recover_cmd_write()
106 if (!(lof->oper_str)) in qedi_dbg_do_not_recover_cmd_write()
109 if (!strncmp(lof->oper_str, buffer, strlen(lof->oper_str))) { in qedi_dbg_do_not_recover_cmd_write()
110 cnt = lof->oper_func(qedi_dbg); in qedi_dbg_do_not_recover_cmd_write()
114 lof++; in qedi_dbg_do_not_recover_cmd_write()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/qedi/
H A Dqedi_debugfs.c100 struct qedi_list_of_funcs *lof = qedi_dbg_do_not_recover_ops; in qedi_dbg_do_not_recover_cmd_write() local
105 while (lof) { in qedi_dbg_do_not_recover_cmd_write()
106 if (!(lof->oper_str)) in qedi_dbg_do_not_recover_cmd_write()
109 if (!strncmp(lof->oper_str, buffer, strlen(lof->oper_str))) { in qedi_dbg_do_not_recover_cmd_write()
110 cnt = lof->oper_func(qedi_dbg); in qedi_dbg_do_not_recover_cmd_write()
114 lof++; in qedi_dbg_do_not_recover_cmd_write()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/qedi/
H A Dqedi_debugfs.c100 struct qedi_list_of_funcs *lof = qedi_dbg_do_not_recover_ops; in qedi_dbg_do_not_recover_cmd_write() local
105 while (lof) { in qedi_dbg_do_not_recover_cmd_write()
106 if (!(lof->oper_str)) in qedi_dbg_do_not_recover_cmd_write()
109 if (!strncmp(lof->oper_str, buffer, strlen(lof->oper_str))) { in qedi_dbg_do_not_recover_cmd_write()
110 cnt = lof->oper_func(qedi_dbg); in qedi_dbg_do_not_recover_cmd_write()
114 lof++; in qedi_dbg_do_not_recover_cmd_write()
/dports/math/spooles/spooles.2.2/documentation/FrontTrees/
H A Dmain.aux33 \@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces A $3 \times 4$ 9-point grid w…
46 \@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces R2D100: randomly triangulated…
50 \@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Vertex elimination tree for R…
58 \@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces Top: vertex elimination tree …
60 \@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces Block structure of $L$ with t…
62 \@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces Top: fundamental supernode tr…
64 \@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces Block structure of $L$ with t…
68 \@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces Left: tree after the large su…
70 \@writefile{lof}{\contentsline {figure}{\numberline {9}{\ignorespaces Block structure of $L$ with t…
/dports/math/spooles-mpich/spooles.2.2_SHARED/documentation/FrontTrees/
H A Dmain.aux33 \@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces A $3 \times 4$ 9-point grid w…
46 \@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces R2D100: randomly triangulated…
50 \@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Vertex elimination tree for R…
58 \@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces Top: vertex elimination tree …
60 \@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces Block structure of $L$ with t…
62 \@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces Top: fundamental supernode tr…
64 \@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces Block structure of $L$ with t…
68 \@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces Left: tree after the large su…
70 \@writefile{lof}{\contentsline {figure}{\numberline {9}{\ignorespaces Block structure of $L$ with t…

12345678910>>...67