Home
last modified time | relevance | path

Searched refs:RestLength (Results 1 – 14 of 14) sorted by relevance

/dports/games/openlierox/OpenLieroX/include/
H A DCGameScript.h104 RestLength = 20; in CGameScript()
140 int RestLength; variable
201 void SetRestLength(int _l) { RestLength = _l; } in SetRestLength()
208 int getRestLength() { return RestLength; } in getRestLength()
H A DCNinjaRope.h49 float RestLength; variable
100 float getRestLength() const { return RestLength; } in getRestLength()
/dports/games/openlierox/OpenLieroX/src/client/
H A DCNinjaRope.cpp87 RestLength = (float)gs->getRestLength(); in Setup()
201 if((playerpos-HookPos).GetLength2() < RestLength*RestLength) in CalculateForce()
/dports/games/openlierox/OpenLieroX/src/common/
H A DCGameScript.cpp180 fwrite_endian_compat((RestLength),sizeof(int),1,fp); in Save()
633 fread_compat(RestLength,sizeof(int),1,fp); in Load()
634 EndianSwap(RestLength); in Load()
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/objectivec/src/
H A DChipmunkConstraint.m322 both2(cpFloat, cpDampedSpring, restLength, RestLength)
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dsimplified-operator.h1010 const Operator* RestLength(int formal_parameter_count); in NON_EXPORTED_BASE()
H A Dopcodes.h466 V(RestLength) \
H A Dsimplified-operator.cc1645 const Operator* SimplifiedOperatorBuilder::RestLength( in RestLength() function in v8::internal::compiler::SimplifiedOperatorBuilder
H A Djs-create-lowering.cc225 Node* const rest_length = graph()->NewNode(simplified()->RestLength( in ReduceJSCreateArguments()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dopcodes.h465 V(RestLength) \
H A Dsimplified-operator.h977 const Operator* RestLength(int formal_parameter_count); in NON_EXPORTED_BASE()
H A Dsimplified-operator.cc1657 const Operator* SimplifiedOperatorBuilder::RestLength( in RestLength() function in v8::internal::compiler::SimplifiedOperatorBuilder
H A Djs-create-lowering.cc238 simplified()->RestLength(shared.internal_formal_parameter_count()), in ReduceJSCreateArguments()
/dports/lang/nim/nim-1.6.2/tests/manyloc/keineschweine/dependencies/chipmunk/
H A Dchipmunk.nim1420 defCProp(DampedSpring, CpFloat, restLength, RestLength)