Home
last modified time | relevance | path

Searched refs:sindex (Results 1 – 25 of 1559) sorted by relevance

12345678910>>...63

/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/tests/
H A Dtest_sindex.py33 d.sindex
37 d.sindex
42 s.sindex
46 s.sindex
52 assert not s.sindex
53 assert len(s.sindex) == 0
57 assert s.sindex.size == 1
66 assert not s.sindex
194 tree = first.sindex
201 tree = second.sindex
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DBandMergeOpImage.java249 for ( int sindex = 0, db = 0; sindex < nSrcs; sindex++ ) { in byteLoop()
253 pas[sindex].getComponents(sources[sindex], in byteLoop()
256 pas[sindex].getPixels(sources[sindex], in byteLoop()
326 for ( int sindex = 0, db = 0; sindex < nSrcs; sindex++ ) { in shortLoop()
333 pas[sindex].getPixels(sources[sindex], in shortLoop()
396 for ( int sindex = 0, db = 0; sindex < nSrcs; sindex++ ) { in intLoop()
403 pas[sindex].getPixels(sources[sindex], in intLoop()
467 for ( int sindex = 0, db = 0; sindex < nSrcs; sindex++ ) { in floatLoop()
474 pas[sindex].getPixels(sources[sindex], in floatLoop()
537 for ( int sindex = 0, db = 0; sindex < nSrcs; sindex++ ) { in doubleLoop()
[all …]
/dports/biology/freebayes/freebayes-1.3.5/ttmath/
H A Dttmathparser.h828 result = stack[sindex].value; in Round()
853 result = ttmath::Log(stack[sindex].value, stack[sindex+2].value, &err); in Log()
881 result = stack[sindex].value; in Max()
900 result = stack[sindex].value; in Min()
975 result = stack[sindex].value; in Mod()
1056 result = ttmath::DegToRad( stack[sindex].value, stack[sindex+2].value, in DegToRad()
1088 result = ttmath::DegToDeg( stack[sindex].value, stack[sindex+2].value, in DegToDeg()
1135 result = ttmath::DegToGrad( stack[sindex].value, stack[sindex+2].value, in DegToGrad()
1257 result = ttmath::Root(stack[sindex].value, stack[sindex+2].value, &err); in Root()
1323 result = stack[sindex].value; in BitAnd()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DClustering.cpp19 ClusteredPoints cluster(Index3D &sindex, in cluster() argument
53 for(auto it = sindex.begin(); it != sindex.end();) { in cluster()
58 for(auto& c : cluster) sindex.remove(c); in cluster()
59 it = sindex.begin(); in cluster()
79 sindex.query( in distance_queryfn()
100 Index3D sindex; in cluster() local
105 return cluster(sindex, max_points, in cluster()
120 Index3D sindex; in cluster() local
125 return cluster(sindex, max_points, in cluster()
139 Index3D sindex; in cluster() local
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/postscript/tr2post/
H A DBgetfield.c19 int sindex = 0; in Bskipws() local
25 sindex++; in Bskipws()
31 --sindex; in Bskipws()
33 return(sindex); in Bskipws()
78 switch (sindex++) { in Bgetfield()
108 switch (sindex++) { in Bgetfield()
134 sindex++; in Bgetfield()
143 sindex++; in Bgetfield()
144 return(sindex); in Bgetfield()
152 if (r < 0 && sindex == 0) in Bgetfield()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/ReferenceSources/
H A DCompareInfo.cs94 return s.IndexOfUnchecked (c, sindex, count); in internal_index_switch()
97 internal_index_managed (s, sindex, count, c, opt, first) : in internal_index_switch()
98 internal_index (s, sindex, count, c, opt, first); in internal_index_switch()
104 return s1.IndexOfUnchecked (s2, sindex, count); in internal_index_switch()
107 internal_index_managed (s1, sindex, count, s2, opt, first) : in internal_index_switch()
108 internal_index (s1, sindex, count, s2, opt, first); in internal_index_switch()
129 GetCollator ().IndexOf (s, c, sindex, count, opt) : in internal_index_managed()
130 GetCollator ().LastIndexOf (s, c, sindex, count, opt); in internal_index_managed()
136 GetCollator ().IndexOf (s1, s2, sindex, count, opt) : in internal_index_managed()
137 GetCollator ().LastIndexOf (s1, s2, sindex, count, opt); in internal_index_managed()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Dsarray.c96 struct sindex **the_index; in sarray_at_put()
97 struct sindex *new_index; in sarray_at_put()
144 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
155 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
209 struct sindex **new_indices; in sarray_new()
225 new_indices = (struct sindex **) in sarray_new()
228 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
292 struct sindex **new_indices; in sarray_realloc()
293 struct sindex **old_indices; in sarray_realloc()
388 struct sindex **old_indices; in sarray_free()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Dsarray.c96 struct sindex **the_index; in sarray_at_put()
97 struct sindex *new_index; in sarray_at_put()
144 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
155 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
209 struct sindex **new_indices; in sarray_new()
225 new_indices = (struct sindex **) in sarray_new()
228 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
292 struct sindex **new_indices; in sarray_realloc()
293 struct sindex **old_indices; in sarray_realloc()
388 struct sindex **old_indices; in sarray_free()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libobjc/
H A Dsarray.c102 struct sindex **the_index; in sarray_at_put()
103 struct sindex *new_index; in sarray_at_put()
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
215 struct sindex **new_indices; in sarray_new()
231 new_indices = (struct sindex **) in sarray_new()
234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
297 struct sindex **new_indices; in sarray_realloc()
298 struct sindex **old_indices; in sarray_realloc()
391 struct sindex **old_indices; in sarray_free()
[all …]

12345678910>>...63