Home
last modified time | relevance | path

Searched defs:pow (Results 1 – 25 of 3725) sorted by relevance

12345678910>>...149

/dports/math/SCIP/scip-7.0.3/src/cppad/core/
H A Dpow.hpp98 pow(const AD<Base>& x, const AD<Base>& y) in pow() function
192 pow(const Base& x, const AD<Base>& y) in pow() function
196 pow(const Base& x, const VecAD_reference<Base>& y) in pow() function
200 pow(const AD<Base>& x, const Base& y) in pow() function
204 pow(const VecAD_reference<Base>& x, const Base& y) in pow() function
210 pow(const double& x, const AD<Base>& y) in pow() function
218 pow(const AD<Base>& x, const double& y) in pow() function
228 pow(const double& x, const AD<double>& y) in pow() function
236 pow(const AD<double>& x, const double& y) in pow() function
247 template <class Base> AD<Base> pow in pow() function
[all …]
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/
H A Dpow.hpp96 pow(const AD<Base>& x, const AD<Base>& y) in pow() function
230 pow(const Base& x, const AD<Base>& y) in pow() function
234 pow(const Base& x, const VecAD_reference<Base>& y) in pow() function
238 pow(const AD<Base>& x, const Base& y) in pow() function
242 pow(const VecAD_reference<Base>& x, const Base& y) in pow() function
248 pow(const double& x, const AD<Base>& y) in pow() function
256 pow(const AD<Base>& x, const double& y) in pow() function
266 pow(const double& x, const AD<double>& y) in pow() function
274 pow(const AD<double>& x, const double& y) in pow() function
285 template <class Base> AD<Base> pow in pow() function
[all …]
/dports/math/stanmath/math-4.2.0/stan/math/fwd/fun/
H A Dpow.hpp19 inline fvar<T> pow(const fvar<T>& x1, const fvar<T>& x2) { in pow() function
28 inline fvar<T> pow(U x1, const fvar<T>& x2) { in pow() function
36 inline fvar<T> pow(const fvar<T>& x1, U x2) { in pow() function
81 inline std::complex<fvar<V>> pow(const std::complex<fvar<V>>& x, in pow() function
96 inline std::complex<fvar<V>> pow(const std::complex<fvar<V>>& x, in pow() function
110 inline std::complex<fvar<V>> pow(const std::complex<fvar<V>>& x, in pow() function
125 inline std::complex<fvar<V>> pow(const std::complex<fvar<V>>& x, const T& y) { in pow() function
139 inline std::complex<fvar<V>> pow(const std::complex<T>& x, in pow() function
167 inline std::complex<fvar<V>> pow(const fvar<V>& x, in pow() function
196 inline std::complex<fvar<V>> pow(T x, const std::complex<fvar<V>>& y) { in pow() function
[all …]
/dports/math/stanmath/math-4.2.0/stan/math/rev/fun/
H A Dpow.hpp119 inline var pow(const var& base, const var& exponent) { in pow() function
140 inline var pow(const var& base, T exponent) { in pow() function
176 inline var pow(T base, const var& exponent) { in pow() function
199 inline std::complex<var> pow(const std::complex<var>& x, in pow() function
213 inline std::complex<var> pow(const std::complex<var>& x, in pow() function
225 inline std::complex<var> pow(const std::complex<var>& x, const var& y) { in pow() function
238 inline std::complex<var> pow(const std::complex<var>& x, T y) { in pow() function
264 inline std::complex<var> pow(std::complex<T> x, const var& y) { in pow() function
288 inline std::complex<var> pow(const var& x, std::complex<T> y) { in pow() function
301 inline std::complex<var> pow(T x, const std::complex<var>& y) { in pow() function
[all …]
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspells4.cc388 void cast_shatter(int pow) in cast_shatter()
441 void cast_forescry(int pow) in cast_forescry()
873 void cast_mass_sleep(int pow) in cast_mass_sleep()
1214 void cast_silence(int pow) in cast_silence()
1426 void cast_bend(int pow) in cast_bend()
1471 void cast_dispersal(int pow) in cast_dispersal()
1518 void cast_swap(int pow) in cast_swap()
1694 void cast_passwall(int pow) in cast_passwall()
1822 void cast_glamour(int pow) in cast_glamour()
2306 void cast_rotting(int pow) in cast_rotting()
[all …]
H A Dspells1.cc269 void conjure_flame(int pow) in conjure_flame()
318 void stinking_cloud( int pow ) in stinking_cloud()
359 void cast_big_c(int pow, char cty) in cast_big_c()
449 char cast_healing( int pow ) in cast_healing()
518 void cast_deaths_door(int pow) in cast_deaths_door()
542 void abjuration(int pow) in abjuration()
662 void extension(int pow) in extension()
808 void stone_scales(int pow) in stone_scales()
841 void missile_prot(int pow) in missile_prot()
851 void deflection(int pow) in deflection()
[all …]
H A Dspells2.cc49 unsigned char detect_traps( int pow ) in detect_traps()
82 unsigned char detect_items( int pow ) in detect_items()
651 void turn_undead(int pow) in turn_undead()
691 void holy_word(int pow) in holy_word()
781 void cast_refrigeration(int pow) in cast_refrigeration()
851 void drain_life(int pow) in drain_life()
914 int vampiric_drain(int pow) in vampiric_drain()
1208 void summon_small_mammals(int pow) in summon_small_mammals()
1270 void summon_scorpions(int pow) in summon_scorpions()
1423 void summon_undead(int pow) in summon_undead()
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/pow/
H A Dfunction.go1 package pow package
14 type pow struct { struct
15 interfaces.FunctionBase
33 …m, until int64, values map[parser.MetricRequest][]*types.MetricData) ([]*types.MetricData, error) {
58 func (f *pow) Description() map[string]types.FunctionDescription {
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/protocols/
H A Dpow_protocol.py29 def pow(val: 'cirq.Gate', exponent: Any) -> 'cirq.Gate': function
34 def pow(val: 'cirq.Operation', exponent: Any) -> 'cirq.Operation': function
39 def pow(val: 'cirq.Gate', exponent: Any, default: TDefault) -> Union[TDefault, 'cirq.Gate']: function
44 def pow( function
51 def pow(val: 'cirq.Circuit', exponent: int, default: TDefault) -> Union[TDefault, 'cirq.Circuit']: function
56 def pow(val: Any, exponent: Any, default: TDefault) -> Any: function
60 def pow(val: Any, exponent: Any, default: Any = RaiseTypeErrorIfNotProvided) -> Any: function
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dpow_protocol.py29 def pow(val: 'cirq.Gate', exponent: Any) -> 'cirq.Gate': function
34 def pow(val: 'cirq.Operation', exponent: Any) -> 'cirq.Operation': function
39 def pow(val: 'cirq.Gate', exponent: Any, default: TDefault) -> Union[TDefault, 'cirq.Gate']: function
44 def pow( function
51 def pow(val: 'cirq.Circuit', exponent: int, default: TDefault) -> Union[TDefault, 'cirq.Circuit']: function
56 def pow(val: Any, exponent: Any, default: TDefault) -> Any: function
60 def pow(val: Any, exponent: Any, default: Any = RaiseTypeErrorIfNotProvided) -> Any: function
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dpow_protocol.py29 def pow(val: 'cirq.Gate', exponent: Any) -> 'cirq.Gate': function
34 def pow(val: 'cirq.Operation', exponent: Any) -> 'cirq.Operation': function
39 def pow(val: 'cirq.Gate', exponent: Any, default: TDefault) -> Union[TDefault, 'cirq.Gate']: function
44 def pow( function
51 def pow(val: 'cirq.Circuit', exponent: int, default: TDefault) -> Union[TDefault, 'cirq.Circuit']: function
56 def pow(val: Any, exponent: Any, default: TDefault) -> Any: function
60 def pow(val: Any, exponent: Any, default: Any = RaiseTypeErrorIfNotProvided) -> Any: function
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/protocols/
H A Dpow_protocol.py29 def pow(val: 'cirq.Gate', exponent: Any) -> 'cirq.Gate': function
34 def pow(val: 'cirq.Operation', exponent: Any) -> 'cirq.Operation': function
39 def pow(val: 'cirq.Gate', exponent: Any, default: TDefault) -> Union[TDefault, 'cirq.Gate']: function
44 def pow( function
51 def pow(val: 'cirq.Circuit', exponent: int, default: TDefault) -> Union[TDefault, 'cirq.Circuit']: function
56 def pow(val: Any, exponent: Any, default: TDefault) -> Any: function
60 def pow(val: Any, exponent: Any, default: Any = RaiseTypeErrorIfNotProvided) -> Any: function
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dpow_protocol.py29 def pow(val: 'cirq.Gate', exponent: Any) -> 'cirq.Gate': function
34 def pow(val: 'cirq.Operation', exponent: Any) -> 'cirq.Operation': function
39 def pow(val: 'cirq.Gate', exponent: Any, default: TDefault) -> Union[TDefault, 'cirq.Gate']: function
44 def pow( function
51 def pow(val: 'cirq.Circuit', exponent: int, default: TDefault) -> Union[TDefault, 'cirq.Circuit']: function
56 def pow(val: Any, exponent: Any, default: TDefault) -> Any: function
60 def pow(val: Any, exponent: Any, default: Any = RaiseTypeErrorIfNotProvided) -> Any: function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-selfench.cc30 spret cast_deaths_door(int pow, bool fail) in cast_deaths_door()
55 spret ice_armour(int pow, bool fail) in ice_armour()
73 spret cast_revivification(int pow, bool fail) in cast_revivification()
155 spret cast_wereblood(int pow, bool fail) in cast_wereblood()
170 spret cast_silence(int pow, bool fail) in cast_silence()
185 spret cast_liquefaction(int pow, bool fail) in cast_liquefaction()
199 spret cast_transform(int pow, transformation which_trans, bool fail) in cast_transform()
H A Dspl-summoning.cc289 spret cast_dragon_call(int pow, bool fail) in cast_dragon_call()
580 bool summon_holy_warrior(int pow, bool punish) in summon_holy_warrior()
708 static void _animate_weapon(int pow, actor* target) in _animate_weapon()
804 void cast_tukimas_dance(int pow, actor* target) in cast_tukimas_dance()
816 int ball_lightning_hd(int pow, bool random) in ball_lightning_hd()
823 int mons_ball_lightning_hd(int pow, bool random) in mons_ball_lightning_hd()
1041 spret cast_summon_demon(int pow) in cast_summon_demon()
1475 int pow, in _raise_remains()
2011 const int pow = caster_mon ? in _init_servitor_monster() local
2112 dice_def battlesphere_damage(int pow) in battlesphere_damage()
[all …]
H A Dspl-damage.cc142 bool cast_smitey_damnation(int pow, bolt &beam) in cast_smitey_damnation()
888 dice_def freeze_damage(int pow) in freeze_damage()
1000 dice_def base_fragmentation_damage(int pow) in base_fragmentation_damage()
1373 dice_def shatter_damage(int pow, monster *mon) in shatter_damage()
1489 spret cast_shatter(int pow, bool fail) in cast_shatter()
2698 int dazzle_chance_denom(int pow) in dazzle_chance_denom()
2703 bool dazzle_monster(monster * mons, int pow) in dazzle_monster()
2860 int pow; in toxic_radiance_effect() local
3383 spret cast_imb(int pow, bool fail) in cast_imb()
3525 spret cast_frozen_ramparts(int pow, bool fail) in cast_frozen_ramparts()
[all …]
H A Dspl-goditem.cc150 static int _pacification_sides(const monster_type mc, int pow) in _pacification_sides()
184 static spret _try_to_pacify(monster &mon, int healed, int pow, in _try_to_pacify()
297 static int _pacify_chance(const monster_info& mi, const int pow, int scale) in _pacify_chance()
330 spret cast_healing(int pow, bool fail) in cast_healing()
621 int detect_items(int pow) in detect_items()
708 int detect_creatures(int pow, bool telepathic) in detect_creatures()
737 static bool _do_imprison(int pow, const coord_def& where, bool zin) in _do_imprison()
908 bool entomb(int pow) in entomb()
924 bool cast_imprison(int pow, monster* mons, int source) in cast_imprison()
940 bool cast_smiting(int pow, monster* mons) in cast_smiting()
[all …]
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/auxiliary/
H A Dpow.tcc48 pow(const T &base, const T &exponent) in pow() function
70 pow(const T &base, int exponent) in pow() function
88 pow(const T &base, int exponent) in pow() function
105 pow(const std::complex<T> &base, int exponent) in pow() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/examples/
H A Dsimple_udf.rs63 let pow = |args: &[ArrayRef]| { in main() localVariable
104 let pow = make_scalar_function(pow); in main() localVariable
110 let pow = create_udf( in main() localVariable
131 let pow = df.registry().udf("pow")?; in main() localVariable
/dports/science/madness/madness-ebb3fd7/src/apps/nick/
H A Dmpreal.h2774 inline const mpreal pow(const mpreal& a, const mpz_t b, mp_rnd_t rnd_mode) in pow() function
2800 inline const mpreal pow(const mpreal& a, const int b, mp_rnd_t rnd_mode) in pow() function
2810 inline const mpreal pow(const mpreal& a, const double b, mp_rnd_t rnd_mode) in pow() function
2833 inline const mpreal pow(const int a, const mpreal& b, mp_rnd_t rnd_mode) in pow() function
2844 inline const mpreal pow(const double a, const mpreal& b, mp_rnd_t rnd_mode) in pow() function
2941 inline const mpreal pow(const long int a, const int b, mp_rnd_t rnd_mode) in pow() function
2977 inline const mpreal pow(const int a, const long int b, mp_rnd_t rnd_mode) in pow() function
2988 inline const mpreal pow(const int a, const int b, mp_rnd_t rnd_mode) in pow() function
3005 inline const mpreal pow(const int a, const double b, mp_rnd_t rnd_mode) in pow() function
3037 inline const mpreal pow(const double a, const double b, mp_rnd_t rnd_mode) in pow() function
[all …]
/dports/math/universal/universal-3.48/include/universal/number/rational/math/
H A Dpow.hpp10 rational pow(rational x, rational y) { in pow() function
14 rational pow(rational x, int y) { in pow() function
18 rational pow(rational x, double y) { in pow() function
/dports/devel/thrust/thrust-1.9.5/thrust/detail/complex/
H A Dcpow.h28 pow(const complex<T0>& x, const complex<T1>& y) in pow() function
37 pow(const complex<T0>& x, const T1& y) in pow() function
46 pow(const T0& x, const complex<T1>& y) in pow() function
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/builtins/
H A Dpow.hpp13 double pow(long x, long y) in pow() function
19 long pow(long x, std::integral_constant<long, N>) in pow() function
33 auto pow(Types &&... args) in pow() function
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Drational.h159 inline Rational pow(Rational pow, const Rational& base) { in pow()
285 inline Unsigned pow(Unsigned pow, const Unsigned& base) { in pow()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/fwd/scal/fun/
H A Dpow.hpp15 inline fvar<T> pow(const fvar<T>& x1, const fvar<T>& x2) { in pow() function
24 inline fvar<T> pow(double x1, const fvar<T>& x2) { in pow() function
32 inline fvar<T> pow(const fvar<T>& x1, double x2) { in pow() function

12345678910>>...149