Home
last modified time | relevance | path

Searched defs:float (Results 1 – 25 of 3796) sorted by relevance

12345678910>>...152

/dports/graphics/py-pyproj/pyproj-3.2.1/pyproj/crs/
H A Dcoordinate_operation.py26 latitude_first_parallel: float,
27 latitude_second_parallel: float,
121 false_easting: float = 0.0,
122 false_northing: float = 0.0,
187 false_easting: float = 0.0,
188 false_northing: float = 0.0,
217 satellite_height: float,
220 false_easting: float = 0.0,
306 false_easting: float = 0.0,
1353 viewpoint_height: float,
[all …]
/dports/astro/py-astral/astral-2.2/src/test/
H A Dtest_sun_calc.py32 def test_JulianCentury(jd: float, jc: float):
58 def test_GeomMeanLongSun(jc: float, gmls: float):
66 def test_GeomAnomolyLongSun(jc: float, gmas: float):
90 def test_SunEqOfCenter(jc: float, eos: float):
102 def test_SunTrueLong(jc: float, stl: float):
114 def test_SunTrueAnomaly(jc: float, sta: float):
126 def test_SunRadVector(jc: float, srv: float):
138 def test_SunApparentLong(jc: float, sal: float):
174 def test_SunRtAscension(jc: float, sra: float):
186 def test_SunDeclination(jc: float, sd: float):
[all …]
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/xdps/
H A DNSDPSContextOps.m69 {
94 {
352 {
600 {
702 {
760 {
843 {
868 {
913 {
953 {
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DKeyPoint.mm29 - (instancetype)initWithX:(float)x y:(float)y size:(float)size angle:(float)angle response:(float)r… argument
42 - (instancetype)initWithX:(float)x y:(float)y size:(float)size angle:(float)angle response:(float)r… argument
46 - (instancetype)initWithX:(float)x y:(float)y size:(float)size angle:(float)angle response:(float)r… argument
50 - (instancetype)initWithX:(float)x y:(float)y size:(float)size angle:(float)angle { argument
54 - (instancetype)initWithX:(float)x y:(float)y size:(float)size { argument
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs_v2/scenes/terrain/
H A Dstepstones.py54 stone_length: float = 1,
55 stone_height: float = 0.15,
56 stone_width: float = 5.0,
57 gap_length: float = 0.3,
58 height_offset: float = 0,
97 stone_length: float = 1,
98 stone_height: float = 0.15,
99 stone_width: float = 5.0,
100 gap_length: float = 0.3,
145 stone_height: float = 0.15,
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/
H A DNinjaSnowWar.as12 const float mouseSensitivity = 0.125; constant
13 const float touchSensitivity = 2.0; constant
14 const float joySensitivity = 0.5; constant
15 const float joyMoveDeadZone = 0.333; constant
16 const float joyLookDeadZone = 0.05; constant
17 const float cameraMinDist = 0.25; constant
18 const float cameraMaxDist = 5; constant
19 const float cameraSafetyDist = 0.3; constant
25 const float enemySpawnRate = 1; constant
26 const float powerupSpawnRate = 15; constant
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/agents/baseline_controller/
H A Draibert_swing_leg_controller.py30 def _gen_parabola(phase: float, start: float, mid: float, end: float) -> float:
56 def _gen_swing_foot_trajectory(input_phase: float, start_pos: Sequence[float],
57 end_pos: Sequence[float], ease_up_phase: float,
116 desired_speed: Tuple[float] = (0, 0),
117 desired_twisting_speed: float = 0,
118 desired_height: float = 0.45,
119 foot_clearance: float = _FOOT_CLEARANCE_M,
121 ease_up_phase: float = _DEFAULT_SWING_EASE_UP_PHASE,
122 ease_up_percent: float = _DEFAULT_SWING_EASE_UP_PERCENT,
160 def reset(self, current_time: float) -> None:
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs_v2/scenes/
H A Drandom_stepstone_scene.py20 stone_height: float = 0.1,
21 stone_width_lower_bound: float = 10.0,
22 stone_width_upper_bound: float = 10.0,
23 stone_length_lower_bound: float = 0.1,
24 stone_length_upper_bound: float = 0.3,
25 gap_length_lower_bound: float = 0.1,
26 gap_length_upper_bound: float = 0.3,
27 height_offset_lower_bound: float = 0.0,
28 height_offset_upper_bound: float = 1e-6,
29 floor_height_lower_bound: float = -0.5,
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/path/
H A Dshapes.py18 start_angle: float = 0,
19 end_angle: float = math.tau,
51 def wedge(start_angle: float,
52 end_angle: float,
87 radius: float = 1,
88 ratio: float = 1,
89 rotation: float = 0) -> Matrix44:
115 def rect(width: float = 1, height: float = 1,
143 def ngon(count: int, length: float = None, radius: float = 1.0,
165 def star(count: int, r1: float, r2: float, transform: Matrix44 = None) -> Path:
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/linalg/
H A Dpredicates.py23 def is_diagonal(matrix: np.ndarray, *, atol: float = 1e-8) -> np.bool_:
41 def is_hermitian(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
59 def is_orthogonal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
80 def is_special_orthogonal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
99 def is_unitary(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
117 def is_special_unitary(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
136 def is_normal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
152 def is_cptp(*, kraus_ops: Sequence[np.ndarray], rtol: float = 1e-5, atol: float = 1e-8):
168 m1: np.ndarray, m2: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8
196 rtol: float = 1.0e-5,
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/linalg/
H A Dpredicates.py23 def is_diagonal(matrix: np.ndarray, *, atol: float = 1e-8) -> np.bool_:
41 def is_hermitian(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
59 def is_orthogonal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
80 def is_special_orthogonal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
99 def is_unitary(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
117 def is_special_unitary(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
136 def is_normal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
152 def is_cptp(*, kraus_ops: Sequence[np.ndarray], rtol: float = 1e-5, atol: float = 1e-8):
168 m1: np.ndarray, m2: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8
196 rtol: float = 1.0e-5,
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/linalg/
H A Dpredicates.py23 def is_diagonal(matrix: np.ndarray, *, atol: float = 1e-8) -> np.bool_:
41 def is_hermitian(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
59 def is_orthogonal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
80 def is_special_orthogonal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
99 def is_unitary(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
117 def is_special_unitary(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
136 def is_normal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
152 def is_cptp(*, kraus_ops: Sequence[np.ndarray], rtol: float = 1e-5, atol: float = 1e-8):
168 m1: np.ndarray, m2: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8
196 rtol: float = 1.0e-5,
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/linalg/
H A Dpredicates.py23 def is_diagonal(matrix: np.ndarray, *, atol: float = 1e-8) -> np.bool_:
41 def is_hermitian(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
59 def is_orthogonal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
80 def is_special_orthogonal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
99 def is_unitary(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
117 def is_special_unitary(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
136 def is_normal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
152 def is_cptp(*, kraus_ops: Sequence[np.ndarray], rtol: float = 1e-5, atol: float = 1e-8):
168 m1: np.ndarray, m2: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8
196 rtol: float = 1.0e-5,
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/linalg/
H A Dpredicates.py23 def is_diagonal(matrix: np.ndarray, *, atol: float = 1e-8) -> np.bool_:
41 def is_hermitian(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
59 def is_orthogonal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
80 def is_special_orthogonal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
99 def is_unitary(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
117 def is_special_unitary(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
136 def is_normal(matrix: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8) -> bool:
152 def is_cptp(*, kraus_ops: Sequence[np.ndarray], rtol: float = 1e-5, atol: float = 1e-8):
168 m1: np.ndarray, m2: np.ndarray, *, rtol: float = 1e-5, atol: float = 1e-8
196 rtol: float = 1.0e-5,
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/optimizers/
H A Dtwo_qubit_to_sqrt_iswap.py27 atol: float = 1e-8,
90 atol: float = 1e-8,
122 atol: float = 1e-8,
194 atol: float = 1e-8,
221 interaction_coefficients: Tuple[float, float, float], argument
230 interaction_coefficients: Tuple[float, float, float], argument
239 interaction_coefficients: Tuple[float, float, float], argument
257 interaction_coefficients: Tuple[float, float, float], argument
272 atol: float = 1e-8,
291 atol: float = 1e-8,
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/optimizers/
H A Dtwo_qubit_to_sqrt_iswap.py27 atol: float = 1e-8,
90 atol: float = 1e-8,
122 atol: float = 1e-8,
194 atol: float = 1e-8,
221 interaction_coefficients: Tuple[float, float, float], argument
230 interaction_coefficients: Tuple[float, float, float], argument
239 interaction_coefficients: Tuple[float, float, float], argument
257 interaction_coefficients: Tuple[float, float, float], argument
272 atol: float = 1e-8,
291 atol: float = 1e-8,
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/optimizers/
H A Dtwo_qubit_to_sqrt_iswap.py27 atol: float = 1e-8,
90 atol: float = 1e-8,
122 atol: float = 1e-8,
194 atol: float = 1e-8,
221 interaction_coefficients: Tuple[float, float, float], argument
230 interaction_coefficients: Tuple[float, float, float], argument
239 interaction_coefficients: Tuple[float, float, float], argument
257 interaction_coefficients: Tuple[float, float, float], argument
272 atol: float = 1e-8,
291 atol: float = 1e-8,
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/optimizers/
H A Dtwo_qubit_to_sqrt_iswap.py27 atol: float = 1e-8,
90 atol: float = 1e-8,
122 atol: float = 1e-8,
194 atol: float = 1e-8,
221 interaction_coefficients: Tuple[float, float, float], argument
230 interaction_coefficients: Tuple[float, float, float], argument
239 interaction_coefficients: Tuple[float, float, float], argument
257 interaction_coefficients: Tuple[float, float, float], argument
272 atol: float = 1e-8,
291 atol: float = 1e-8,
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/optimizers/
H A Dtwo_qubit_to_sqrt_iswap.py27 atol: float = 1e-8,
90 atol: float = 1e-8,
122 atol: float = 1e-8,
194 atol: float = 1e-8,
221 interaction_coefficients: Tuple[float, float, float], argument
230 interaction_coefficients: Tuple[float, float, float], argument
239 interaction_coefficients: Tuple[float, float, float], argument
257 interaction_coefficients: Tuple[float, float, float], argument
272 atol: float = 1e-8,
291 atol: float = 1e-8,
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/NinjaSnowWar/
H A DAIController.as1 const float initialAggression = 0.0020; constant
2 const float initialPrediction = 30; constant
3 const float initialAimSpeed = 10; constant
4 const float deltaAggression = 0.000025; constant
5 const float deltaPrediction = -0.15; constant
6 const float deltaAimSpeed = 0.30; constant
7 const float maxAggression = 0.01; constant
8 const float maxPrediction = 20; constant
9 const float maxAimSpeed = 40; constant
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Dmtext_columns.py29 width: float, gutter_width: float, height: float,
46 width: float, gutter_width: float, height: float, count: int = 1,
60 width: float, gutter_width: float, heights: Sequence[float],
86 width: float, gutter_width: float, height: float,
100 width: float, gutter_width: float, height: float, count: int,
109 width: float, gutter_width: float, heights: Sequence[float],
/dports/math/mathmod/mathmod-11.1/pariso/parametric/
H A Dparatransformation.cpp23 void ParTransformation::Scalx(float, float, float) in Scalx() argument
26 void ParTransformation::Scaly(float, float, float) in Scaly() argument
29 void ParTransformation::Scalz(float, float, float) in Scalz() argument
/dports/math/py-fvcore/fvcore-0.1.5.post20210924/fvcore/common/
H A Dparam_scheduler.py83 start_value: float,
84 end_value: float,
112 start_value: float,
113 decay: float,
139 start_value: float,
140 end_value: float,
172 values: List[float],
261 base_value: float,
262 power: float,
324 base_value: float,
[all …]
/dports/games/bzflag-server/bzflag-2.4.22/src/platform/
H A DBzfJoystick.cxx85 void BzfJoystick::ffRumble(int, float, float, float, float) in ffRumble() argument
94 void BzfJoystick::ffDirectionalConstant(int, float, float, float, float, float) in ffDirectionalConstant() argument
98 void BzfJoystick::ffDirectionalPeriodic(int, float, float, float, float, float, float, P… in ffDirectionalPeriodic() argument
102 void BzfJoystick::ffDirectionalResistance(float, float, float, ResistanceType) in ffDirectionalResistance() argument
/dports/games/bzflag/bzflag-2.4.22/src/platform/
H A DBzfJoystick.cxx85 void BzfJoystick::ffRumble(int, float, float, float, float) in ffRumble() argument
94 void BzfJoystick::ffDirectionalConstant(int, float, float, float, float, float) in ffDirectionalConstant() argument
98 void BzfJoystick::ffDirectionalPeriodic(int, float, float, float, float, float, float, P… in ffDirectionalPeriodic() argument
102 void BzfJoystick::ffDirectionalResistance(float, float, float, ResistanceType) in ffDirectionalResistance() argument

12345678910>>...152