Home
last modified time | relevance | path

Searched refs:rbounds (Results 1 – 25 of 70) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/intern/cycles/bvh/
H A Dbvh_params.h182 return rbounds; in bounds()
186 return __float_as_int(rbounds.min.w); in prim_index()
190 return __float_as_int(rbounds.max.w); in prim_object()
217 BoundBox rbounds;
232 rbounds.min.w = __int_as_float(0); in BVHRange()
233 rbounds.max.w = __int_as_float(0); in BVHRange()
239 rbounds.max.w = __int_as_float(size_); in BVHRange()
256 return rbounds; in bounds()
264 return __float_as_int(rbounds.min.w); in start()
268 return __float_as_int(rbounds.max.w); in size()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/
H A DControlHandler.cs121 Rect rbounds = new Rect (); in ProcessEvent()
123 GetRegionBounds (rgn, ref rbounds); in ProcessEvent()
125 bounds.origin.x = rbounds.left; in ProcessEvent()
126 bounds.origin.y = rbounds.top; in ProcessEvent()
127 bounds.size.width = rbounds.right - rbounds.left; in ProcessEvent()
128 bounds.size.height = rbounds.bottom - rbounds.top; in ProcessEvent()
/dports/x11/libX11/libX11-1.7.2/src/xkb/
H A DXKBGeom.c156 XkbBoundsPtr bounds, rbounds; in XkbComputeSectionBounds() local
165 rbounds = &row->bounds; in XkbComputeSectionBounds()
167 row->top + rbounds->y1); in XkbComputeSectionBounds()
169 row->top + rbounds->y2); in XkbComputeSectionBounds()
179 rbounds = &shape->bounds; in XkbComputeSectionBounds()
186 rbounds = &tbounds; in XkbComputeSectionBounds()
190 rbounds = &shape->bounds; in XkbComputeSectionBounds()
194 rbounds = &shape->bounds; in XkbComputeSectionBounds()
199 rbounds = &tbounds; in XkbComputeSectionBounds()
202 _XkbCheckBounds(bounds, rbounds->x1, rbounds->y1); in XkbComputeSectionBounds()
[all …]
/dports/net/drawterm/drawterm/gui-osx/
H A Dscreen.c720 CGRect rbounds; in screenload() local
721 rbounds.size.width = r.max.x - r.min.x; in screenload()
722 rbounds.size.height = r.max.y - r.min.y; in screenload()
723 rbounds.origin.x = r.min.x; in screenload()
724 rbounds.origin.y = r.min.y; in screenload()
732 CGImageRef subimg = CGImageCreateWithImageInRect(fullScreenImage, rbounds); in screenload()
735 rbounds.origin.y = winRect.bottom - winRect.top - r.min.y - rbounds.size.height; in screenload()
736 CGContextDrawImage(context, rbounds, subimg); in screenload()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c291 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
515 rbounds = (PartitionRangeBound **) in RelationBuildPartitionDesc()
561 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
739 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
741 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
744 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
756 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
760 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c291 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
515 rbounds = (PartitionRangeBound **) in RelationBuildPartitionDesc()
561 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
739 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
741 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
744 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
756 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
760 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c291 PartitionRangeBound **rbounds = NULL;
515 rbounds = (PartitionRangeBound **)
561 rbounds[k++] = all_bounds[i];
739 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE)
741 datumCopy(rbounds[i]->datums[j],
744 boundinfo->kind[i][j] = rbounds[i]->kind[j];
756 if (rbounds[i]->lower)
760 int orig_index = rbounds[i]->index;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c291 PartitionRangeBound **rbounds = NULL;
515 rbounds = (PartitionRangeBound **)
561 rbounds[k++] = all_bounds[i];
739 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE)
741 datumCopy(rbounds[i]->datums[j],
744 boundinfo->kind[i][j] = rbounds[i]->kind[j];
756 if (rbounds[i]->lower)
760 int orig_index = rbounds[i]->index;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c291 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
515 rbounds = (PartitionRangeBound **) in RelationBuildPartitionDesc()
561 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
739 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
741 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
744 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
756 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
760 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c291 PartitionRangeBound **rbounds = NULL;
515 rbounds = (PartitionRangeBound **)
561 rbounds[k++] = all_bounds[i];
739 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE)
741 datumCopy(rbounds[i]->datums[j],
744 boundinfo->kind[i][j] = rbounds[i]->kind[j];
756 if (rbounds[i]->lower)
760 int orig_index = rbounds[i]->index;
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c291 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
515 rbounds = (PartitionRangeBound **) in RelationBuildPartitionDesc()
561 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
739 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
741 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
744 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
756 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
760 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dfocus_ring.cc145 SkRRect rbounds; in OnPaint() local
153 } else if (path.isRRect(&rbounds)) { in OnPaint()
154 canvas->sk_canvas()->drawRRect(RingRectFromPathRect(rbounds), paint); in OnPaint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dfocus_ring.cc156 SkRRect rbounds; in OnPaint() local
164 } else if (path.isRRect(&rbounds)) { in OnPaint()
165 canvas->sk_canvas()->drawRRect(RingRectFromPathRect(rbounds), paint); in OnPaint()
/dports/graphics/embree/embree-3.13.2/kernels/builders/
H A Dheuristic_strand_array.h102 BBox3fa lbounds = empty, rbounds = empty; in find() local
114 else { rnum++; rbounds.extend(bounds(space1,prim)); } in find()
124 const float sah = madd(float(lblocks),halfArea(lbounds),float(rblocks)*halfArea(rbounds)); in find()
/dports/math/R-cran-Matching/Matching/
H A DDESCRIPTION15 Suggests: parallel, rgenoud (>= 2.12), rbounds
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/catalog/
H A Dpartition.c174 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
413 rbounds = (PartitionRangeBound **) palloc(ndatums * in RelationBuildPartitionDesc()
419 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
535 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
537 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
540 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
552 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
556 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/catalog/
H A Dpartition.c174 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
413 rbounds = (PartitionRangeBound **) palloc(ndatums * in RelationBuildPartitionDesc()
419 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
535 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
537 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
540 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
552 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
556 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/catalog/
H A Dpartition.c174 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
413 rbounds = (PartitionRangeBound **) palloc(ndatums * in RelationBuildPartitionDesc()
419 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
535 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
537 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
540 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
552 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
556 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/catalog/
H A Dpartition.c174 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
413 rbounds = (PartitionRangeBound **) palloc(ndatums * in RelationBuildPartitionDesc()
419 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
535 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
537 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
540 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
552 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
556 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/catalog/
H A Dpartition.c174 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
413 rbounds = (PartitionRangeBound **) palloc(ndatums * in RelationBuildPartitionDesc()
419 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
535 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
537 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
540 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
552 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
556 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/catalog/
H A Dpartition.c174 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
413 rbounds = (PartitionRangeBound **) palloc(ndatums * in RelationBuildPartitionDesc()
419 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
535 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
537 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
540 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
552 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
556 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/catalog/
H A Dpartition.c174 PartitionRangeBound **rbounds = NULL; in RelationBuildPartitionDesc() local
413 rbounds = (PartitionRangeBound **) palloc(ndatums * in RelationBuildPartitionDesc()
419 rbounds[k++] = all_bounds[i]; in RelationBuildPartitionDesc()
535 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in RelationBuildPartitionDesc()
537 datumCopy(rbounds[i]->datums[j], in RelationBuildPartitionDesc()
540 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in RelationBuildPartitionDesc()
552 if (rbounds[i]->lower) in RelationBuildPartitionDesc()
556 int orig_index = rbounds[i]->index; in RelationBuildPartitionDesc()
/dports/graphics/nanort/nanort-b1feea8/examples/embree-api/include/embree2/
H A Drtcore_builder.h93 …ldPrimitive& prim, unsigned dim, float pos, RTCBounds& lbounds, RTCBounds& rbounds, void* userPtr);
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c470 PartitionRangeBound **rbounds = NULL; in create_range_bounds() local
528 rbounds = (PartitionRangeBound **) in create_range_bounds()
573 rbounds[k++] = all_bounds[i]; in create_range_bounds()
613 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE) in create_range_bounds()
615 datumCopy(rbounds[i]->datums[j], in create_range_bounds()
618 boundinfo->kind[i][j] = rbounds[i]->kind[j]; in create_range_bounds()
629 if (rbounds[i]->lower) in create_range_bounds()
633 int orig_index = rbounds[i]->index; in create_range_bounds()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c470 PartitionRangeBound **rbounds = NULL;
528 rbounds = (PartitionRangeBound **)
573 rbounds[k++] = all_bounds[i];
613 if (rbounds[i]->kind[j] == PARTITION_RANGE_DATUM_VALUE)
615 datumCopy(rbounds[i]->datums[j],
618 boundinfo->kind[i][j] = rbounds[i]->kind[j];
629 if (rbounds[i]->lower)
633 int orig_index = rbounds[i]->index;

123