Home
last modified time | relevance | path

Searched refs:dyadic (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/math/curv/curv-0.5/ideas/language/structure/
H A DK25 + dyadic plus. add numbers together
27 - dyadic minus. subtraction
29 * dyadic times. multiply two numbers
33 | dyadic max/or. MAX(x,y) or OR(x,y)
37 & dyadic min/and. MIN(x,y) or AND(x,y)
39 ^ dyadic power. x to the exponent y
43 < dyadic less. boolean is x less than y
53 @ dyadic at. elts from x at indices y
55 @ tetradic dyadic amend. see \.
70 $ dyadic form/format. cast
[all …]
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dloglin.R113 dyadic <- NULL functionVar
115 dyadic <- cbind(dyadic, terms %% 2)
118 dyadic <- dyadic[order(rowSums(dyadic)), , drop = FALSE]
121 vars <- which(dyadic[i - 1, ] > 0)
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dloglin.R113 dyadic <- NULL functionVar
115 dyadic <- cbind(dyadic, terms %% 2)
118 dyadic <- dyadic[order(rowSums(dyadic)), , drop = FALSE]
121 vars <- which(dyadic[i - 1, ] > 0)
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/arm/
H A Dvfp-fma-inc.s8 .macro dyadic op cond="" f32=".f32" f64=".f64" macro
15 dyadic \op
16 dyadic \op eq
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Dvfp-fma-inc.s8 .macro dyadic op cond="" f32=".f32" f64=".f64" macro
15 dyadic \op
16 dyadic \op eq
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/arm/
H A Dvfp-fma-inc.s8 .macro dyadic op cond="" f32=".f32" f64=".f64" macro
15 dyadic \op
16 dyadic \op eq
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/arm/
H A Dvfp-fma-inc.s8 .macro dyadic op cond="" f32=".f32" f64=".f64" macro
15 dyadic \op
16 dyadic \op eq
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Dvfp-fma-inc.s8 .macro dyadic op cond="" f32=".f32" f64=".f64" macro
15 dyadic \op
16 dyadic \op eq
/dports/math/py-sympy/sympy-1.9/sympy/discrete/tests/
H A Dtest_convolutions.py34 assert convolution(a, b, dyadic=True) == convolution_fwht(a, b)
35 assert convolution(a, b, dyadic=False) == convolution(a, b)
36 raises(TypeError, lambda: convolution(b, d, dps=2, dyadic=True))
37 raises(TypeError, lambda: convolution(b, d, prime=p, dyadic=True))
38 raises(TypeError, lambda: convolution(a, b, dps=2, dyadic=True))
39 raises(TypeError, lambda: convolution(b, c, prime=p, dyadic=True))
43 convolution(a, b, subset=True, dyadic=False) == \
101 assert convolution(a, b, dyadic=True, cycle=3) == \
104 assert convolution(a, b, dyadic=True, cycle=5) == [2718149225143,
107 assert convolution(c, d, dyadic=True, cycle=4) == \
[all …]
/dports/lang/gnu-apl/apl-1.8/src/testcases/
H A DOper_userfun.tc44dyadic ¨ ------------------------
62dyadic f/ ------------------------
112dyadic ⍨ ------------------------
H A DQuad_ES.tc113dyadic ----------------------------------
130dyadic, integer B, B is a defined error ----------------------------------
157dyadic, B is 0 0 ----------------------------------
H A DAAA4_Function_headers.tc58dyadic no result
80dyadic with result
/dports/math/py-sympy/sympy-1.9/sympy/discrete/
H A Dconvolutions.py14 def convolution(a, b, cycle=0, dps=None, prime=None, dyadic=None, subset=None):
77 dyadic = True if dyadic else None
79 if sum(x is not None for x in (prime, dps, dyadic, subset)) > 1:
86 if dyadic:
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dbug47168.phpt6 $dyadic = 0.00000000000045474735088646411895751953125;
7 var_dump(printf ("%1.41f\n",unserialize(serialize($dyadic))));
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dbug47168.phpt6 $dyadic = 0.00000000000045474735088646411895751953125;
7 var_dump(printf ("%1.41f\n",unserialize(serialize($dyadic))));
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dbug47168.phpt6 $dyadic = 0.00000000000045474735088646411895751953125;
7 var_dump(printf ("%1.41f\n",unserialize(serialize($dyadic))));
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dbug47168.phpt6 $dyadic = 0.00000000000045474735088646411895751953125;
7 var_dump(printf ("%1.41f\n",unserialize(serialize($dyadic))));
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dbug47168.phpt6 $dyadic = 0.00000000000045474735088646411895751953125;
7 var_dump(printf ("%1.41f\n",unserialize(serialize($dyadic))));
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dbug47168.phpt6 $dyadic = 0.00000000000045474735088646411895751953125;
7 var_dump(printf ("%1.41f\n",unserialize(serialize($dyadic))));
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dbug47168.phpt6 $dyadic = 0.00000000000045474735088646411895751953125;
7 var_dump(printf ("%1.41f\n",unserialize(serialize($dyadic))));
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dbug47168.phpt6 $dyadic = 0.00000000000045474735088646411895751953125;
7 var_dump(printf ("%1.41f\n",unserialize(serialize($dyadic))));
/dports/math/py-sympy/sympy-1.9/doc/src/modules/physics/vector/
H A Dadvanced.rst14 A dyadic tensor is a second order tensor formed by the juxtaposition of a pair
17 class :obj:`sympy.physics.vector.dyadic.Dyadic`. To know more, refer to the
18 :obj:`sympy.physics.vector.dyadic.Dyadic` and
39 Notice that the ``inertia`` function returns a dyadic with each component
41 :obj:`sympy.physics.vector.dyadic.Dyadic` section for more information about dyadics.
45 about the reference frame(s) the inertia dyadic is defined in, you must provide
46 one or two reference frames to extract the measure numbers from the dyadic.
/dports/devel/hyperscan/boost_1_75_0/libs/math/doc/sf/
H A Ddaubechies.qbk72 …nstructor call is expensive, as it must assemble a /dyadic grid/--values of [sub /p/]\u03C6 at dya…
96 creates a Daubechies scaling function interpolated from a dyadic grid computed down to depth /j/ = …
99 Note that the only reason that this is a class, rather than a free function is that the dyadic grid…
100 Hence, it may make sense to precompute the dyadic grid and dump it in a `.cpp` file; this can be ac…
108 Note that quad precision is the most accurate precision provided, for both the dyadic grid and for …
/dports/math/scilab-toolbox-swt/swt/macros/help_from_sci/
H A Ddyaddown.sci2 // dyadic downsampling
14 // dyaddown is an utility function for dyadic downsampling. if EVEN_ODD is even, even index entries…
H A Ddyadup.sci2 // dyadic upsampling
14 // dyadup is an utility function for dyadic upsampling. if EVEN_ODD is even, zeors will be put betw…

12345678910>>...18