Home
last modified time | relevance | path

Searched refs:a_orig (Results 1 – 25 of 146) sorted by relevance

123456

/dports/math/R-cran-units/units/tests/testthat/
H A Dtest_conversion.R140 a_orig <- a <- 1:10 globalVar
142 expect_equal(as.numeric(a), a_orig)
146 a_orig <- a <- 1:10 globalVar
149 expect_equal(as.numeric(a), a_orig/1e6)
151 expect_equal(a, set_units(a_orig, 1))
153 expect_equal(a, set_units(a_orig, 1))
155 expect_equal(a, set_units(a_orig * 1000, 1))
/dports/math/blis/blis-0.8.1/testsuite/src/
H A Dtest_syr.c84 obj_t* a_orig,
276 obj_t* a_orig, in libblis_test_syr_check() argument
316 bli_mksymm( a_orig ); in libblis_test_syr_check()
318 bli_obj_set_struc( BLIS_GENERAL, a_orig ); in libblis_test_syr_check()
320 bli_obj_set_uplo( BLIS_DENSE, a_orig ); in libblis_test_syr_check()
338 bli_gemv( &BLIS_ONE, a_orig, &t, &BLIS_ONE, &w ); in libblis_test_syr_check()
H A Dtest_her.c84 obj_t* a_orig,
277 obj_t* a_orig, in libblis_test_her_check() argument
316 bli_mkherm( a_orig ); in libblis_test_her_check()
318 bli_obj_set_struc( BLIS_GENERAL, a_orig ); in libblis_test_her_check()
320 bli_obj_set_uplo( BLIS_DENSE, a_orig ); in libblis_test_her_check()
338 bli_gemv( &BLIS_ONE, a_orig, &t, &BLIS_ONE, &w ); in libblis_test_her_check()
H A Dtest_syr2.c86 obj_t* a_orig,
286 obj_t* a_orig, in libblis_test_syr2_check() argument
330 bli_mksymm( a_orig ); in libblis_test_syr2_check()
332 bli_obj_set_struc( BLIS_GENERAL, a_orig ); in libblis_test_syr2_check()
334 bli_obj_set_uplo( BLIS_DENSE, a_orig ); in libblis_test_syr2_check()
361 bli_gemv( &BLIS_ONE, a_orig, &t, &BLIS_ONE, &w1 ); in libblis_test_syr2_check()
H A Dtest_her2.c86 obj_t* a_orig,
287 obj_t* a_orig, in libblis_test_her2_check() argument
328 bli_mkherm( a_orig ); in libblis_test_her2_check()
330 bli_obj_set_struc( BLIS_GENERAL, a_orig ); in libblis_test_her2_check()
332 bli_obj_set_uplo( BLIS_DENSE, a_orig ); in libblis_test_her2_check()
361 bli_gemv( &BLIS_ONE, a_orig, &t, &BLIS_ONE, &w1 ); in libblis_test_her2_check()
/dports/math/gmp/gmp-6.2.1/tests/
H A Drefmpz.c82 refmpz_gcd (mpz_ptr g, mpz_srcptr a_orig, mpz_srcptr b_orig) in refmpz_gcd() argument
89 mpz_abs (a, a_orig); in refmpz_gcd()
139 refmpz_kronecker (mpz_srcptr a_orig, mpz_srcptr b_orig) in refmpz_kronecker() argument
146 return JACOBI_Z0 (a_orig); /* (a/0) */ in refmpz_kronecker()
148 if (mpz_sgn (a_orig) == 0) in refmpz_kronecker()
151 if (mpz_even_p (a_orig) && mpz_even_p (b_orig)) in refmpz_kronecker()
157 mpz_init_set (a, a_orig); in refmpz_kronecker()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/
H A Drefmpz.c82 refmpz_gcd (mpz_ptr g, mpz_srcptr a_orig, mpz_srcptr b_orig) in refmpz_gcd() argument
89 mpz_abs (a, a_orig); in refmpz_gcd()
139 refmpz_kronecker (mpz_srcptr a_orig, mpz_srcptr b_orig) in refmpz_kronecker() argument
146 return JACOBI_Z0 (a_orig); /* (a/0) */ in refmpz_kronecker()
148 if (mpz_sgn (a_orig) == 0) in refmpz_kronecker()
151 if (mpz_even_p (a_orig) && mpz_even_p (b_orig)) in refmpz_kronecker()
157 mpz_init_set (a, a_orig); in refmpz_kronecker()
/dports/math/mpir/mpir-3.0.0/tests/
H A Drefmpz.c96 refmpz_kronecker (mpz_srcptr a_orig, mpz_srcptr b_orig) in refmpz_kronecker() argument
103 return JACOBI_Z0 (a_orig); /* (a/0) */ in refmpz_kronecker()
105 if (mpz_sgn (a_orig) == 0) in refmpz_kronecker()
108 if (mpz_even_p (a_orig) && mpz_even_p (b_orig)) in refmpz_kronecker()
114 mpz_init_set (a, a_orig); in refmpz_kronecker()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/
H A Drefmpz.c94 refmpz_kronecker (mpz_srcptr a_orig, mpz_srcptr b_orig) in refmpz_kronecker() argument
101 return JACOBI_Z0 (a_orig); /* (a/0) */ in refmpz_kronecker()
103 if (mpz_sgn (a_orig) == 0) in refmpz_kronecker()
106 if (mpz_even_p (a_orig) && mpz_even_p (b_orig)) in refmpz_kronecker()
112 mpz_init_set (a, a_orig); in refmpz_kronecker()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/
H A Drefmpz.c94 refmpz_kronecker (mpz_srcptr a_orig, mpz_srcptr b_orig) in refmpz_kronecker() argument
101 return JACOBI_Z0 (a_orig); /* (a/0) */ in refmpz_kronecker()
103 if (mpz_sgn (a_orig) == 0) in refmpz_kronecker()
106 if (mpz_even_p (a_orig) && mpz_even_p (b_orig)) in refmpz_kronecker()
112 mpz_init_set (a, a_orig); in refmpz_kronecker()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dmaple.h34 gen _inverse(const gen & a_orig,GIAC_CONTEXT);
36 gen _igcdex(const gen & a_orig,GIAC_CONTEXT);
37 gen _gcdex(const gen & a_orig,GIAC_CONTEXT);
44 gen _cat(const gen & a_orig,GIAC_CONTEXT);
45 gen _pivot(const gen & a_orig,GIAC_CONTEXT);
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/utilities/
H A Dpower_tools.py438 def approx_error(a_orig, w_approx): argument
451 assert all(v >= 0 for v in a_orig)
453 assert len(a_orig) == len(w_approx)
455 w_orig = np.array(a_orig, dtype=float)/sum(a_orig)
/dports/sysutils/cmogstored/cmogstored-1.8.1/
H A Dcfg_validate.c10 const char *param, const char *a_orig, const char *b_orig, in paths_eql_or_die() argument
13 char *a = mog_canonpath_die(a_orig, canon_mode); in paths_eql_or_die()
23 param, a_orig, b_orig); in paths_eql_or_die()
/dports/math/mpir/mpir-3.0.0/tests/mpz/
H A Dt-jac.c252 try_periodic_num (mpz_srcptr a_orig, mpz_srcptr b, int answer) in try_periodic_num() argument
260 mpz_init_set (a, a_orig); in try_periodic_num()
276 mpz_set (a, a_orig); in try_periodic_num()
393 try_2num (mpz_srcptr a_orig, mpz_srcptr b, int answer) in try_2num() argument
401 if (mpz_sgn (a_orig) == 0) in try_2num()
420 mpz_mul_2exp (a, a_orig, k); in try_2num()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp98 T es_orig, a_orig; /* es and a before any +proj related adjustment */ member
137 , es_orig(0), a_orig(0) in pj_consts()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp96 T es_orig, a_orig; /* es and a before any +proj related adjustment */ member
135 , es_orig(0), a_orig(0) in pj_consts()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/projections/impl/
H A Dprojects.hpp96 T es_orig, a_orig; /* es and a before any +proj related adjustment */ member
135 , es_orig(0), a_orig(0) in pj_consts()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp96 T es_orig, a_orig; /* es and a before any +proj related adjustment */ member
135 , es_orig(0), a_orig(0) in pj_consts()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/projections/impl/
H A Dprojects.hpp96 T es_orig, a_orig; /* es and a before any +proj related adjustment */ member
135 , es_orig(0), a_orig(0) in pj_consts()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/impl/
H A Dprojects.hpp98 T es_orig, a_orig; /* es and a before any +proj related adjustment */ member
136 , es_orig(0), a_orig(0) in pj_consts()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp98 T es_orig, a_orig; /* es and a before any +proj related adjustment */ member
137 , es_orig(0), a_orig(0) in pj_consts()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp98 T es_orig, a_orig; /* es and a before any +proj related adjustment */ member
137 , es_orig(0), a_orig(0) in pj_consts()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp98 T es_orig, a_orig; /* es and a before any +proj related adjustment */ member
136 , es_orig(0), a_orig(0) in pj_consts()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/
H A Dutf8.c891 LIB_EXPORT uint32_t CC string_match ( const char *a_orig, size_t asize, in string_match() argument
897 assert ( a_orig != NULL && b != NULL ); in string_match()
899 a = a_orig; in string_match()
900 aend = a_orig + asize; in string_match()
927 * msize = ( size_t ) ( a - a_orig ); in string_match()
934 LIB_EXPORT uint32_t CC strcase_match ( const char *a_orig, size_t asize, in strcase_match() argument
940 assert ( a_orig != NULL && b != NULL ); in strcase_match()
942 a = a_orig; in strcase_match()
943 aend = a_orig + asize; in strcase_match()
977 * msize = ( size_t ) ( a - a_orig ); in strcase_match()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/
H A Dutf8.c891 LIB_EXPORT uint32_t CC string_match ( const char *a_orig, size_t asize, in string_match() argument
897 assert ( a_orig != NULL && b != NULL ); in string_match()
899 a = a_orig; in string_match()
900 aend = a_orig + asize; in string_match()
927 * msize = ( size_t ) ( a - a_orig ); in string_match()
934 LIB_EXPORT uint32_t CC strcase_match ( const char *a_orig, size_t asize, in strcase_match() argument
940 assert ( a_orig != NULL && b != NULL ); in strcase_match()
942 a = a_orig; in strcase_match()
943 aend = a_orig + asize; in strcase_match()
977 * msize = ( size_t ) ( a - a_orig ); in strcase_match()

123456