Home
last modified time | relevance | path

Searched refs:hbounds (Results 1 – 25 of 41) sorted by relevance

12

/dports/science/smoldyn/smoldyn-2.67/examples/S97_libsmoldyn/
H A Dtest1.c26 double hbounds[2]; in main() local
35 hbounds[0] = 50.0; in main()
36 hbounds[1] = 50.0; in main()
38 sim = smolNewSim(2,lbounds,hbounds); in main()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c284 PartitionHashBound **hbounds = NULL; in RelationBuildPartitionDesc() local
351 hbounds = (PartitionHashBound **) in RelationBuildPartitionDesc()
363 hbounds[i] = (PartitionHashBound *) in RelationBuildPartitionDesc()
366 hbounds[i]->modulus = spec->modulus; in RelationBuildPartitionDesc()
367 hbounds[i]->remainder = spec->remainder; in RelationBuildPartitionDesc()
368 hbounds[i]->index = i; in RelationBuildPartitionDesc()
634 int modulus = hbounds[i]->modulus; in RelationBuildPartitionDesc()
635 int remainder = hbounds[i]->remainder; in RelationBuildPartitionDesc()
650 mapping[hbounds[i]->index] = i; in RelationBuildPartitionDesc()
651 pfree(hbounds[i]); in RelationBuildPartitionDesc()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c284 PartitionHashBound **hbounds = NULL; in RelationBuildPartitionDesc() local
351 hbounds = (PartitionHashBound **) in RelationBuildPartitionDesc()
363 hbounds[i] = (PartitionHashBound *) in RelationBuildPartitionDesc()
366 hbounds[i]->modulus = spec->modulus; in RelationBuildPartitionDesc()
367 hbounds[i]->remainder = spec->remainder; in RelationBuildPartitionDesc()
368 hbounds[i]->index = i; in RelationBuildPartitionDesc()
634 int modulus = hbounds[i]->modulus; in RelationBuildPartitionDesc()
635 int remainder = hbounds[i]->remainder; in RelationBuildPartitionDesc()
650 mapping[hbounds[i]->index] = i; in RelationBuildPartitionDesc()
651 pfree(hbounds[i]); in RelationBuildPartitionDesc()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c284 PartitionHashBound **hbounds = NULL;
351 hbounds = (PartitionHashBound **)
363 hbounds[i] = (PartitionHashBound *)
366 hbounds[i]->modulus = spec->modulus;
367 hbounds[i]->remainder = spec->remainder;
368 hbounds[i]->index = i;
634 int modulus = hbounds[i]->modulus;
635 int remainder = hbounds[i]->remainder;
650 mapping[hbounds[i]->index] = i;
651 pfree(hbounds[i]);
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c284 PartitionHashBound **hbounds = NULL;
351 hbounds = (PartitionHashBound **)
363 hbounds[i] = (PartitionHashBound *)
366 hbounds[i]->modulus = spec->modulus;
367 hbounds[i]->remainder = spec->remainder;
368 hbounds[i]->index = i;
634 int modulus = hbounds[i]->modulus;
635 int remainder = hbounds[i]->remainder;
650 mapping[hbounds[i]->index] = i;
651 pfree(hbounds[i]);
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c284 PartitionHashBound **hbounds = NULL; in RelationBuildPartitionDesc() local
351 hbounds = (PartitionHashBound **) in RelationBuildPartitionDesc()
363 hbounds[i] = (PartitionHashBound *) in RelationBuildPartitionDesc()
366 hbounds[i]->modulus = spec->modulus; in RelationBuildPartitionDesc()
367 hbounds[i]->remainder = spec->remainder; in RelationBuildPartitionDesc()
368 hbounds[i]->index = i; in RelationBuildPartitionDesc()
634 int modulus = hbounds[i]->modulus; in RelationBuildPartitionDesc()
635 int remainder = hbounds[i]->remainder; in RelationBuildPartitionDesc()
650 mapping[hbounds[i]->index] = i; in RelationBuildPartitionDesc()
651 pfree(hbounds[i]); in RelationBuildPartitionDesc()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c284 PartitionHashBound **hbounds = NULL;
351 hbounds = (PartitionHashBound **)
363 hbounds[i] = (PartitionHashBound *)
366 hbounds[i]->modulus = spec->modulus;
367 hbounds[i]->remainder = spec->remainder;
368 hbounds[i]->index = i;
634 int modulus = hbounds[i]->modulus;
635 int remainder = hbounds[i]->remainder;
650 mapping[hbounds[i]->index] = i;
651 pfree(hbounds[i]);
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c284 PartitionHashBound **hbounds = NULL; in RelationBuildPartitionDesc() local
351 hbounds = (PartitionHashBound **) in RelationBuildPartitionDesc()
363 hbounds[i] = (PartitionHashBound *) in RelationBuildPartitionDesc()
366 hbounds[i]->modulus = spec->modulus; in RelationBuildPartitionDesc()
367 hbounds[i]->remainder = spec->remainder; in RelationBuildPartitionDesc()
368 hbounds[i]->index = i; in RelationBuildPartitionDesc()
634 int modulus = hbounds[i]->modulus; in RelationBuildPartitionDesc()
635 int remainder = hbounds[i]->remainder; in RelationBuildPartitionDesc()
650 mapping[hbounds[i]->index] = i; in RelationBuildPartitionDesc()
651 pfree(hbounds[i]); in RelationBuildPartitionDesc()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c229 PartitionHashBound **hbounds = NULL; in create_hash_bounds() local
242 hbounds = (PartitionHashBound **) in create_hash_bounds()
254 hbounds[i]->modulus = spec->modulus; in create_hash_bounds()
255 hbounds[i]->remainder = spec->remainder; in create_hash_bounds()
256 hbounds[i]->index = i; in create_hash_bounds()
264 greatest_modulus = hbounds[ndatums - 1]->modulus; in create_hash_bounds()
280 int modulus = hbounds[i]->modulus; in create_hash_bounds()
281 int remainder = hbounds[i]->remainder; in create_hash_bounds()
295 (*mapping)[hbounds[i]->index] = i; in create_hash_bounds()
296 pfree(hbounds[i]); in create_hash_bounds()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c229 PartitionHashBound **hbounds = NULL;
242 hbounds = (PartitionHashBound **)
254 hbounds[i]->modulus = spec->modulus;
255 hbounds[i]->remainder = spec->remainder;
256 hbounds[i]->index = i;
264 greatest_modulus = hbounds[ndatums - 1]->modulus;
280 int modulus = hbounds[i]->modulus;
281 int remainder = hbounds[i]->remainder;
295 (*mapping)[hbounds[i]->index] = i;
296 pfree(hbounds[i]);
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c229 PartitionHashBound **hbounds = NULL; in create_hash_bounds() local
242 hbounds = (PartitionHashBound **) in create_hash_bounds()
254 hbounds[i]->modulus = spec->modulus; in create_hash_bounds()
255 hbounds[i]->remainder = spec->remainder; in create_hash_bounds()
256 hbounds[i]->index = i; in create_hash_bounds()
264 greatest_modulus = hbounds[ndatums - 1]->modulus; in create_hash_bounds()
280 int modulus = hbounds[i]->modulus; in create_hash_bounds()
281 int remainder = hbounds[i]->remainder; in create_hash_bounds()
295 (*mapping)[hbounds[i]->index] = i; in create_hash_bounds()
296 pfree(hbounds[i]); in create_hash_bounds()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c229 PartitionHashBound **hbounds = NULL;
242 hbounds = (PartitionHashBound **)
254 hbounds[i]->modulus = spec->modulus;
255 hbounds[i]->remainder = spec->remainder;
256 hbounds[i]->index = i;
264 greatest_modulus = hbounds[ndatums - 1]->modulus;
280 int modulus = hbounds[i]->modulus;
281 int remainder = hbounds[i]->remainder;
295 (*mapping)[hbounds[i]->index] = i;
296 pfree(hbounds[i]);
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c229 PartitionHashBound **hbounds = NULL; in create_hash_bounds() local
242 hbounds = (PartitionHashBound **) in create_hash_bounds()
254 hbounds[i]->modulus = spec->modulus; in create_hash_bounds()
255 hbounds[i]->remainder = spec->remainder; in create_hash_bounds()
256 hbounds[i]->index = i; in create_hash_bounds()
264 greatest_modulus = hbounds[ndatums - 1]->modulus; in create_hash_bounds()
280 int modulus = hbounds[i]->modulus; in create_hash_bounds()
281 int remainder = hbounds[i]->remainder; in create_hash_bounds()
295 (*mapping)[hbounds[i]->index] = i; in create_hash_bounds()
296 pfree(hbounds[i]); in create_hash_bounds()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c229 PartitionHashBound **hbounds = NULL; in create_hash_bounds() local
242 hbounds = (PartitionHashBound **) in create_hash_bounds()
254 hbounds[i]->modulus = spec->modulus; in create_hash_bounds()
255 hbounds[i]->remainder = spec->remainder; in create_hash_bounds()
256 hbounds[i]->index = i; in create_hash_bounds()
264 greatest_modulus = hbounds[ndatums - 1]->modulus; in create_hash_bounds()
280 int modulus = hbounds[i]->modulus; in create_hash_bounds()
281 int remainder = hbounds[i]->remainder; in create_hash_bounds()
295 (*mapping)[hbounds[i]->index] = i; in create_hash_bounds()
296 pfree(hbounds[i]); in create_hash_bounds()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c229 PartitionHashBound **hbounds = NULL; in create_hash_bounds() local
242 hbounds = (PartitionHashBound **) in create_hash_bounds()
254 hbounds[i]->modulus = spec->modulus; in create_hash_bounds()
255 hbounds[i]->remainder = spec->remainder; in create_hash_bounds()
256 hbounds[i]->index = i; in create_hash_bounds()
264 greatest_modulus = hbounds[ndatums - 1]->modulus; in create_hash_bounds()
280 int modulus = hbounds[i]->modulus; in create_hash_bounds()
281 int remainder = hbounds[i]->remainder; in create_hash_bounds()
295 (*mapping)[hbounds[i]->index] = i; in create_hash_bounds()
296 pfree(hbounds[i]); in create_hash_bounds()
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go68 hbounds, _, _ := f.GlyphBounds('H')
74 CapHeight: -hbounds.Min.Y,
155 hbounds, _, _ := f.GlyphBounds('H')
161 CapHeight: -hbounds.Min.Y,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go68 hbounds, _, _ := f.GlyphBounds('H')
74 CapHeight: -hbounds.Min.Y,
155 hbounds, _, _ := f.GlyphBounds('H')
161 CapHeight: -hbounds.Min.Y,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go68 hbounds, _, _ := f.GlyphBounds('H')
74 CapHeight: -hbounds.Min.Y,
155 hbounds, _, _ := f.GlyphBounds('H')
161 CapHeight: -hbounds.Min.Y,
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go68 hbounds, _, _ := f.GlyphBounds('H')
74 CapHeight: -hbounds.Min.Y,
155 hbounds, _, _ := f.GlyphBounds('H')
161 CapHeight: -hbounds.Min.Y,
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/font/plan9font/
H A Dplan9font.go68 hbounds, _, _ := f.GlyphBounds('H')
74 CapHeight: -hbounds.Min.Y,
155 hbounds, _, _ := f.GlyphBounds('H')
161 CapHeight: -hbounds.Min.Y,
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go68 hbounds, _, _ := f.GlyphBounds('H')
74 CapHeight: -hbounds.Min.Y,
155 hbounds, _, _ := f.GlyphBounds('H')
161 CapHeight: -hbounds.Min.Y,
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go68 hbounds, _, _ := f.GlyphBounds('H')
74 CapHeight: -hbounds.Min.Y,
155 hbounds, _, _ := f.GlyphBounds('H')
161 CapHeight: -hbounds.Min.Y,
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibtexts.c3814 hbounds = 2; in Nlm_DialogText()
3818 hbounds = 3; in Nlm_DialogText()
3822 hbounds = 3; in Nlm_DialogText()
3867 hbounds = 0; in Nlm_HiddenText()
3912 hbounds = 2; in Nlm_SpecialText()
3916 hbounds = 3; in Nlm_SpecialText()
3920 hbounds = 3; in Nlm_SpecialText()
3965 hbounds = 2; in Nlm_PasswordText()
3969 hbounds = 3; in Nlm_PasswordText()
3973 hbounds = 3; in Nlm_PasswordText()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/python/scripts/
H A DpebblLoadGraph302 hbounds = []
328 line = getFloat(line,True,hbounds)
363 if abs(hbounds[i]) < 1e75 :
619 and time[i]<=endseconds and abs(hbounds[i]) < 1e75 :
621 y.append(hbounds[i])
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/partitioning/
H A Dpartbounds.c361 PartitionHashBound **hbounds = NULL; in create_hash_bounds() local
374 hbounds = (PartitionHashBound **) in create_hash_bounds()
386 hbounds[i]->modulus = spec->modulus; in create_hash_bounds()
387 hbounds[i]->remainder = spec->remainder; in create_hash_bounds()
388 hbounds[i]->index = i; in create_hash_bounds()
396 greatest_modulus = hbounds[ndatums - 1]->modulus; in create_hash_bounds()
412 int modulus = hbounds[i]->modulus; in create_hash_bounds()
413 int remainder = hbounds[i]->remainder; in create_hash_bounds()
427 (*mapping)[hbounds[i]->index] = i; in create_hash_bounds()
428 pfree(hbounds[i]); in create_hash_bounds()
[all …]

12