Home
last modified time | relevance | path

Searched defs:factor2 (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/dports/multimedia/gavl/gavl-1.4.0/gavl/c/
H A D_mix_c.c50 SAMPLE_TYPE factor2 = FACTOR(1); in RENAME() local
72 SAMPLE_TYPE factor2 = FACTOR(1); in RENAME() local
96 SAMPLE_TYPE factor2 = FACTOR(1); in RENAME() local
123 SAMPLE_TYPE factor2 = FACTOR(1); in RENAME() local
151 SAMPLE_TYPE factor2 = FACTOR(1); in RENAME() local
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dstar_comb.cpp37 void test_star_comb(int star_point_count, int comb_comb_count, double factor1, double factor2, bool… in test_star_comb()
54 void test_all(int count, int star_point_count, int comb_comb_count, double factor1, double factor2,… in test_all()
84 double factor2 = 0.2; in main() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dstar_comb.cpp37 void test_star_comb(int star_point_count, int comb_comb_count, double factor1, double factor2, bool… in test_star_comb()
54 void test_all(int count, int star_point_count, int comb_comb_count, double factor1, double factor2,… in test_all()
84 double factor2 = 0.2; in main() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dstar_comb.cpp37 void test_star_comb(int star_point_count, int comb_comb_count, double factor1, double factor2, bool… in test_star_comb()
54 void test_all(int count, int star_point_count, int comb_comb_count, double factor1, double factor2,… in test_all()
84 double factor2 = 0.2; in main() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dstar_comb.cpp37 void test_star_comb(int star_point_count, int comb_comb_count, double factor1, double factor2, bool… in test_star_comb()
54 void test_all(int count, int star_point_count, int comb_comb_count, double factor1, double factor2,… in test_all()
84 double factor2 = 0.2; in main() local
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dstar_comb.cpp37 void test_star_comb(int star_point_count, int comb_comb_count, double factor1, double factor2, bool… in test_star_comb()
54 void test_all(int count, int star_point_count, int comb_comb_count, double factor1, double factor2,… in test_all()
84 double factor2 = 0.2; in main() local
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dstar_comb.cpp37 void test_star_comb(int star_point_count, int comb_comb_count, double factor1, double factor2, bool… in test_star_comb()
54 void test_all(int count, int star_point_count, int comb_comb_count, double factor1, double factor2,… in test_all()
84 double factor2 = 0.2; in main() local
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dstar_comb.cpp37 void test_star_comb(int star_point_count, int comb_comb_count, double factor1, double factor2, bool… in test_star_comb()
54 void test_all(int count, int star_point_count, int comb_comb_count, double factor1, double factor2,… in test_all()
84 double factor2 = 0.2; in main() local
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dstar_comb.cpp37 void test_star_comb(int star_point_count, int comb_comb_count, double factor1, double factor2, bool… in test_star_comb()
54 void test_all(int count, int star_point_count, int comb_comb_count, double factor1, double factor2,… in test_all()
84 double factor2 = 0.2; in main() local
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dstar_comb.cpp36 …nt index, int star_point_count, int comb_comb_count, double factor1, double factor2, bool do_union… in test_star_comb()
53 void test_all(int count, int star_point_count, int comb_comb_count, double factor1, double factor2,… in test_all()
92 double factor2 = 0.2; in main() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/util/include/
H A Dmallocvar.h21 size_t const factor2) { in mallocProduct()
52 unsigned int const factor2) { in reallocProduct()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/util/include/
H A Dmallocvar.h21 size_t const factor2) { in mallocProduct()
52 unsigned int const factor2) { in reallocProduct()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/
H A Dfix_nh_cuda_kernel.cu46 … void FixNHCuda_nh_v_press_Kernel(int groupbit, F_FLOAT3 factor, int p_triclinic, F_FLOAT3 factor2) in FixNHCuda_nh_v_press_Kernel()
87 …h_v_press_and_nve_v_NoBias_Kernel(int groupbit, F_FLOAT3 factor, int p_triclinic, F_FLOAT3 factor2) in FixNHCuda_nh_v_press_and_nve_v_NoBias_Kernel()
169 …ve_v_and_nh_v_press_NoBias_Kernel(int groupbit, F_FLOAT3 factor, int p_triclinic, F_FLOAT3 factor2) in FixNHCuda_nve_v_and_nh_v_press_NoBias_Kernel()
H A Dfix_nh_cuda.cu101 F_FLOAT3 factor2; in Cuda_FixNHCuda_nh_v_press() local
129 F_FLOAT3 factor2; in Cuda_FixNHCuda_nh_v_press_and_nve_v_NoBias() local
241 F_FLOAT3 factor2; in Cuda_FixNHCuda_nve_v_and_nh_v_press_NoBias() local
/dports/math/e-antic/flint2-ae7ec89/fmpz_factor/
H A Dconcat.c19 _fmpz_factor_concat(fmpz_factor_t factor1, fmpz_factor_t factor2, ulong exp) in _fmpz_factor_concat()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_factor/
H A Dconcat.c19 _fmpz_factor_concat(fmpz_factor_t factor1, fmpz_factor_t factor2, ulong exp) in _fmpz_factor_concat()
/dports/math/flint2/flint-2.8.4/fmpz_factor/
H A Dconcat.c19 _fmpz_factor_concat(fmpz_factor_t factor1, fmpz_factor_t factor2, ulong exp) in _fmpz_factor_concat()
/dports/graphics/netpbm/netpbm-10.91.01/lib/util/
H A Dmallocvar.h28 unsigned int const factor2) { in mallocProduct()
69 unsigned int const factor2) { in reallocProduct()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dprecondition.h1812 const double factor2, in vector_updates()
1879 const Number factor2 = this->factor2; in apply_to_subrange() local
1913 const Number factor2; member
1954 const double factor2, in vector_updates()
1994 const double factor2, in vector_updates()
2426 const double factor1 = rhokp * rhok, factor2 = 2. * rhokp / delta; in vmult() local
2472 const double factor1 = rhokp * rhok, factor2 = 2. * rhokp / delta; in Tvmult() local
2519 const double factor1 = rhokp * rhok, factor2 = 2. * rhokp / delta; in step() local
2566 const double factor1 = rhokp * rhok, factor2 = 2. * rhokp / delta; in Tstep() local
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DHeffDiagrams5.cpp143 double factor2 = 0.0; local
222 double factor2 = 0.0; local
470 double factor2 = 0.0; local
549 double factor2 = 0.0; local
803 const double factor2 = (TwoJdown==0)?sqrt(2.0*(TwoSR+1.0)/(TwoSRdown+1.0)):0.0; local
876 double factor2 = (TwoJ==0)?sqrt(2.0*(TwoSR+1.0)/(TwoSRdown+1.0)):0.0; local
1121 const double factor2 = (TwoJ==0)?sqrt(2.0*(TwoSRdown+1.0)/(TwoSR+1.0)):0.0; local
1193 double factor2 = (TwoJdown==0)?sqrt(2.0*(TwoSRdown+1.0)/(TwoSR+1.0)):0.0; local
1512 double factor2 = (TwoJ==0)?sqrt(2.0*(TwoSR+1.0)/(TwoSRdown+1.0)):0.0; local
1754 const double factor2 = (TwoJ==0)?sqrt(2.0*(TwoSRdown+1.0)/(TwoSR+1.0)):0.0; local
[all …]
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/benchmarks/
H A Dtestapi_boost.cc9 void (Multiplier::*factor2) (double) = &Multiplier::SetFactor; variable
/dports/math/e-antic/flint2-ae7ec89/fmpz_factor/test/
H A Dt-factor_trial.c22 fmpz_factor_t factor, factor2; in check() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_factor/test/
H A Dt-factor_trial.c22 fmpz_factor_t factor, factor2; in check() local
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/rainbow/util/
H A DComputeInField.java207 short factor2 = GF2Field.invElem(A[k][k]); in computeZerosUnder() local
249 short factor2 = GF2Field.invElem(A[k][k]); in computeZerosAbove() local
/dports/math/flint2/flint-2.8.4/fmpz_factor/test/
H A Dt-factor_trial.c22 fmpz_factor_t factor, factor2; in check() local

12345678910>>...16