Home
last modified time | relevance | path

Searched refs:res12 (Results 1 – 25 of 1744) sorted by relevance

12345678910>>...70

/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/quadpack/
H A Ddqc25s.f163 res12 = 0.0d+00
171 res12 = res12+cheb12(i)*ri(i)
184 res12 = 0.0d+00
187 res12 = res12+cheb12(i)*rg(i)
213 res12 = res12+cheb12(i)*ri(i)
226 res12 = 0.0d+00
229 res12 = res12+cheb12(i)*rg(i)
270 res12 = res12+cheb12(i)*rj(i)
286 res12 = res12+cheb12(i)*rh(i)
312 res12 = res12+cheb12(i)*rj(i)
[all …]
H A Ddqc25c.f59 * resasc,result,res12,res24,u,x local
139 res12 = cheb12(1)*amom0+cheb12(2)*amom1
145 res12 = res12+cheb12(k)*amom2
159 abserr = dabs(res24-res12)
/dports/math/openblas/OpenBLAS-0.3.18/kernel/riscv64/
H A Dsgemm_kernel_16x4_c910v.c789 res12 = 0; in CNAME()
821 res12 = res12 + load0 * loadb3; in CNAME()
843 res12 = res12 * alpha; in CNAME()
907 res12 = res12 + load0 * loadb3; in CNAME()
923 res12 = res12 * alpha; in CNAME()
969 res12 = res12 + load0 * loadb3; in CNAME()
981 res12 = res12 * alpha; in CNAME()
1198 res12 = res12 + load4 * loadb1; in CNAME()
1220 res12 = res12 * alpha; in CNAME()
1414 res12 = res12 + ptrba[12] * loadb0; in CNAME()
[all …]
H A Ddgemm_kernel_8x4_c910v.c422 res12 = 0; in CNAME()
454 res12 = res12 + load0 * loadb3; in CNAME()
476 res12 = res12 * alpha; in CNAME()
518 res12 = 0; in CNAME()
540 res12 = res12 + load0 * loadb3; in CNAME()
556 res12 = res12 * alpha; in CNAME()
585 res12 = 0; in CNAME()
602 res12 = res12 + load0 * loadb3; in CNAME()
614 res12 = res12 * alpha; in CNAME()
685 res12 = res12 + load4 * loadb1; in CNAME()
[all …]
/dports/math/maxima/maxima-5.43.2/src/numerical/slatec/
H A Ddqc25s.lisp104 (setf res12 0.0)
111 (setf res12
132 (setf res12 0.0)
137 (setf res12
182 (setf res12
203 (setf res12 0.0)
208 (setf res12
268 (setf res12
294 (setf res12
339 (setf res12
[all …]
H A Ddqc25c.lisp38 (resasc 0.0) (res12 0.0) (res24 0.0) (u 0.0))
41 (type (double-float) u res24 res12 resasc resabs p4 p3 p2 hlgth
92 (setf res12
110 (setf res12 (+ res12 (* (f2cl-lib:fref cheb12 (k) ((1 13))) amom2)))
132 (setf abserr (abs (- res24 res12)))
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_integration__qc25s.c69 double res12 = 0, res24 = 0;
72 compute_result (t->ri, cheb12, cheb24, &res12, &res24);
75 *abserr = fabs(u * (res24 - res12));
107 double res12 = 0, res24 = 0;
110 compute_result (t->rj, cheb12, cheb24, &res12, &res24);
113 *abserr = fabs(u * (res24 - res12));
223 double res12 = 0;
228 res12 += r[i] * cheb12[i];
236 *result12 = res12;
H A Dgsl_integration__qc25c.c70 double res12 = 0, res24 = 0;
77 res12 += cheb12[i] * moment[i];
86 *abserr = fabs(res24 - res12) ;
/dports/math/gsl/gsl-2.7/integration/
H A Dqc25s.c69 double res12 = 0, res24 = 0; in qc25s() local
72 compute_result (t->ri, cheb12, cheb24, &res12, &res24); in qc25s()
75 *abserr = fabs(u * (res24 - res12)); in qc25s()
107 double res12 = 0, res24 = 0; in qc25s() local
110 compute_result (t->rj, cheb12, cheb24, &res12, &res24); in qc25s()
113 *abserr = fabs(u * (res24 - res12)); in qc25s()
223 double res12 = 0; in compute_result() local
228 res12 += r[i] * cheb12[i]; in compute_result()
236 *result12 = res12; in compute_result()
H A Dqc25c.c70 double res12 = 0, res24 = 0; in qc25c() local
77 res12 += cheb12[i] * moment[i]; in qc25c()
86 *abserr = fabs(res24 - res12) ; in qc25c()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dvec-perm-ctor-run.c112 v2du res12 = test_cst_ctor_diff_sf_du (a_du, b_du); in main() local
115 res12[0] != 0x400000003f800000ULL in main()
117 res12[0] != 0x3f80000040000000ULL in main()
119 || res12[1] != 100) in main()
/dports/math/R/R-4.1.2/src/nmath/
H A Dpgamma.c582 double res12, res1_term, res1_ig, res2_term, res2_ig; in ppois_asymp() local
596 res12 = 0; in ppois_asymp()
600 res12 += res1_ig * coefs_a[i]; in ppois_asymp()
601 res12 += res2_ig * coefs_b[i]; in ppois_asymp()
616 REprintf ("res12 = %.14g elfb=%.14g\n", elfb, res12); in ppois_asymp()
619 f = res12 / elfb; in ppois_asymp()
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Dpgamma.c582 double res12, res1_term, res1_ig, res2_term, res2_ig; in ppois_asymp() local
596 res12 = 0; in ppois_asymp()
600 res12 += res1_ig * coefs_a[i]; in ppois_asymp()
601 res12 += res2_ig * coefs_b[i]; in ppois_asymp()
616 REprintf ("res12 = %.14g elfb=%.14g\n", elfb, res12); in ppois_asymp()
619 f = res12 / elfb; in ppois_asymp()
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Dpgamma.c549 double res12, res1_term, res1_ig, res2_term, res2_ig; in ppois_asymp() local
563 res12 = 0; in ppois_asymp()
567 res12 += res1_ig * coefs_a[i]; in ppois_asymp()
568 res12 += res2_ig * coefs_b[i]; in ppois_asymp()
583 REprintf ("res12 = %.14g elfb=%.14g\n", elfb, res12); in ppois_asymp()
586 f = res12 / elfb; in ppois_asymp()
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Dpgamma.c549 double res12, res1_term, res1_ig, res2_term, res2_ig; in ppois_asymp() local
563 res12 = 0; in ppois_asymp()
567 res12 += res1_ig * coefs_a[i]; in ppois_asymp()
568 res12 += res2_ig * coefs_b[i]; in ppois_asymp()
583 REprintf ("res12 = %.14g elfb=%.14g\n", elfb, res12); in ppois_asymp()
586 f = res12 / elfb; in ppois_asymp()
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Dpgamma.c584 double res12, res1_term, res1_ig, res2_term, res2_ig; in ppois_asymp() local
598 res12 = 0; in ppois_asymp()
602 res12 += res1_ig * coefs_a[i]; in ppois_asymp()
603 res12 += res2_ig * coefs_b[i]; in ppois_asymp()
618 REprintf ("res12 = %.14g elfb=%.14g\n", elfb, res12); in ppois_asymp()
621 f = res12 / elfb; in ppois_asymp()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/strategies/geographic/
H A Ddistance_cross_track.hpp573 geometry::formula::result_inverse<CT> res12 = in apply() local
578 if (geometry::math::equals(res12.distance, c0)) in apply()
592 CT a312 = res13.azimuth - res12.azimuth; in apply()
608 CT projection1 = cos( a312 ) * res13.distance / res12.distance; in apply()
611 std::cout << "a1=" << res12.azimuth * math::r2d<CT>() << std::endl; in apply()
632 CT a321 = res23.azimuth - res12.reverse_azimuth + pi; in apply()
633 CT projection2 = cos( a321 ) * res23.distance / res12.distance; in apply()
636 std::cout << "a21=" << res12.reverse_azimuth * math::r2d<CT>() << std::endl; in apply()
698 spheroid, res12.distance/2, res12.azimuth, result); in apply()
706 spheroid, s14_start, res12.azimuth, result); in apply()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/strategies/geographic/
H A Ddistance_cross_track.hpp571 geometry::formula::result_inverse<CT> res12 = in apply() local
576 if (geometry::math::equals(res12.distance, c0)) in apply()
590 CT a312 = res13.azimuth - res12.azimuth; in apply()
606 CT projection1 = cos( a312 ) * res13.distance / res12.distance; in apply()
609 std::cout << "a1=" << res12.azimuth * math::r2d<CT>() << std::endl; in apply()
630 CT a321 = res23.azimuth - res12.reverse_azimuth + pi; in apply()
631 CT projection2 = cos( a321 ) * res23.distance / res12.distance; in apply()
634 std::cout << "a21=" << res12.reverse_azimuth * math::r2d<CT>() << std::endl; in apply()
696 spheroid, res12.distance/2, res12.azimuth, result); in apply()
704 spheroid, s14_start, res12.azimuth, result); in apply()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/strategies/geographic/
H A Ddistance_cross_track.hpp573 geometry::formula::result_inverse<CT> res12 = in apply() local
578 if (geometry::math::equals(res12.distance, c0)) in apply()
592 CT a312 = res13.azimuth - res12.azimuth; in apply()
608 CT projection1 = cos( a312 ) * res13.distance / res12.distance; in apply()
611 std::cout << "a1=" << res12.azimuth * math::r2d<CT>() << std::endl; in apply()
632 CT a321 = res23.azimuth - res12.reverse_azimuth + pi; in apply()
633 CT projection2 = cos( a321 ) * res23.distance / res12.distance; in apply()
636 std::cout << "a21=" << res12.reverse_azimuth * math::r2d<CT>() << std::endl; in apply()
698 spheroid, res12.distance/2, res12.azimuth, result); in apply()
706 spheroid, s14_start, res12.azimuth, result); in apply()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/strategies/geographic/
H A Ddistance_cross_track.hpp548 geometry::formula::result_inverse<CT> res12 = in apply() local
553 if (geometry::math::equals(res12.distance, c0)) in apply()
567 CT a312 = res13.azimuth - res12.azimuth; in apply()
583 CT projection1 = cos( a312 ) * res13.distance / res12.distance; in apply()
586 std::cout << "a1=" << res12.azimuth * math::r2d<CT>() << std::endl; in apply()
607 CT a321 = res23.azimuth - res12.reverse_azimuth + pi; in apply()
608 CT projection2 = cos( a321 ) * res23.distance / res12.distance; in apply()
611 std::cout << "a21=" << res12.reverse_azimuth * math::r2d<CT>() << std::endl; in apply()
673 spheroid, res12.distance/2, res12.azimuth, result); in apply()
681 spheroid, s14_start, res12.azimuth, result); in apply()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/strategies/geographic/
H A Ddistance_cross_track.hpp571 geometry::formula::result_inverse<CT> res12 = in apply() local
576 if (geometry::math::equals(res12.distance, c0)) in apply()
590 CT a312 = res13.azimuth - res12.azimuth; in apply()
606 CT projection1 = cos( a312 ) * res13.distance / res12.distance; in apply()
609 std::cout << "a1=" << res12.azimuth * math::r2d<CT>() << std::endl; in apply()
630 CT a321 = res23.azimuth - res12.reverse_azimuth + pi; in apply()
631 CT projection2 = cos( a321 ) * res23.distance / res12.distance; in apply()
634 std::cout << "a21=" << res12.reverse_azimuth * math::r2d<CT>() << std::endl; in apply()
696 spheroid, res12.distance/2, res12.azimuth, result); in apply()
704 spheroid, s14_start, res12.azimuth, result); in apply()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/strategies/geographic/
H A Ddistance_cross_track.hpp571 geometry::formula::result_inverse<CT> res12 = in apply() local
576 if (geometry::math::equals(res12.distance, c0)) in apply()
590 CT a312 = res13.azimuth - res12.azimuth; in apply()
606 CT projection1 = cos( a312 ) * res13.distance / res12.distance; in apply()
609 std::cout << "a1=" << res12.azimuth * math::r2d<CT>() << std::endl; in apply()
630 CT a321 = res23.azimuth - res12.reverse_azimuth + pi; in apply()
631 CT projection2 = cos( a321 ) * res23.distance / res12.distance; in apply()
634 std::cout << "a21=" << res12.reverse_azimuth * math::r2d<CT>() << std::endl; in apply()
696 spheroid, res12.distance/2, res12.azimuth, result); in apply()
704 spheroid, s14_start, res12.azimuth, result); in apply()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/strategies/geographic/
H A Ddistance_cross_track.hpp573 geometry::formula::result_inverse<CT> res12 = in apply() local
578 if (geometry::math::equals(res12.distance, c0)) in apply()
592 CT a312 = res13.azimuth - res12.azimuth; in apply()
608 CT projection1 = cos( a312 ) * res13.distance / res12.distance; in apply()
611 std::cout << "a1=" << res12.azimuth * math::r2d<CT>() << std::endl; in apply()
632 CT a321 = res23.azimuth - res12.reverse_azimuth + pi; in apply()
633 CT projection2 = cos( a321 ) * res23.distance / res12.distance; in apply()
636 std::cout << "a21=" << res12.reverse_azimuth * math::r2d<CT>() << std::endl; in apply()
698 spheroid, res12.distance/2, res12.azimuth, result); in apply()
706 spheroid, s14_start, res12.azimuth, result); in apply()
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AArch64/
H A Dshadow-call-stack.ll40 %res12 = add i32 %res1, %res2
42 %res1234 = add i32 %res12, %res34
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AArch64/
H A Dshadow-call-stack.ll41 %res12 = add i32 %res1, %res2
43 %res1234 = add i32 %res12, %res34

12345678910>>...70