Home
last modified time | relevance | path

Searched +defs:rest +defs:pow (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/builtin/modules/
H A Dmath.rs121 let rest = numbers in hypot() localVariable
165 let rest = match rest { in hypot() localVariable
242 fn pow(mut args: CallArgs, _: &mut Parser) -> SassResult<Value> { in pow() function
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/tinymath/lib/
H A Dtinymath.mjs202 peg$c13 = function peg$c13(first, rest) { argument
213 peg$c19 = function peg$c19(left, rest) { argument
223 peg$c24 = function peg$c24(left, rest) { argument
242 peg$c34 = function peg$c34(first, rest) { argument
1840 function pow(a, b) { function
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/tinymath/lib/
H A Dtinymath.mjs202 peg$c13 = function peg$c13(first, rest) { argument
215 peg$c19 = function peg$c19(left, rest) { argument
227 peg$c24 = function peg$c24(left, rest) { argument
248 peg$c34 = function peg$c34(first, rest) { argument
1699 function pow(a, b) { function
2428 pow: pow, property in functions
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/
H A Dpow.c326 static inline int pow_round_and_check_rn(double *pow, in pow_round_and_check_rn()
547 int pow_exact_case(double *pow, in pow_exact_case()
749 double pow; in pow_exact_rn() local
793 double rest; in pow_rn() local
/dports/math/crlibm/crlibm-1.0beta4/
H A Dpow.c326 static inline int pow_round_and_check_rn(double *pow, in pow_round_and_check_rn()
547 int pow_exact_case(double *pow, in pow_exact_case()
749 double pow; in pow_exact_rn() local
793 double rest; in pow_rn() local
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/
H A Dpow.c350 static inline int pow_round_and_check_rn(double *pow, in pow_round_and_check_rn()
571 int pow_exact_case(double *pow, in pow_exact_case()
773 double pow; in pow_exact_rn() local
817 double rest; in pow_rn() local
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dpseries.cpp94 ex rest; in pseries() local
296 int pow = elem.rest.degree(s).to_int(); in degree() local
322 int pow = elem.rest.ldegree(s).to_int(); in ldegree() local
/dports/biology/freebayes/freebayes-1.3.5/ttmath/
H A Dttmathbig.h1556 uint Pow(UInt<pow_size> pow) in Pow()
1608 uint Pow(Int<pow_size> pow) in Pow()
1647 uint PowUInt(Big<exp, man> pow) in PowUInt()
1703 uint PowInt(const Big<exp, man> & pow) in PowInt()
1739 uint PowFrac(const Big<exp, man> & pow) in PowFrac()
1769 uint Pow(const Big<exp, man> & pow) in Pow()
5834 uint rest = e % TTMATH_BITS_PER_UINT; in IsInteger() local
H A Dttmathuint.h1760 uint Div1_Calculate(const UInt<value_size> & divisor, UInt<value_size> & rest) in Div1_Calculate()
1774 uint Div1_CalculateRef(const UInt<value_size> & divisor, UInt<value_size> & rest) in Div1_CalculateRef()
2402 uint Pow(UInt<value_size> pow) in Pow()
2599 uint rest = bits % TTMATH_BITS_PER_UINT; in AreFirstBitsZero() local
3295 uint rest, table_id, index, digits; variable
/dports/devel/inastemp/inastemp-0.2.4/Src/AVX/
H A DInaVecAVXDouble.hpp251 const __m128d rest = _mm256_castpd256_pd128(vec); in horizontalSum() local
259 const __m128d rest = _mm256_castpd256_pd128(vec); in horizontalMul() local
571 inline InaVecAVX<double> pow(std::size_t power) const{ in pow() function in InaVecAVX
H A DInaVecAVXFloat.hpp259 const __m128 rest = _mm256_extractf128_ps(vec, 0); in horizontalSum() local
269 const __m128 rest = _mm256_extractf128_ps(vec, 0); in horizontalMul() local
557 inline InaVecAVX<float> pow(std::size_t power) const{ in pow() function in InaVecAVX
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DHexagonOptimize.cpp230 int pow; in process_match_flags() local
368 vector<MulExpr> &mpys, Expr &rest) { in find_mpy_ops()
575 Expr rest; in visit() local
672 Expr rest; in visit() local
1880 Expr rest; in visit() local
/dports/benchmarks/fio/fio-3.29/
H A Dparse.c222 unsigned int i, pow = 0, mult = kb_base; in __get_mult_bytes() local
840 char *rest; in __handle_option() local
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dbasic_functions.stub.php231 function array_intersect_ukey(array $array, ...$rest): array {}
240 function array_uintersect(array $array, ...$rest): array {}
249 function array_uintersect_assoc(array $array, ...$rest): array {}
255 function array_intersect_uassoc(array $array, ...$rest): array {}
270 function array_diff_ukey(array $array, ...$rest): array {}
278 function array_udiff(array $array, ...$rest): array {}
287 function array_diff_uassoc(array $array, ...$rest): array {}
293 function array_udiff_assoc(array $array, ...$rest): array {}
299 function array_udiff_uassoc(array $array, ...$rest): array {}
307 function array_multisort(&$array, &...$rest): bool {}
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dbasic_functions.stub.php179 function array_intersect_ukey(array $array, ...$rest): array {}
184 function array_uintersect(array $array, ...$rest): array {}
189 function array_uintersect_assoc(array $array, ...$rest): array {}
192 function array_intersect_uassoc(array $array, ...$rest): array {}
200 function array_diff_ukey(array $array, ...$rest): array {}
205 function array_udiff(array $array, ...$rest): array {}
210 function array_diff_uassoc(array $array, ...$rest): array {}
213 function array_udiff_assoc(array $array, ...$rest): array {}
216 function array_udiff_uassoc(array $array, ...$rest): array {}
224 function array_multisort(&$array, &...$rest): bool {}
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dbasic_functions.stub.php231 function array_intersect_ukey(array $array, ...$rest): array {}
240 function array_uintersect(array $array, ...$rest): array {}
249 function array_uintersect_assoc(array $array, ...$rest): array {}
255 function array_intersect_uassoc(array $array, ...$rest): array {}
270 function array_diff_ukey(array $array, ...$rest): array {}
278 function array_udiff(array $array, ...$rest): array {}
287 function array_diff_uassoc(array $array, ...$rest): array {}
293 function array_udiff_assoc(array $array, ...$rest): array {}
299 function array_udiff_uassoc(array $array, ...$rest): array {}
307 function array_multisort(&$array, &...$rest): bool {}
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dbasic_functions.stub.php179 function array_intersect_ukey(array $array, ...$rest): array {}
184 function array_uintersect(array $array, ...$rest): array {}
189 function array_uintersect_assoc(array $array, ...$rest): array {}
192 function array_intersect_uassoc(array $array, ...$rest): array {}
200 function array_diff_ukey(array $array, ...$rest): array {}
205 function array_udiff(array $array, ...$rest): array {}
210 function array_diff_uassoc(array $array, ...$rest): array {}
213 function array_udiff_assoc(array $array, ...$rest): array {}
216 function array_udiff_uassoc(array $array, ...$rest): array {}
224 function array_multisort(&$array, &...$rest): bool {}
[all …]
/dports/math/gap/gap-4.11.0/src/
H A Dpermutat.cc526 Obj pow; /* handle of the power (result) */ in PowPermInt() local
1573 Obj pow; /* power, may also be huge */ in SMALLEST_GENERATOR_PERM() local
1681 Obj rest; in RESTRICTED_PERM() local
/dports/math/z3/z3-z3-4.8.13/src/math/dd/
H A Ddd_pdd.cpp696 void pdd_manager::factor(pdd const& p, unsigned v, unsigned degree, pdd& lc, pdd& rest) { in factor()
727 pdd pow = one(); in factor() local
/dports/math/aribas/aribas-1.64/src/
H A Darith.c1235 int rest; local
1655 numdata pow; local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DBigIntType.cpp1389 RootedBigInt rest(cx); in toStringGeneric() local
2019 BigInt* BigInt::pow(JSContext* cx, HandleBigInt x, HandleBigInt y) { in pow() function in BigInt
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DBigIntType.cpp1391 RootedBigInt rest(cx); in toStringGeneric() local
2021 BigInt* BigInt::pow(JSContext* cx, HandleBigInt x, HandleBigInt y) { in pow() function in BigInt
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DBigIntType.cpp1395 RootedBigInt rest(cx); in toStringGeneric() local
2020 BigInt* BigInt::pow(JSContext* cx, HandleBigInt x, HandleBigInt y) { in pow() function in BigInt
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DBigIntType.cpp1391 RootedBigInt rest(cx); in toStringGeneric() local
2021 BigInt* BigInt::pow(JSContext* cx, HandleBigInt x, HandleBigInt y) { in pow() function in BigInt
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DIonBuilder.cpp3251 MPow* pow = MPow::New(alloc(), base, power, powerType); in powTrySpecialized() local
3473 MPow* pow = MPow::New(alloc(), base, exponent, MIRType::None); in jsop_pow() local
8916 MRest* rest = MRest::New(alloc(), constraints(), numActuals, in jsop_rest() local

12