Home
last modified time | relevance | path

Searched refs:normalized (Results 26 – 50 of 13237) sorted by relevance

12345678910>>...530

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dformat_utils.c418 normalized = false; in _mesa_format_convert()
982 if (normalized) { in convert_float()
989 if (normalized) { in convert_float()
996 if (normalized) { in convert_float()
1003 if (normalized) { in convert_float()
1010 if (normalized) { in convert_float()
1017 if (normalized) { in convert_float()
1044 if (normalized) { in convert_half_float()
1051 if (normalized) { in convert_half_float()
1058 if (normalized) { in convert_half_float()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dformat_utils.c417 normalized = false; in _mesa_format_convert()
981 if (normalized) { in convert_float()
988 if (normalized) { in convert_float()
995 if (normalized) { in convert_float()
1002 if (normalized) { in convert_float()
1009 if (normalized) { in convert_float()
1016 if (normalized) { in convert_float()
1043 if (normalized) { in convert_half_float()
1050 if (normalized) { in convert_half_float()
1057 if (normalized) { in convert_half_float()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dformat_utils.c417 normalized = false; in _mesa_format_convert()
981 if (normalized) { in convert_float()
988 if (normalized) { in convert_float()
995 if (normalized) { in convert_float()
1002 if (normalized) { in convert_float()
1009 if (normalized) { in convert_float()
1016 if (normalized) { in convert_float()
1043 if (normalized) { in convert_half_float()
1050 if (normalized) { in convert_half_float()
1057 if (normalized) { in convert_half_float()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dformat_utils.c417 normalized = false; in _mesa_format_convert()
981 if (normalized) { in convert_float()
988 if (normalized) { in convert_float()
995 if (normalized) { in convert_float()
1002 if (normalized) { in convert_float()
1009 if (normalized) { in convert_float()
1016 if (normalized) { in convert_float()
1043 if (normalized) { in convert_half_float()
1050 if (normalized) { in convert_half_float()
1057 if (normalized) { in convert_half_float()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dformat_utils.c417 normalized = false; in _mesa_format_convert()
981 if (normalized) { in convert_float()
988 if (normalized) { in convert_float()
995 if (normalized) { in convert_float()
1002 if (normalized) { in convert_float()
1009 if (normalized) { in convert_float()
1016 if (normalized) { in convert_float()
1043 if (normalized) { in convert_half_float()
1050 if (normalized) { in convert_half_float()
1057 if (normalized) { in convert_half_float()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dformat_utils.c417 normalized = false; in _mesa_format_convert()
981 if (normalized) { in convert_float()
988 if (normalized) { in convert_float()
995 if (normalized) { in convert_float()
1002 if (normalized) { in convert_float()
1009 if (normalized) { in convert_float()
1016 if (normalized) { in convert_float()
1043 if (normalized) { in convert_half_float()
1050 if (normalized) { in convert_half_float()
1057 if (normalized) { in convert_half_float()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dformat_utils.c417 normalized = false; in _mesa_format_convert()
981 if (normalized) { in convert_float()
988 if (normalized) { in convert_float()
995 if (normalized) { in convert_float()
1002 if (normalized) { in convert_float()
1009 if (normalized) { in convert_float()
1016 if (normalized) { in convert_float()
1043 if (normalized) { in convert_half_float()
1050 if (normalized) { in convert_half_float()
1057 if (normalized) { in convert_half_float()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsunittypes.cpp58 if ( normalized == encodeUnitType( TypeArea ) ) in decodeUnitType()
60 if ( normalized == encodeUnitType( TypeVolume ) ) in decodeUnitType()
174 if ( normalized == encodeUnit( DistanceFeet ) ) in decodeDistanceUnit()
182 if ( normalized == encodeUnit( DistanceYards ) ) in decodeDistanceUnit()
323 if ( normalized == toString( DistanceFeet ) ) in stringToDistanceUnit()
325 if ( normalized == toString( DistanceYards ) ) in stringToDistanceUnit()
327 if ( normalized == toString( DistanceMiles ) ) in stringToDistanceUnit()
676 if ( normalized == encodeUnit( AreaAcres ) ) in decodeAreaUnit()
776 if ( normalized == toString( AreaHectares ) ) in stringToAreaUnit()
778 if ( normalized == toString( AreaAcres ) ) in stringToAreaUnit()
[all …]
/dports/math/Imath/Imath-3.1.4/src/ImathTest/
H A DtestVec.cpp37 assert (v.normalized().length() == 0); in testLength2T()
41 assert (IMATH_INTERNAL_NAMESPACE::equal (v.normalized().length(), 1, e)); in testLength2T()
45 assert (IMATH_INTERNAL_NAMESPACE::equal (v.normalized().length(), 1, e)); in testLength2T()
51 assert (IMATH_INTERNAL_NAMESPACE::equal (v.normalized().length(), 1, e)); in testLength2T()
54 assert (IMATH_INTERNAL_NAMESPACE::equal (v.normalized().length(), 1, e)); in testLength2T()
57 assert (IMATH_INTERNAL_NAMESPACE::equal (v.normalized().length(), 1, e)); in testLength2T()
63 assert (IMATH_INTERNAL_NAMESPACE::equal (v.normalized().length(), 1, e)); in testLength2T()
66 assert (IMATH_INTERNAL_NAMESPACE::equal (v.normalized().length(), 1, e)); in testLength2T()
69 assert (IMATH_INTERNAL_NAMESPACE::equal (v.normalized().length(), 1, e)); in testLength2T()
95 assert (v.normalized().length() == 0); in testLength3T()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/serialization/tests/src/Kernel/
H A DEntitySerializationTest.php176 $normalized = $this->serializer->normalize($this->entity);
190 $normalized = $this->serializer->normalize($this->user);
192 $this->assertArrayNotHasKey('pass', $normalized);
193 $this->assertArrayNotHasKey('mail', $normalized);
212 $expected = Json::encode($normalized);
244 $expected = array_merge($normalized, $expected);
261 $normalized = $this->serializer->normalize($this->entity);
293 $normalized = $this->serializer->normalize($entity);
312 $normalized = $this->serializer->normalize($entity);
331 $normalized = $this->serializer->normalize($entity);
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsunittypes.cpp51 QString normalized = string.trimmed().toLower(); in decodeUnitType() local
58 if ( normalized == encodeUnitType( TypeArea ) ) in decodeUnitType()
60 if ( normalized == encodeUnitType( TypeVolume ) ) in decodeUnitType()
174 if ( normalized == encodeUnit( DistanceFeet ) ) in decodeDistanceUnit()
323 if ( normalized == toString( DistanceFeet ) ) in stringToDistanceUnit()
325 if ( normalized == toString( DistanceYards ) ) in stringToDistanceUnit()
327 if ( normalized == toString( DistanceMiles ) ) in stringToDistanceUnit()
676 if ( normalized == encodeUnit( AreaAcres ) ) in decodeAreaUnit()
776 if ( normalized == toString( AreaHectares ) ) in stringToAreaUnit()
778 if ( normalized == toString( AreaAcres ) ) in stringToAreaUnit()
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/serialization/tests/src/Kernel/
H A DEntitySerializationTest.php177 $normalized = $this->serializer->normalize($this->entity);
191 $normalized = $this->serializer->normalize($this->user);
193 $this->assertArrayNotHasKey('pass', $normalized);
194 $this->assertArrayNotHasKey('mail', $normalized);
213 $expected = Json::encode($normalized);
248 $expected = array_merge($normalized, $expected);
265 $normalized = $this->serializer->normalize($this->entity);
297 $normalized = $this->serializer->normalize($entity);
316 $normalized = $this->serializer->normalize($entity);
335 $normalized = $this->serializer->normalize($entity);
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/assortativity/
H A Dmixing.py17 def attribute_mixing_dict(G, attribute, nodes=None, normalized=False): argument
52 return mixing_dict(xy_iter, normalized=normalized)
55 def attribute_mixing_matrix(G, attribute, nodes=None, mapping=None, normalized=True): argument
109 if normalized:
142 return mixing_dict(xy_iter, normalized=normalized)
146 G, x="out", y="in", weight=None, nodes=None, normalized=True, mapping=None argument
207 if normalized:
212 def numeric_mixing_matrix(G, attribute, nodes=None, normalized=True, mapping=None): argument
260 G, attribute, nodes=nodes, normalized=normalized, mapping=mapping
264 def mixing_dict(xy, normalized=False): argument
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/centrality/tests/
H A Dtest_current_flow_betweenness_centrality_subset.py20 G, list(G), list(G), normalized=True
30 G, list(G), list(G), normalized=True
43 G, list(G), list(G), normalized=True
52 G, normalized=True, weight="other"
61 G, list(G), list(G), normalized=True
71 G, list(G), list(G), normalized=True
82 G, list(G), list(G), normalized=True
98 b_answer = edge_current_flow(G, normalized=True)
107 b_answer = edge_current_flow(G, normalized=False)
137 b_answer = edge_current_flow(G, normalized=True)
[all …]
/dports/net-mgmt/icingaweb2-module-elasticsearch/icingaweb2-module-elasticsearch-0.9.0/library/vendor/iplx/Http/
H A DMessageTrait.php88 $normalized = strtolower($name);
91 $message->headerNames[$normalized] = $name;
92 $message->headerValues[$normalized] = $value;
103 $normalized = strtolower($name);
107 … $message->headerValues[$normalized] = array_merge($message->headerValues[$normalized], $value);
118 $normalized = strtolower(rtrim($name));
121 unset($message->headerNames[$normalized]);
122 unset($message->headerValues[$normalized]);
147 $normalized = array_map('strtolower', $names);
150 $normalized,
[all …]
/dports/net-mgmt/icingaweb2-module-graphite/icingaweb2-module-graphite-1.1.0/library/vendor/iplx/Http/
H A DMessageTrait.php88 $normalized = strtolower($name);
91 $message->headerNames[$normalized] = $name;
92 $message->headerValues[$normalized] = $value;
103 $normalized = strtolower($name);
107 … $message->headerValues[$normalized] = array_merge($message->headerValues[$normalized], $value);
118 $normalized = strtolower(rtrim($name));
121 unset($message->headerNames[$normalized]);
122 unset($message->headerValues[$normalized]);
147 $normalized = array_map('strtolower', $names);
150 $normalized,
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/PTM/
H A Dptm_normalize_vertices.cpp15 void subtract_barycentre(int num, double (*points)[3], double (*normalized)[3]) in subtract_barycentre()
33 normalized[i][0] = points[i][0] - sum[0]; in subtract_barycentre()
34 normalized[i][1] = points[i][1] - sum[1]; in subtract_barycentre()
35 normalized[i][2] = points[i][2] - sum[2]; in subtract_barycentre()
41 subtract_barycentre(num, points, normalized); in normalize_vertices()
47 double x = normalized[i][0]; in normalize_vertices()
48 double y = normalized[i][1]; in normalize_vertices()
49 double z = normalized[i][2]; in normalize_vertices()
59 normalized[i][0] /= scale; in normalize_vertices()
60 normalized[i][1] /= scale; in normalize_vertices()
[all …]
/dports/devel/p5-Test-File/Test-File-1.444/t/
H A Dnormalize.t15 my $normalized = Test::File::_normalize( $file );
17 is( $normalized, $file, "Normalize gives same path for unix" );
26 my $normalized = Test::File::_normalize( $file );
38 my $normalized = Test::File::_normalize( $file );
47 my $normalized = Test::File::_normalize( undef );
48 ok( ! defined $normalized, "Passing undef fails" );
52 my $normalized = Test::File::_normalize( '' );
54 is( $normalized, '', "Passing empty string returns empty string" );
55 ok( ! $normalized, "Passing empty string fails" );
59 my $normalized = Test::File::_normalize();
[all …]
/dports/graphics/py-pygeos/pygeos-0.10.2/pygeos/tests/
H A Dtest_linear.py58 def test_line_interpolate_point_empty(geom, normalized): argument
63 pygeos.line_interpolate_point(geom, 0.2, normalized=normalized), empty_point
85 assert pygeos.line_interpolate_point(geom, 0.2, normalized=normalized)
109 def test_line_locate_point_none(normalized): argument
110 assert np.isnan(pygeos.line_locate_point(line_string, None, normalized=normalized))
111 assert np.isnan(pygeos.line_locate_point(None, point, normalized=normalized))
115 def test_line_locate_point_empty(normalized): argument
117 pygeos.line_locate_point(line_string, empty_point, normalized=normalized)
120 pygeos.line_locate_point(empty_line_string, point, normalized=normalized)
127 pygeos.line_locate_point(line_string, line_string, normalized=normalized)
[all …]
/dports/net-mgmt/icingaweb2-module-reporting/icingaweb2-module-reporting-0.9.2/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php74 $normalized = strtolower($header);
77 if (isset($new->headerNames[$normalized])) {
80 $new->headerNames[$normalized] = $header;
93 $normalized = strtolower($header);
96 if (isset($new->headerNames[$normalized])) {
97 $header = $this->headerNames[$normalized];
100 $new->headerNames[$normalized] = $header;
109 $normalized = strtolower($header);
111 if (!isset($this->headerNames[$normalized])) {
115 $header = $this->headerNames[$normalized];
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/tests/unit_tests/
H A Dnormalized.tst9 //create some button with normalized position
16 …uicontrol(parent, "style", "pushbutton", "units", "normalized", "position", [0 0.5 0.5 0.5], "stri…
17 …uicontrol(parent, "style", "pushbutton", "units", "normalized", "position", [0 0 0.5 0.5], "string…
18 …uicontrol(parent, "style", "pushbutton", "units", "normalized", "position", [0.5 0.5 0.5 0.5], "st…
19 …uicontrol(parent, "style", "pushbutton", "units", "normalized", "position", [0.5 0 0.5 0.5], "stri…
28 "figure_name", "normalized", ...
32 …uicontrol(f, "style", "pushbutton", "units", "normalized", "position", [0 0.25 0.25 0.25], "string…
33 …uicontrol(f, "style", "pushbutton", "units", "normalized", "position", [0 0 0.25 0.25], "string", …
34 …uicontrol(f, "style", "pushbutton", "units", "normalized", "position", [0.25 0.25 0.25 0.25], "str…
35 …uicontrol(f, "style", "pushbutton", "units", "normalized", "position", [0.25 0 0.25 0.25], "string…
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php74 $normalized = strtolower($header);
77 if (isset($new->headerNames[$normalized])) {
80 $new->headerNames[$normalized] = $header;
93 $normalized = strtolower($header);
96 if (isset($new->headerNames[$normalized])) {
97 $header = $this->headerNames[$normalized];
100 $new->headerNames[$normalized] = $header;
109 $normalized = strtolower($header);
111 if (!isset($this->headerNames[$normalized])) {
115 $header = $this->headerNames[$normalized];
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/GuzzleHttp/Psr7/
H A DMessageTrait.php74 $normalized = strtolower($header);
77 if (isset($new->headerNames[$normalized])) {
80 $new->headerNames[$normalized] = $header;
93 $normalized = strtolower($header);
96 if (isset($new->headerNames[$normalized])) {
97 $header = $this->headerNames[$normalized];
100 $new->headerNames[$normalized] = $header;
109 $normalized = strtolower($header);
111 if (!isset($this->headerNames[$normalized])) {
115 $header = $this->headerNames[$normalized];
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php74 $normalized = strtolower($header);
77 if (isset($new->headerNames[$normalized])) {
80 $new->headerNames[$normalized] = $header;
93 $normalized = strtolower($header);
96 if (isset($new->headerNames[$normalized])) {
97 $header = $this->headerNames[$normalized];
100 $new->headerNames[$normalized] = $header;
109 $normalized = strtolower($header);
111 if (!isset($this->headerNames[$normalized])) {
115 $header = $this->headerNames[$normalized];
[all …]
/dports/games/pentobi/pentobi-19.1/libpentobi_base/
H A DPieceInfo.cpp61 NormalizedPoints normalized; in normalize() local
62 normalized.points = points; in normalize()
63 type_match_shift(geo, normalized.points.begin(), in normalize()
67 normalized.points); in normalize()
72 normalize_offset(normalized.points.begin(), normalized.points.end(), in normalize()
76 sort(normalized.points.begin(), normalized.points.end()); in normalize()
77 return normalized; in normalize()
115 normalized.point_type); in PieceInfo()
119 auto pos = find(begin, end, normalized); in PieceInfo()
158 NormalizedPoints normalized = in find_transform() local
[all …]

12345678910>>...530