Home
last modified time | relevance | path

Searched refs:factor2 (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/dports/security/libecc/libecc-0.14.0/testsuite/polynomial/
H A Dtabledecoder.h41 friend bool operator==(factor_ct const& factor1, factor_ct const& factor2)
42 { return (factor1.M_factor == factor2.M_factor); }
43 friend bool operator!=(factor_ct const& factor1, factor_ct const& factor2)
44 { return (factor1.M_factor != factor2.M_factor); }
45 friend bool operator<(factor_ct const& factor1, factor_ct const& factor2)
46 { return (factor1.M_factor < factor2.M_factor); }
47 friend bool operator>(factor_ct const& factor1, factor_ct const& factor2)
48 { return (factor1.M_factor > factor2.M_factor); }
49 friend bool operator<=(factor_ct const& factor1, factor_ct const& factor2)
50 { return (factor1.M_factor <= factor2.M_factor); }
[all …]
/dports/math/R-cran-qualityTools/qualityTools/R/
H A Dmul_t.r38 temp = list(factor2)
40 factor2 = temp
44 print(factor2)
55 temp = list(factor2)
57 factor2 = temp
74 temp = list(factor2)
76 factor2 = temp
205 if (is.list(factor2)) {
209 factor2 = factor2[[1]]
211 print(factor2)
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/lib/util/
H A Dmallocvar.h28 unsigned int const factor2) { in mallocProduct() argument
49 if (factor1 == 0 || factor2 == 0) in mallocProduct()
53 if ((size_t)factor2 != factor2) in mallocProduct()
56 if (sizeMax / factor2 < factor1) in mallocProduct()
59 *resultP = malloc(factor1 * factor2); in mallocProduct()
69 unsigned int const factor2) { in reallocProduct() argument
84 if ((size_t)factor2 != factor2) in reallocProduct()
87 if (sizeMax / factor2 < factor1) in reallocProduct()
90 newBlockP = realloc(oldBlockP, factor1 * factor2); in reallocProduct()
/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() argument
23 _fmpz_factor_fit_length(factor1, factor1->num + factor2->num); in _fmpz_factor_concat()
25 for (i = 0; i < factor2->num; i++) in _fmpz_factor_concat()
27 fmpz_set(factor1->p + factor1->num + i, factor2->p + i); in _fmpz_factor_concat()
28 factor1->exp[factor1->num + i] = factor2->exp[i]*exp; in _fmpz_factor_concat()
31 factor1->num += factor2->num; 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() argument
23 _fmpz_factor_fit_length(factor1, factor1->num + factor2->num); in _fmpz_factor_concat()
25 for (i = 0; i < factor2->num; i++) in _fmpz_factor_concat()
27 fmpz_set(factor1->p + factor1->num + i, factor2->p + i); in _fmpz_factor_concat()
28 factor1->exp[factor1->num + i] = factor2->exp[i]*exp; in _fmpz_factor_concat()
31 factor1->num += factor2->num; 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() argument
23 _fmpz_factor_fit_length(factor1, factor1->num + factor2->num); in _fmpz_factor_concat()
25 for (i = 0; i < factor2->num; i++) in _fmpz_factor_concat()
27 fmpz_set(factor1->p + factor1->num + i, factor2->p + i); in _fmpz_factor_concat()
28 factor1->exp[factor1->num + i] = factor2->exp[i]*exp; in _fmpz_factor_concat()
31 factor1->num += factor2->num; in _fmpz_factor_concat()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/util/include/
H A Dmallocvar.h21 size_t const factor2) { in mallocProduct() argument
37 if (factor1 == 0 || factor2 == 0) in mallocProduct()
40 if (UINT_MAX / factor2 < factor1) in mallocProduct()
43 *resultP = malloc(factor1 * factor2); in mallocProduct()
52 unsigned int const factor2) { in reallocProduct() argument
58 if (UINT_MAX / factor2 < factor1) in reallocProduct()
61 newBlockP = realloc(oldBlockP, factor1 * 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() argument
37 if (factor1 == 0 || factor2 == 0) in mallocProduct()
40 if (UINT_MAX / factor2 < factor1) in mallocProduct()
43 *resultP = malloc(factor1 * factor2); in mallocProduct()
52 unsigned int const factor2) { in reallocProduct() argument
58 if (UINT_MAX / factor2 < factor1) in reallocProduct()
61 newBlockP = realloc(oldBlockP, factor1 * factor2); in reallocProduct()
/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() argument
40 make_star(star, add<Polygon>, star_point_count, factor1, factor2); 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() argument
65 … test_star_comb<polygon>(star_point_count, comb_comb_count, factor1, factor2, do_union, settings); in test_all()
84 double factor2 = 0.2; in main() local
115 …double, false, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
119 …<double, false, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
123 …<double, true, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
127 …test_all<double, true, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union,… in main()
/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() argument
40 make_star(star, add<Polygon>, star_point_count, factor1, factor2); 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() argument
65 … test_star_comb<polygon>(star_point_count, comb_comb_count, factor1, factor2, do_union, settings); in test_all()
84 double factor2 = 0.2; in main() local
115 …double, false, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
119 …<double, false, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
123 …<double, true, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
127 …test_all<double, true, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union,… in main()
/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() argument
40 make_star(star, add<Polygon>, star_point_count, factor1, factor2); 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() argument
65 … test_star_comb<polygon>(star_point_count, comb_comb_count, factor1, factor2, do_union, settings); in test_all()
84 double factor2 = 0.2; in main() local
115 …double, false, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
119 …<double, false, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
123 …<double, true, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
127 …test_all<double, true, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union,… in main()
/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() argument
40 make_star(star, add<Polygon>, star_point_count, factor1, factor2); 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() argument
65 … test_star_comb<polygon>(star_point_count, comb_comb_count, factor1, factor2, do_union, settings); in test_all()
84 double factor2 = 0.2; in main() local
115 …double, false, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
119 …<double, false, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
123 …<double, true, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
127 …test_all<double, true, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union,… in main()
/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() argument
40 make_star(star, add<Polygon>, star_point_count, factor1, factor2); 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() argument
65 … test_star_comb<polygon>(star_point_count, comb_comb_count, factor1, factor2, do_union, settings); in test_all()
84 double factor2 = 0.2; in main() local
115 …double, false, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
119 …<double, false, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
123 …<double, true, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
127 …test_all<double, true, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union,… in main()
/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() argument
40 make_star(star, add<Polygon>, star_point_count, factor1, factor2); 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() argument
65 … test_star_comb<polygon>(star_point_count, comb_comb_count, factor1, factor2, do_union, settings); in test_all()
84 double factor2 = 0.2; in main() local
115 …double, false, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
119 …<double, false, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
123 …<double, true, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
127 …test_all<double, true, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union,… in main()
/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() argument
40 make_star(star, add<Polygon>, star_point_count, factor1, factor2); 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() argument
65 … test_star_comb<polygon>(star_point_count, comb_comb_count, factor1, factor2, do_union, settings); in test_all()
84 double factor2 = 0.2; in main() local
115 …double, false, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
119 …<double, false, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
123 …<double, true, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
127 …test_all<double, true, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union,… in main()
/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() argument
40 make_star(star, add<Polygon>, star_point_count, factor1, factor2); 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() argument
65 … test_star_comb<polygon>(star_point_count, comb_comb_count, factor1, factor2, do_union, settings); in test_all()
84 double factor2 = 0.2; in main() local
115 …double, false, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
119 …<double, false, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
123 …<double, true, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
127 …test_all<double, true, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union,… in main()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dstar_comb.cpp36 …index, int star_point_count, int comb_comb_count, double factor1, double factor2, bool do_union, p… in test_star_comb() argument
39 make_star(star, add<Polygon>, star_point_count, factor1, factor2); 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() argument
65 …if (! test_star_comb<polygon>(i, star_point_count, comb_comb_count, factor1, factor2, do_union, se… in test_all()
92 double factor2 = 0.2; in main() local
123 …t_type, false, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
127 …st_type, false, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
131 …st_type, true, false>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
135 …est_type, true, true>(count, star_point_count, comb_comb_count, factor1, factor2, do_union, settin… in main()
/dports/multimedia/gavl/gavl-1.4.0/gavl/c/
H A D_mix_c.c50 SAMPLE_TYPE factor2 = FACTOR(1); in RENAME() local
58 (TMP_TYPE)SRC(1,i) * (TMP_TYPE)factor2; in RENAME()
72 SAMPLE_TYPE factor2 = FACTOR(1); in RENAME() local
81 (TMP_TYPE)SRC(1,i) * (TMP_TYPE)factor2 + in RENAME()
96 SAMPLE_TYPE factor2 = FACTOR(1); in RENAME() local
106 (TMP_TYPE)SRC(1,i) * (TMP_TYPE)factor2 + in RENAME()
123 SAMPLE_TYPE factor2 = FACTOR(1); in RENAME() local
134 (TMP_TYPE)SRC(1,i) * (TMP_TYPE)factor2 + in RENAME()
151 SAMPLE_TYPE factor2 = FACTOR(1); in RENAME() local
163 (TMP_TYPE)SRC(1,i) * (TMP_TYPE)factor2 + in RENAME()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/
H A Dfix_nh_cuda.cu101 F_FLOAT3 factor2; in Cuda_FixNHCuda_nh_v_press() local
104 factor2.x = factor_h[3], factor2.y = factor_h[4]; in Cuda_FixNHCuda_nh_v_press()
105 factor2.z = factor_h[5]; in Cuda_FixNHCuda_nh_v_press()
111 FixNHCuda_nh_v_press_Kernel <<< grid, threads>>> (groupbit, factor, p_triclinic, factor2); in Cuda_FixNHCuda_nh_v_press()
129 F_FLOAT3 factor2; in Cuda_FixNHCuda_nh_v_press_and_nve_v_NoBias() local
132 factor2.x = factor_h[3], factor2.y = factor_h[4]; in Cuda_FixNHCuda_nh_v_press_and_nve_v_NoBias()
133 factor2.z = factor_h[5]; in Cuda_FixNHCuda_nh_v_press_and_nve_v_NoBias()
140 …a_nh_v_press_and_nve_v_NoBias_Kernel <<< grid, threads>>> (groupbit, factor, p_triclinic, factor2); in Cuda_FixNHCuda_nh_v_press_and_nve_v_NoBias()
241 F_FLOAT3 factor2; in Cuda_FixNHCuda_nve_v_and_nh_v_press_NoBias() local
244 factor2.x = factor_h[3], factor2.y = factor_h[4]; in Cuda_FixNHCuda_nve_v_and_nh_v_press_NoBias()
[all …]
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() argument
60 vx += vy * factor2.z + vz * factor2.y; in FixNHCuda_nh_v_press_Kernel()
61 vy += vz * factor2.x; 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() argument
108 vx += vy * factor2.z + vz * factor2.y; in FixNHCuda_nh_v_press_and_nve_v_NoBias_Kernel()
109 vy += vz * factor2.x; 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() argument
192 vx += vy * factor2.z + vz * factor2.y; in FixNHCuda_nve_v_and_nh_v_press_NoBias_Kernel()
193 vy += vz * factor2.x; in FixNHCuda_nve_v_and_nh_v_press_NoBias_Kernel()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dhelix.c106 int radius1, radius2, d_angle, factor1, factor2, factor3, member
134 int factor1, int factor2, int factor3, int factor4) in helix() argument
161 cos_array[pmod((angle * factor2), ANGLES)]); in helix()
210 tmp = (int) ANGLES / (2 * hp->density * hp->factor1 * hp->factor2); in trig()
228 hp->factor2 = 2; in random_helix()
251 hp->factor2 = random_factor(); in random_helix()
257 hp->factor1, hp->factor2, hp->factor3, hp->factor4); in random_helix()
270 hp->factor2 = NRAND(8) + 1; in random_trig()
271 while (hp->factor1 == hp->factor2); in random_trig()
348 hp->factor1, hp->factor2, hp->factor3, hp->factor4); in draw_helix()
[all …]
/dports/math/e-antic/flint2-ae7ec89/fmpz_factor/test/
H A Dt-factor_trial.c22 fmpz_factor_t factor, factor2; in check() local
28 fmpz_factor_init(factor2); in check()
32 fmpz_factor_trial_range(factor2, n, 0, 1000); in check()
54 if (factor->num != factor2->num) in check()
67 fmpz_factor_print(factor2); in check()
93 fmpz_factor_clear(factor2); in check()
/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
28 fmpz_factor_init(factor2); in check()
32 fmpz_factor_trial_range(factor2, n, 0, 1000); in check()
54 if (factor->num != factor2->num) in check()
67 fmpz_factor_print(factor2); in check()
93 fmpz_factor_clear(factor2); in check()
/dports/math/flint2/flint-2.8.4/fmpz_factor/test/
H A Dt-factor_trial.c22 fmpz_factor_t factor, factor2; in check() local
28 fmpz_factor_init(factor2); in check()
32 fmpz_factor_trial_range(factor2, n, 0, 1000); in check()
54 if (factor->num != factor2->num) in check()
67 fmpz_factor_print(factor2); in check()
93 fmpz_factor_clear(factor2); in check()
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_est_quadratic.cxx208 double factor0, factor1, factor2; in estimate() local
214 factor2 = std::max(std::max(XtWX(0,0), XtWX(1,1)), in estimate()
217 …double scale0 = std::sqrt( (factor0 > 0 && factor2 > 0) ? factor2 / factor0 : 1 ); // neither shou… in estimate()
218 double scale1 = std::sqrt( (factor1 > 0 && factor2 > 0) ? factor2 / factor1 : 1 ); in estimate()
229 factor2 = max_of_9_elements( XtWX(0,0), XtWX(1,1), XtWX(2,2), in estimate()
233 …double scale0 = std::sqrt( (factor0 > 0 && factor2 > 0) ? factor2 / factor0 : 1 ); // neither shou… in estimate()
234 double scale1 = std::sqrt( (factor1 > 0 && factor2 > 0) ? factor2 / factor1 : 1 ); in estimate()

12345678910>>...22