Home
last modified time | relevance | path

Searched refs:_from (Results 51 – 75 of 2202) sorted by relevance

12345678910>>...89

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A DinterpreterRT_x86_32.cpp114 address _from; member in SlowSignatureHandler
118 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
119 _from -= Interpreter::stackElementSize; in pass_int()
123 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
124 _from -= Interpreter::stackElementSize; in pass_float()
128 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
129 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
131 _from -= 2*Interpreter::stackElementSize; in pass_long()
136 intptr_t from_addr = (intptr_t)(_from + Interpreter::local_offset_in_bytes(0)); in pass_object()
138 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/
H A DRangeEnumerable.cs21 private int _from; // Lowest index to include. field in System.Linq.Parallel.RangeEnumerable
32 _from = from; in RangeEnumerable()
53 unchecked(_from + doneCount), in GetPartitions()
68 return new RangeEnumerator(_from, _count, 0).AsClassicEnumerator(); in GetEnumerator()
77 private readonly int _from; // The initial value. field in System.Linq.Parallel.RangeEnumerable.RangeEnumerator
88 _from = from; in RangeEnumerator()
108 currentElement = nextCount + _from; in MoveNext()
/dports/misc/dartsim/dart-6.11.1/dart/gui/
H A DTrackball.cpp178 const Eigen::Vector3d& _from, const Eigen::Vector3d& _to) const in quatFromVectors() argument
181 quat.x() = _from(1) * _to(2) - _from(2) * _to(1); in quatFromVectors()
182 quat.y() = _from(2) * _to(0) - _from(0) * _to(2); in quatFromVectors()
183 quat.z() = _from(0) * _to(1) - _from(1) * _to(0); in quatFromVectors()
184 quat.w() = _from(0) * _to(0) + _from(1) * _to(1) + _from(2) * _to(2); in quatFromVectors()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DAssemblyRemapping.cs20 private readonly AssemblyNameExtension _from; field in Microsoft.Build.Tasks.AssemblyRemapping
32 _from = from; in AssemblyRemapping()
43 return _from;
77 return _from.GetHashCode(); in GetHashCode()
85 return _from.Equals(other._from); in Equals()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DinterpreterRT_sparc.cpp130 address _from; member in SlowSignatureHandler
143 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
144 _from -= Interpreter::stackElementSize; in pass_int()
152 _from -= Interpreter::stackElementSize; in pass_object()
157 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
158 _from -= Interpreter::stackElementSize; in pass_float()
163 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
164 _from -= 2*Interpreter::stackElementSize; in pass_double()
169 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
171 _from -= 2*Interpreter::stackElementSize; in pass_long()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DinterpreterRT_sparc.cpp129 address _from; member in SlowSignatureHandler
142 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
143 _from -= Interpreter::stackElementSize; in pass_int()
151 _from -= Interpreter::stackElementSize; in pass_object()
156 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
157 _from -= Interpreter::stackElementSize; in pass_float()
162 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
163 _from -= 2*Interpreter::stackElementSize; in pass_double()
168 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
170 _from -= 2*Interpreter::stackElementSize; in pass_long()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DinterpreterRT_sparc.cpp130 address _from; member in SlowSignatureHandler
143 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
144 _from -= Interpreter::stackElementSize; in pass_int()
152 _from -= Interpreter::stackElementSize; in pass_object()
157 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
158 _from -= Interpreter::stackElementSize; in pass_float()
163 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
164 _from -= 2*Interpreter::stackElementSize; in pass_double()
169 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
171 _from -= 2*Interpreter::stackElementSize; in pass_long()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DinterpreterRT_sparc.cpp130 address _from; member in SlowSignatureHandler
143 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
144 _from -= Interpreter::stackElementSize; in pass_int()
152 _from -= Interpreter::stackElementSize; in pass_object()
157 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
158 _from -= Interpreter::stackElementSize; in pass_float()
163 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
164 _from -= 2*Interpreter::stackElementSize; in pass_double()
169 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
171 _from -= 2*Interpreter::stackElementSize; in pass_long()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DinterpreterRT_sparc.cpp129 address _from; member in SlowSignatureHandler
142 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
143 _from -= Interpreter::stackElementSize; in pass_int()
151 _from -= Interpreter::stackElementSize; in pass_object()
156 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
157 _from -= Interpreter::stackElementSize; in pass_float()
162 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
163 _from -= 2*Interpreter::stackElementSize; in pass_double()
168 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
170 _from -= 2*Interpreter::stackElementSize; in pass_long()
[all …]
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/world/
H A Dworld_pathfinding.cpp247 newNode._from = currentNodeIdx; in checkAdjacentNodes()
301 … const uint32_t cost = ( node._from != -1 ) ? node._cost - _cache[node._from]._cost : node._cost; in buildPath()
303 …path.emplace_front( currentNode, node._from, Maps::GetDirection( node._from, currentNode ), cost ); in buildPath()
306 if ( node._from != -1 && _cache[node._from]._from == currentNode ) { in buildPath()
311 currentNode = node._from; in buildPath()
621 if ( node._from != -1 && _cache[node._from]._from == currentNode ) { in getObjectsOnTheWay()
626 currentNode = node._from; in getObjectsOnTheWay()
649 … const uint32_t cost = ( node._from != -1 ) ? node._cost - _cache[node._from]._cost : node._cost; in buildPath()
651 …path.emplace_front( currentNode, node._from, Maps::GetDirection( node._from, currentNode ), cost ); in buildPath()
654 if ( node._from != -1 && _cache[node._from]._from == currentNode ) { in buildPath()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DnsIConstraintValidation.h152 #define NS_IMPL_NSICONSTRAINTVALIDATION_EXCEPT_SETCUSTOMVALIDITY(_from) \ argument
153 NS_IMETHODIMP _from::GetValidity(nsIDOMValidityState** aValidity) { \
156 NS_IMETHODIMP _from::GetWillValidate(bool* aWillValidate) { \
160 NS_IMETHODIMP _from::GetValidationMessage(nsAString& aValidationMessage) { \
163 NS_IMETHODIMP _from::CheckValidity(bool* aValidity) { \
167 #define NS_IMPL_NSICONSTRAINTVALIDATION(_from) \ argument
168 NS_IMPL_NSICONSTRAINTVALIDATION_EXCEPT_SETCUSTOMVALIDITY(_from) \
169 NS_IMETHODIMP _from::SetCustomValidity(const nsAString& aError) { \
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/include/ignition/math/graph/
H A DGraphAlgorithms.hh53 const VertexId &_from) in BreadthFirstSort() argument
68 std::list<VertexId> pending = {_from}; in BreadthFirstSort()
105 const VertexId &_from) in DepthFirstSort() argument
120 std::stack<VertexId> pending({_from}); in DepthFirstSort()
214 const VertexId &_from, in Dijkstra() argument
220 if (allVertices.find(_from) == allVertices.end()) in Dijkstra()
222 std::cerr << "Vertex [" << _from << "] Not found" << std::endl; in Dijkstra()
230 std::cerr << "Vertex [" << _from << "] Not found" << std::endl; in Dijkstra()
248 pq.push(std::make_pair(0.0, _from)); in Dijkstra()
249 dist[_from] = std::make_pair(0.0, _from); in Dijkstra()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Headers/
H A DContentRangeHeaderValue.cs15 private long? _from; field in System.Net.Http.Headers.ContentRangeHeaderValue
31 get { return _from; }
51 get { return _from != null; }
71 _from = from; in ContentRangeHeaderValue()
103 _from = from; in ContentRangeHeaderValue()
116 _from = source._from; in ContentRangeHeaderValue()
131 return ((_from == other._from) && (_to == other._to) && (_length == other._length) && in Equals()
141 result = result ^ _from.GetHashCode() ^ _to.GetHashCode(); in GetHashCode()
160 sb.Append(_from.Value.ToString(NumberFormatInfo.InvariantInfo)); in ToString()
400 result._from = from; in TryCreateContentRange()
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DYulUtilFunctions.cpp2450 solAssert(*_to.withLocation(DataLocation::Storage, _from.isPointer()) == _from, ""); in copyArrayFromStorageToMemoryFunction()
3198 _from.identifier() + in conversionFunction()
3237 _from.identifier() + in conversionFunction()
3268 _from.identifier() + in conversionFunction()
3460 solAssert(_from.isByteArray() && !_from.isString(), ""); in bytesToFixedBytesConversionFunction()
3523 _from.identifier() + in copyStructToStorageFunction()
3647 _from.identifier() + in arrayConversionFunction()
3663 templ("length", _from.isDynamicallySized() ? "length" : _from.length().str()); in arrayConversionFunction()
3666 _from == _to || in arrayConversionFunction()
3687 ("length", _from.isDynamicallySized() ? "length" : _from.length().str()) in arrayConversionFunction()
[all …]
/dports/lang/solidity/solidity_0.8.11/libsolidity/formal/
H A DExpressionFormatter.cpp125 smtutil::Expression substitute(smtutil::Expression _from, map<string, string> const& _subst) in substitute() argument
129 if (_from.name == "forall" || _from.name == "exists") in substitute()
131 if (_subst.count(_from.name)) in substitute()
132 _from.name = _subst.at(_from.name); in substitute()
133 for (auto& arg: _from.arguments) in substitute()
135 return _from; in substitute()
/dports/devel/py-oci/oci-2.53.1/src/oci/apigateway/models/
H A Drename_header_policy_item.py45 def _from(self): member in RenameHeaderPolicyItem
56 @_from.setter
57 def _from(self, _from): argument
66 self.__from = _from
H A Drename_query_parameter_policy_item.py45 def _from(self): member in RenameQueryParameterPolicyItem
57 @_from.setter
58 def _from(self, _from): argument
68 self.__from = _from
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dpath.cpp54 : _from(0, 0.0) in PathInterval()
62 : _from(from) in PathInterval()
70 if (_from != _to) { in PathInterval()
74 _from.normalizeForward(_path_size); in PathInterval()
75 if (_from != _to) { in PathInterval()
80 if (_from == _to) { in PathInterval()
127 PathTime result(_from.curve_index, lerp(0.5, _from.t, _to.t)); in inside()
145 Coord tmid = _from.t - ((1 - _to.t) + _from.t) * 0.5; in inside()
179 Coord tmid = ((1 - _from.t) + _to.t) * 0.5 + _from.t; in inside()
210 result._from = from; in from_direction()
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dpath.cpp54 : _from(0, 0.0) in PathInterval()
62 : _from(from) in PathInterval()
70 if (_from != _to) { in PathInterval()
74 _from.normalizeForward(_path_size); in PathInterval()
75 if (_from != _to) { in PathInterval()
80 if (_from == _to) { in PathInterval()
127 PathTime result(_from.curve_index, lerp(0.5, _from.t, _to.t)); in inside()
145 Coord tmid = _from.t - ((1 - _to.t) + _from.t) * 0.5; in inside()
179 Coord tmid = ((1 - _from.t) + _to.t) * 0.5 + _from.t; in inside()
210 result._from = from; in from_direction()
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/core/drawings/
H A Duzcdrawings.pas678 td:=_from.BlockDefArray.getblockdef(tn);
684 createblockifneed(_from,_to,pvisible2);
777 remapall(_from,_to,s,d);
785 RemapLayer(_from,_to,_source,_dest);
786 RemapLStyle(_from,_to,_source,_dest);
789 … createtstylebyindex(_from,_to,_from.TextStyleTable.getAddres(TSNStandardStyleName));
807 createblockifneed(_from,_to,_source);
813 RemapAll(_from,_to,_source,tv);
917 … CopyBlock(_from,_to,_from.BlockDefArray.getblockdef(copy(_source.Name,8,length(_source.Name)-7)));
936 createblockifneed(_from,_to,pvisible);
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libp2p/
H A DNodeTable.h294 bi::udp::endpoint const& _from, DiscoveryDatagram const& _packet);
296 bi::udp::endpoint const& _from, DiscoveryDatagram const& _packet);
298 bi::udp::endpoint const& _from, DiscoveryDatagram const& _packet);
300 bi::udp::endpoint const& _from, DiscoveryDatagram const& _packet);
431 …coveryDatagram(bi::udp::endpoint const& _from, NodeID const& _fromid, h256 const& _echo): RLPXData… in DiscoveryDatagram()
463 …PingNode(bi::udp::endpoint const& _from, NodeID const& _fromid, h256 const& _echo): DiscoveryDatag… in PingNode()
503 …Pong(bi::udp::endpoint const& _from, NodeID const& _fromid, h256 const& _echo): DiscoveryDatagram( in Pong()
548 …FindNode(bi::udp::endpoint const& _from, NodeID const& _fromid, h256 const& _echo): DiscoveryDatag… in FindNode()
582 …Neighbours(bi::udp::endpoint const& _from, NodeID const& _fromid, h256 const& _echo): DiscoveryDat… in Neighbours()
623 : DiscoveryDatagram{_from, _fromID, _echo} in ENRRequest()
[all …]
/dports/math/universal/universal-3.48/include/universal/number/posit/
H A Dposit_c_api.h123 long double: POSIT_GLUE4(posit,nbits,_from,ld), \
124 double: POSIT_GLUE4(posit,nbits,_from,d), \
125 float: POSIT_GLUE4(posit,nbits,_from,f), \
126 long long: POSIT_GLUE4(posit,nbits,_from,sll), \
127 long: POSIT_GLUE4(posit,nbits,_from,sl), \
128 int: POSIT_GLUE4(posit,nbits,_from,si), \
132 posit4_t: POSIT_GLUE4(posit,nbits,_from,p4), \
133 posit8_t: POSIT_GLUE4(posit,nbits,_from,p8), \
134 posit16_t: POSIT_GLUE4(posit,nbits,_from,p16), \
135 posit32_t: POSIT_GLUE4(posit,nbits,_from,p32), \
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/GEDLibrary/GED_external/Source/common/
H A Dged_validation_utils.cpp20 GEDASSERT(_from._lowBit != rhs._from._lowBit); in operator <()
21 return (_from._lowBit < rhs._from._lowBit); in operator <()
H A Dged_compact_mapping_table.cpp72 if (_from != rhs._from) return false; in operator ==()
118 … unsigned int bitSize = data._fragments[0]._from._highBit - data._fragments[0]._from._lowBit + 1; in MappingSourceBitSize()
121 bitSize += (data._fragments[i]._from._highBit - data._fragments[i]._from._lowBit + 1); in MappingSourceBitSize()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_pathfinding.cpp33 _from = -1; in resetNode()
61 return node._cost == 0 || ( node._isOpen && node._from != -1 ); in nodeIsPassable()
89 currentNode = node._from; in buildPath()
115 currentNode = node._from; in findTwoMovesOverlap()
156 _cache[tailIdx]._from = pathStart; in calculate()
173 node._from = pathStart; in calculate()
192 unitNode._from = cell; in calculate()
213 else if ( previousNode._from < 0 ) in calculate()
216 …WideIndexes( fromNode, ( RIGHT_SIDE & Board::GetDirection( fromNode, previousNode._from ) ) != 0 ); in calculate()
245 node._from = fromNode; in calculate()
[all …]

12345678910>>...89