Home
last modified time | relevance | path

Searched refs:two_by_two (Results 1 – 8 of 8) sorted by relevance

/dports/lang/yorick/yorick-y_2_2_04/hex/
H A Dtest.i150 func two_by_two(refl) in two_by_two() function
268 two_by_two;
294 two_by_two;
321 two_by_two, 1;
367 two_by_two, 1;
438 two_by_two, 1;
466 two_by_two, 1;
647 two_by_two;
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/GL/
H A DSoGLLazyElement.cpp94 static uint32_t two_by_two[] = {0, 2, 3, 1}; variable
108 matrix[i*newsize+j] += two_by_two[(i/oldsize)*2 + (j/oldsize)]; in generate_next_matrix()
121 uint32_t * currmatrix = two_by_two; in make_dither_matrix()
129 if (currmatrix != two_by_two) delete[] currmatrix; in make_dither_matrix()
138 if (currmatrix != two_by_two) delete[] currmatrix; in make_dither_matrix()
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/fun/
H A Dmatrix_power_test.cpp6 TEST(MathMatrixPower, two_by_two) { in TEST() argument
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/umfpack/
H A Dumf_2by2.c80 PRIVATE Int two_by_two /* returns # unmatched weak diagonals */ in two_by_two() function
845 unmatched = two_by_two (n2, Cp, Ci, Degree, Next, Ri, P, Rp, Head) ; in UMF_2by2()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/umfpack/UMFPACK/Source/
H A Dumf_2by2.cc79 PRIVATE Int two_by_two /* returns # unmatched weak diagonals */ in two_by_two() function
844 unmatched = two_by_two (n2, Cp, Ci, Degree, Next, Ri, P, Rp, Head) ; in UMF_2by2()
/dports/science/elmerfem/elmerfem-release-9.0/umfpack/src/umfpack/
H A Dumf_2by2.c79 PRIVATE Int two_by_two /* returns # unmatched weak diagonals */ in two_by_two() function
844 unmatched = two_by_two (n2, Cp, Ci, Degree, Next, Ri, P, Rp, Head) ; in UMF_2by2()
/dports/math/stanmath/math-4.2.0/doxygen/contributor_help_pages/
H A Dautodiff_test_guide.md107 TEST(inverse, two_by_two) {
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/tests/
H A Dtest_abstract_conv.py1196 def get_upsampled_twobytwo_mat(self, two_by_two, ratio): argument
1220 up_1D = two_by_two[:, :, :, :1] * kern[::-1] + \
1221 two_by_two[:, :, :, 1:] * kern