Home
last modified time | relevance | path

Searched refs:scale (Results 12101 – 12125 of 169482) sorted by relevance

1...<<481482483484485486487488489490>>...6780

/dports/math/suitesparse-btf/SuiteSparse-5.10.1/SLIP_LU/Source/
H A DSLIP_matrix_copy.c98 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
127 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
262 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
393 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
423 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
476 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
560 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
630 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/glib/demo/
H A Drender.c37 gdouble scale; member
141 width = demo->slice.width * demo->scale; in pgd_render_start()
143 x = demo->slice.x * demo->scale; in pgd_render_start()
144 y = demo->slice.y * demo->scale; in pgd_render_start()
148 x = demo->slice.y * demo->scale; in pgd_render_start()
149 y = demo->slice.x * demo->scale; in pgd_render_start()
175 if (demo->scale != 1.0) in pgd_render_start()
176 cairo_scale (cr, demo->scale, demo->scale); in pgd_render_start()
205 demo->scale, in pgd_render_start()
213 demo->scale, in pgd_render_start()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/mockfiles/qt5/
H A DLightGizmo.qml93 scale: Qt.vector3d(lightGizmo.fadeScale, lightGizmo.fadeScale, lightGizmo.fadeScale)
100 … position: lightGizmo.targetNode instanceof PointLight ? Qt.vector3d(-pointModel.scale.x, 0, 0)
140 scale: Qt.vector3d(coneXYScale, coneXYScale,
155 scale: Qt.vector3d(coneXYScale, coneXYScale,
164 … lightGizmo.targetNode instanceof SpotLight ? Qt.vector3d(0, spotModel.scale.y, -spotModel.scale.z)
190 ….targetNode instanceof SpotLight ? Qt.vector3d(0, -spotInnerModel.scale.y, -spotInnerModel.scale.z)
217 …o.targetNode instanceof SpotLight ? Qt.vector3d(spotModel.scale.x / 2, 0, -spotInnerModel.scale.z …
247 scale: areaParts.visible ? Qt.vector3d(lightGizmo.targetNode.width / 2,
249 .times(lightGizmo.targetNode.scale)
304 scale: autoScaler.getScale(Qt.vector3d(50, 50, 50))
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/reftests/xul/
H A Dreftest-stylo.list69 skip-if((B2G&&browserIsRemote)||Mulet) == object-fit-scale-down-png-001.xul object-fit-scale-down-p…
70 skip-if((B2G&&browserIsRemote)||Mulet) == object-fit-scale-down-png-002.xul object-fit-scale-down-p…
71 skip-if((B2G&&browserIsRemote)||Mulet) == object-fit-scale-down-svg-001.xul object-fit-scale-down-s…
72 skip-if((B2G&&browserIsRemote)||Mulet) == object-fit-scale-down-svg-002.xul object-fit-scale-down-s…
73 skip-if((B2G&&browserIsRemote)||Mulet) == object-fit-scale-down-svg-003.xul object-fit-scale-down-s…
74 skip-if((B2G&&browserIsRemote)||Mulet) == object-fit-scale-down-svg-004.xul object-fit-scale-down-s…
75 skip-if((B2G&&browserIsRemote)||Mulet) == object-fit-scale-down-svg-005.xul object-fit-scale-down-s…
76 skip-if((B2G&&browserIsRemote)||Mulet) == object-fit-scale-down-svg-006.xul object-fit-scale-down-s…
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/notebooks/
H A Dgee_score_test_simulation.ipynb44 "def negbinom(u, mu, scale):\n",
45 " p = (scale - 1) / scale\n",
118 …e of the negative binomial distribution for each observation is equal to `scale` times its mean va…
128 "scale = 10"
189 " y = negbinom(u, mu=mu[hyp], scale=scale)\n",
193 " r0 = m0.fit(scale='X2')\n",
194 " scales[0].append(r0.scale)\n",
198 " r1 = m1.fit(scale='X2')\n",
199 " scales[1].append(r1.scale)\n",
240 …"Next we check to make sure that the scale parameter estimates are reasonable. We are assessing th…
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go43 scale fixed.Int26_6 member
85 func (g *GlyphBuf) Load(f *Font, scale fixed.Int26_6, i Index, h font.Hinting) error {
92 g.scale = scale
98 if err := g.hinter.init(f, scale); err != nil {
123 if fixed.Int26_6(hdmx[0]) == scale>>6 {
223 pp1x = g.font.scale(g.scale * (boundsXMin - uhm.LeftSideBearing))
424 dx = g.font.scale(g.scale * dx)
425 dy = g.font.scale(g.scale * dy)
495 p.X = g.font.scale(g.scale * p.X)
496 p.Y = g.font.scale(g.scale * p.Y)
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/misc/
H A Dquantize_face_detector.py40 def scale(x, name): function
77 scale = layer.blobs[2].flatten()
81 hasWeights = scale.shape != (1,)
84 mean /= scale[0]
85 std /= scale[0]
106 data_scale = scale(data_bn, 'data_scale')
114 conv1_scale_h = scale(conv1_bn_h, 'conv1_scale_h')
131 layer_128_1_scale2 = scale(layer_128_1_bn2, 'layer_128_1_scale2')
138 layer_256_1_scale1 = scale(layer_256_1_bn1, 'layer_256_1_scale1')
146 layer_256_1_scale2 = scale(layer_256_1_bn2, 'layer_256_1_scale2')
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/
H A DLayer.cpp195 TransformOperator(float offset, float scale): in TransformOperator()
197 _scale(scale) {} in TransformOperator()
211 bool ImageLayer::transform(float offset, float scale) in transform() argument
323 bool ContourLayer::transform(float offset, float scale) in transform() argument
335 value.r() = offset + value.r()* scale; in transform()
336 value.g() = offset + value.g()* scale; in transform()
337 value.b() = offset + value.b()* scale; in transform()
338 value.a() = offset + value.a()* scale; in transform()
434 bool HeightFieldLayer::transform(float offset, float scale) in transform() argument
447 *itr = offset + (*itr) * scale; in transform()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/
H A DLayer.cpp195 TransformOperator(float offset, float scale):
197 _scale(scale) {}
211 bool ImageLayer::transform(float offset, float scale)
323 bool ContourLayer::transform(float offset, float scale)
335 value.r() = offset + value.r()* scale;
336 value.g() = offset + value.g()* scale;
337 value.b() = offset + value.b()* scale;
338 value.a() = offset + value.a()* scale;
434 bool HeightFieldLayer::transform(float offset, float scale)
447 *itr = offset + (*itr) * scale;
[all …]
/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dmath_extra_kokkos.h92 v[0] *= scale; in norm3()
93 v[1] *= scale; in norm3()
94 v[2] *= scale; in norm3()
105 ans[0] = v[0]*scale; in normalize3()
106 ans[1] = v[1]*scale; in normalize3()
107 ans[2] = v[2]*scale; in normalize3()
118 v[0] *= scale; in snorm3()
119 v[1] *= scale; in snorm3()
120 v[2] *= scale; in snorm3()
131 ans[0] = v[0]*scale; in snormalize3()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/gui/Pages/
H A DSalomeActors.py223 scale = 1.5 * self.radius
224 self.labelActor.SetScale(scale, scale, scale)
243 scale = 1.5 * self.radius
244 self.labelActor.SetScale(scale, scale, scale)
310 scale = 7.5 * self.radius
311 self.labelActor.SetScale(scale, scale, scale)
334 scale = 1.5 * self.radius
335 self.labelActor.SetScale(scale, scale, scale)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go43 scale fixed.Int26_6 member
85 func (g *GlyphBuf) Load(f *Font, scale fixed.Int26_6, i Index, h font.Hinting) error {
92 g.scale = scale
98 if err := g.hinter.init(f, scale); err != nil {
123 if fixed.Int26_6(hdmx[0]) == scale>>6 {
222 pp1x = g.font.scale(g.scale * (boundsXMin - uhm.LeftSideBearing))
419 dx = g.font.scale(g.scale * dx)
420 dy = g.font.scale(g.scale * dy)
490 p.X = g.font.scale(g.scale * p.X)
491 p.Y = g.font.scale(g.scale * p.Y)
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/SLIP_LU/Source/
H A DSLIP_matrix_copy.c98 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
127 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
262 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
393 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
423 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
476 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
560 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
630 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/SLIP_LU/Source/
H A DSLIP_matrix_copy.c98 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
127 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
262 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
393 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
423 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
476 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
560 SLIP_mpq_set(C->scale, Y->scale); in SLIP_matrix_copy()
630 SLIP_X (A), A->type, nz, C->scale, A->scale, option)) ; in SLIP_matrix_copy()
/dports/www/mod_qos/mod_qos-11.66/tools/src/
H A Dqspng.c491 scale = 0.1; in qs_png_draw()
493 while((peak / scale) > height) { in qs_png_draw()
494 if(scale < 8) { in qs_png_draw()
495 scale = scale * 2; in qs_png_draw()
497 if(scale == 8) { in qs_png_draw()
498 scale = 10; in qs_png_draw()
500 scale = scale * 10; in qs_png_draw()
509 for(y=0; y<(max_req[x]/scale); y++) { in qs_png_draw()
517 for(y=0; y<(req[x]/scale); y++) { in qs_png_draw()
556 ret = scale * height; in qs_png_draw()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsrendercontext.cpp246 ctx.setRendererScale( mapSettings.scale() ); in fromMapSettings()
378 const double mup = scale.computeMapUnitsPerPixel( *this ); in convertToPainterUnits()
413 if ( scale.minSizeMMEnabled ) in convertToPainterUnits()
414 convertedSize = std::max( convertedSize, scale.minSizeMM * mScaleFactor ); in convertToPainterUnits()
415 if ( scale.maxSizeMMEnabled ) in convertToPainterUnits()
474 if ( scale.minSizeMMEnabled ) in convertToMapUnits()
476 minSizeMU = scale.minSizeMM * mScaleFactor * mup; in convertToMapUnits()
478 if ( !qgsDoubleNear( scale.minScale, 0.0 ) ) in convertToMapUnits()
485 if ( scale.maxSizeMMEnabled ) in convertToMapUnits()
487 maxSizeMU = scale.maxSizeMM * mScaleFactor * mup; in convertToMapUnits()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dboxes.cpp65 uint16 scale; member
76 uint32 scale; member
229 ptr->v8.scale = TO_LE_32(scale); in setBoxScale()
233 ptr->old.scale = TO_LE_16(scale); in setBoxScale()
251 int scale; in getScale() local
256 scale = FROM_LE_32(ptr->v8.scale); in getScale()
258 scale = READ_LE_UINT16(&ptr->old.scale); in getScale()
274 int scale; in getScaleFromSlot() local
301 scale = 1; in getScaleFromSlot()
413 int scale; in convertScaleTableToScaleSlot()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Didentify.c440 const char *name,const double scale, in PrintChannelStatistics() argument
507 scale, in IdentifyImage() local
819 scale=1.0; in IdentifyImage()
832 scale,channel_statistics); in IdentifyImage()
834 scale,channel_statistics); in IdentifyImage()
836 scale,channel_statistics); in IdentifyImage()
842 scale,channel_statistics); in IdentifyImage()
844 scale,channel_statistics); in IdentifyImage()
846 scale,channel_statistics); in IdentifyImage()
848 scale,channel_statistics); in IdentifyImage()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Didentify.c440 const char *name,const double scale, in PrintChannelStatistics() argument
507 scale, in IdentifyImage() local
819 scale=1.0; in IdentifyImage()
832 scale,channel_statistics); in IdentifyImage()
834 scale,channel_statistics); in IdentifyImage()
836 scale,channel_statistics); in IdentifyImage()
842 scale,channel_statistics); in IdentifyImage()
844 scale,channel_statistics); in IdentifyImage()
846 scale,channel_statistics); in IdentifyImage()
848 scale,channel_statistics); in IdentifyImage()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dboxes.cpp65 uint16 scale; member
76 uint32 scale; member
229 ptr->v8.scale = TO_LE_32(scale); in setBoxScale()
233 ptr->old.scale = TO_LE_16(scale); in setBoxScale()
251 int scale; in getScale() local
256 scale = FROM_LE_32(ptr->v8.scale); in getScale()
258 scale = READ_LE_UINT16(&ptr->old.scale); in getScale()
274 int scale; in getScaleFromSlot() local
301 scale = 1; in getScaleFromSlot()
413 int scale; in convertScaleTableToScaleSlot()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/develop/
H A Dtiling.c558 oroi->x += (iroi->x - iroi_probe.x) * oroi->scale / iroi->scale; in _fit_output_to_input_roi()
559 oroi->y += (iroi->y - iroi_probe.y) * oroi->scale / iroi->scale; in _fit_output_to_input_roi()
560 oroi->width += (iroi->width - iroi_probe.width) * oroi->scale / iroi->scale; in _fit_output_to_input_roi()
561 oroi->height += (iroi->height - iroi_probe.height) * oroi->scale / iroi->scale; in _fit_output_to_input_roi()
642 height = floorf(height * scale); in _default_process_tiling_ptp()
646 width = floorf(width * scale); in _default_process_tiling_ptp()
858 …float fullscale = fmax(roi_in->scale / roi_out->scale, sqrtf(((float)roi_in->width * roi_in->heigh… in _default_process_tiling_roi()
911 height = floorf(height * scale); in _default_process_tiling_roi()
915 width = floorf(width * scale); in _default_process_tiling_roi()
1261 width = floorf(width * scale); in _default_process_tiling_cl_ptp()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/develop/
H A Dtiling.c558 oroi->x += (iroi->x - iroi_probe.x) * oroi->scale / iroi->scale; in _fit_output_to_input_roi()
559 oroi->y += (iroi->y - iroi_probe.y) * oroi->scale / iroi->scale; in _fit_output_to_input_roi()
560 oroi->width += (iroi->width - iroi_probe.width) * oroi->scale / iroi->scale; in _fit_output_to_input_roi()
561 oroi->height += (iroi->height - iroi_probe.height) * oroi->scale / iroi->scale; in _fit_output_to_input_roi()
640 height = floorf(height * scale); in _default_process_tiling_ptp()
644 width = floorf(width * scale); in _default_process_tiling_ptp()
857 …float fullscale = fmax(roi_in->scale / roi_out->scale, sqrtf(((float)roi_in->width * roi_in->heigh… in _default_process_tiling_roi()
908 height = floorf(height * scale); in _default_process_tiling_roi()
912 width = floorf(width * scale); in _default_process_tiling_roi()
1255 width = floorf(width * scale); in _default_process_tiling_cl_ptp()
[all …]
/dports/cad/gerbv/gerbv-2.7.0/src/
H A Dgerber.c144 double scale; in gerber_parse_file_segment() local
155 scale = 25.4; in gerber_parse_file_segment()
157 scale = 1.0; in gerber_parse_file_segment()
312 x_scale *= scale; in gerber_parse_file_segment()
313 y_scale *= scale; in gerber_parse_file_segment()
1203 gdouble scale = 1.0; in parse_rs274x() local
1207 scale = 25.4; in parse_rs274x()
2059 sam->parameter[1]/=scale; in simplify_aperture_macro()
2060 sam->parameter[2]/=scale; in simplify_aperture_macro()
2061 sam->parameter[3]/=scale; in simplify_aperture_macro()
[all …]
/dports/audio/lingot/lingot-1.0.1/po/
H A Des.po139 #: ../src/lingot-config-scale.c:84
143 #: ../src/lingot-config-scale.c:84
147 #: ../src/lingot-config-scale.c:84
151 #: ../src/lingot-config-scale.c:84
155 #: ../src/lingot-config-scale.c:84
159 #: ../src/lingot-config-scale.c:84
163 #: ../src/lingot-config-scale.c:85
201 msgid "Error opening scale file."
209 msgid "Error opening scale file"
331 "per scale is a good option)."
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/plot/
H A Dplotcanvas.py1909 shift = (-p1 * scale + self.plotbox_origin
1912 self._pointScale = scale / self._pointSize
1916 graphics.scaleAndShift(scale, shift)
2209 def _setPrinterScale(self, scale): argument
2212 self.printerScale = scale
2533 y1 = scale[1] * p1[1] + shift[1]
2534 y2 = scale[1] * p2[1] + shift[1]
2536 dc.DrawLine(scale[0] * p1[0] + shift[0],
2541 x1 = scale[0] * p1[0] + shift[0]
2542 x2 = scale[0] * p2[0] + shift[0]
[all …]

1...<<481482483484485486487488489490>>...6780