Home
last modified time | relevance | path

Searched refs:base_exp (Results 1 – 13 of 13) sorted by relevance

/dports/www/mod_perl2/mod_perl-2.0.11/Apache-Test/lib/Apache/
H A DTest.pm68 my @base_exp;
81 push @base_exp, $_[$i];
85 push @base_exp, $_[$i];
95 push @base_exp, $_[$i];
98 if (!@exp and @base_exp) {
101 elsif (@exp and !@base_exp) {
102 @base_exp=('!:DEFAULT');
114 push @base_exp, '!plan';
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/numbers/
H A Dnumbertheory.py560 base_exp = int(mpmath.log(py_n, py_b))
562 exp = (base_exp + 1) if base_exp >= 0 else base_exp
581 base_exp = int(mpmath.log10(py_n))
582 exp = (base_exp + 1) if base_exp >= 0 else base_exp
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/models/
H A Dtest_run_results.py256 base_exp = expectations.get_base_expectations(test_name)
258 test_dict['base_expectations'] = list(base_exp.results)
/dports/games/avanor/avanor-0.5.8/creature/
H A Dcreature.cpp873 return base_exp + _EXP / 10; in GetExp()
900 return (unsigned long)(2 * base_exp * pow(lev, 2.5)); in ExpOfLevel()
1415 f->Write(&base_exp); in Store()
1467 f->Read(&base_exp); in Restore()
H A Dcreature.h195 int base_exp; variable
H A Danycr.cpp85 base_exp = GetCreatureStrength(); in XAnyCreature()
H A Dxhero.cpp89 base_exp = (int)(GetCreatureStrength() * 0.6); in XHero()
90 if (base_exp > 55) in XHero()
91 base_exp = 55; in XHero()
/dports/math/py-sympy/sympy-1.9/sympy/integrals/
H A Dmanualintegrate.py451 def make_inverse_trig(RuleClass, base_exp, a, sign_a, b, sign_b):
458 constant = a**base_exp
460 factored = current_base ** base_exp
467 substep = RuleClass(current_base ** base_exp, current_symbol)
471 u_constant, current_base ** base_exp, substep,
472 u_constant * current_base ** base_exp, symbol)
/dports/math/py-Diofant/Diofant-0.13.0/diofant/core/
H A Dmul.py1132 def base_exp(a): function
1152 b, e = base_exp(a)
1170 b, e = base_exp(b)
/dports/math/py-sympy/sympy-1.9/sympy/core/
H A Dmul.py1659 def base_exp(a): function
1678 (b, e) = base_exp(a)
1696 (b, e) = base_exp(b)
/dports/math/pspp/pspp-1.4.1/tests/data/
H A Ddata-in.at67 my ($base_exp) = floor ($number ? log10 ($number) : 0);
69 my ($exponent) = $base_exp + $offset;
/dports/devel/zls/zls-0.9.0/src/
H A Danalysis.zig356 const base_exp = var_decl.ast.init_node;
359 if (node_tags[base_exp] == .field_access) {
360 const name = tree.tokenSlice(tree.nodes.items(.data)[base_exp].rhs);
364 …return try resolveVarDeclAliasInternal(store, arena, .{ .node = base_exp, .handle = handle }, true…
/dports/math/pspp/pspp-1.4.1/tests/
H A Dtestsuite4150 my ($base_exp) = floor ($number ? log10 ($number) : 0);
4152 my ($exponent) = $base_exp + $offset;