Home
last modified time | relevance | path

Searched refs:is_stationary (Results 1 – 25 of 61) sorted by relevance

123

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/arima/tests/
H A Dtest_params.py96 assert_equal(p.is_stationary, is_stationary)
110 check(is_stationary=False)
208 assert_equal(p.is_stationary, is_stationary)
222 check(is_stationary=False)
450 assert_(p.is_stationary)
452 assert_(not p.is_stationary)
456 assert_(p.is_stationary)
458 assert_(not p.is_stationary)
462 assert_(p.is_stationary)
465 assert_(p.is_stationary)
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-monench.cc29 || victim->is_stationary()) in englaciate()
101 if (!mon.is_stationary() in do_slow_monster()
H A Dmovement.cc560 || you.is_stationary() in _rampage_forward()
803 if (you.is_stationary()) in move_player_action()
907 if (fedhas_passthrough(targ_monst) && !you.is_stationary()) in move_player_action()
926 bool targ_pass = you.can_pass_through(targ) && !you.is_stationary(); in move_player_action()
995 if (!you.can_see(*targ_monst) && you.is_stationary()) in move_player_action()
1121 && !attacking && !you.is_stationary()) in move_player_action()
1140 if (you.is_stationary()) in move_player_action()
H A Dlosparam.cc69 return (mons && mons->is_stationary()) ? OPC_OPAQUE : opc_no_trans(p); in operator ()()
76 && other_mons->is_stationary() in operator ()()
H A Dexclude.cc43 if (mon->is_stationary()) in _mon_needs_auto_exclude()
54 string name = mon->name(DESC_BASENAME, mon->is_stationary() in _need_auto_exclude()
124 if (m->is_stationary()) in travel_exclude()
H A Dmon-act.cc201 if (moved.is_stationary() && !moved.is_child_tentacle()) in _swap_monsters()
351 if (ally->is_stationary() || ally->reach_range() > REACH_NONE) in _allied_monster_at()
1991 if (invalid_monster(mons) || mons->is_stationary()) in handle_monster_move()
2038 if (is_stationary() || cannot_act() || asleep()) in struggle_against_net()
2189 && !mons_is_conjured(m->type) && !m->is_stationary() in _torpor_snail_slow()
2735 || mpusher->cannot_move() || mpusher->is_stationary() in _mons_can_displace()
2738 && (mpushee->cannot_move() || mpushee->is_stationary())) in _mons_can_displace()
H A Dnearby-danger.cc52 if (mon->is_stationary() && !mons_is_tentacle(mon->type)) in _mons_has_path_to_player()
H A Dspl-other.cc337 if (cell_is_solid(actual_dest) || (mon && mon->is_stationary())) in is_valid()
H A Dmon-transit.cc316 || mons.is_stationary()) in _mons_can_follow_player_from()
H A Dtimed-effects.cc640 || mon->is_stationary()) in _catchup_monster_moves()
792 if (alive() && !is_stationary()) in timeout_enchantments()
H A Dspl-vortex.cc150 if (mons->is_stationary()) in _mons_is_unmovable()
H A Dactor.h199 virtual bool is_stationary() const = 0;
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/gaussian_process/
H A Dkernels.py401 def is_stationary(self): member in Kernel
474 def is_stationary(self): member in StationaryKernelMixin
627 def is_stationary(self): member in CompoundKernel
629 return np.all([kernel.is_stationary() for kernel in self.kernels])
764 def is_stationary(self): member in KernelOperator
766 return self.k1.is_stationary() and self.k2.is_stationary()
1152 def is_stationary(self): member in Exponentiation
1154 return self.kernel.is_stationary()
2204 def is_stationary(self): member in DotProduct
2378 def is_stationary(self): member in PairwiseKernel
/dports/games/etracer/etr-0.8.1/src/
H A Dview.cpp44 static bool is_stationary = false; variable
49 is_stationary = false; in SetStationaryCamera()
169 if (is_stationary) { in update_view()
306 is_stationary = true; in update_view()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/arima/estimators/
H A Dinnovations.py198 if not sp.is_stationary:
210 if not sp.is_stationary:
H A Dstatespace.py96 if spec.enforce_stationarity and not sp.is_stationary:
H A Dhannan_rissanen.py227 elif not (p.is_stationary and p.is_invertible):
238 unbiased = p.is_stationary and p.is_invertible
H A Dgls.py255 if not p_arma.is_stationary:
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/gaussian_process/
H A Dplot_gpr_on_structured_data.py94 def is_stationary(self): member in SequenceKernel
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dvehicle_move.cpp203 bool is_stationary = avg_velocity == 0 && velocity_demand == 0 && accel_demand == 0; in smart_controller_handle_turn() local
211 float traction = is_stationary ? 1.0f : in smart_controller_handle_turn()
220 int opt_accel = is_stationary ? 1 : current_acceleration() * traction; in smart_controller_handle_turn()
221 int opt_safe_vel = is_stationary ? 1 : safe_ground_velocity( true ); in smart_controller_handle_turn()
285 int safe_vel = is_stationary ? 1 : safe_ground_velocity( true ); in smart_controller_handle_turn()
286 int accel = is_stationary ? 1 : current_acceleration() * traction; in smart_controller_handle_turn()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dvehicle_move.cpp203 bool is_stationary = avg_velocity == 0 && velocity_demand == 0 && accel_demand == 0; in smart_controller_handle_turn() local
211 float traction = is_stationary ? 1.0f : in smart_controller_handle_turn()
220 int opt_accel = is_stationary ? 1 : current_acceleration() * traction; in smart_controller_handle_turn()
221 int opt_safe_vel = is_stationary ? 1 : safe_ground_velocity( true ); in smart_controller_handle_turn()
285 int safe_vel = is_stationary ? 1 : safe_ground_velocity( true ); in smart_controller_handle_turn()
286 int accel = is_stationary ? 1 : current_acceleration() * traction; in smart_controller_handle_turn()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-33/
H A Dstep-33.cc1078 bool is_stationary; member
1107 , is_stationary(true) in AllParameters()
1202 is_stationary = true; in parse_parameters()
1207 is_stationary = false; in parse_parameters()
1854 if (parameters.is_stationary == false) in assemble_cell_term()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/arima/
H A Dmodel.py449 and not p.is_stationary):
H A Dparams.py320 def is_stationary(self): member in SARIMAXParams
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/gaussian_process/tests/
H A Dtest_kernels.py209 "kernel", [kernel for kernel in kernels if kernel.is_stationary()]

123