Home
last modified time | relevance | path

Searched refs:div_dd (Results 1 – 21 of 21) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/special/cephes/
H A Dkolmogorov.c134 #define div_dd dd_div_d_d macro
500 double2 rat = div_dd(n - j, j + 1.0); in updateBinomial()
702 double2 t2x = sub_Dd(div_dd(n - v, n), x); /* 1 - x - v/n */ in computeAv()
704 double2 t1x = add_Dd(div_dd(v, n), x); /* x + v/n */ in computeAv()
808 double2 oneOverX = div_dd(1, x); in _smirnov()
/dports/graphics/librtprocess/librtprocess-0.11.0/src/include/
H A Dsleef.c202 __inline double2 div_dd(double2 n, double2 d) { in div_dd() function
578 x = div_dd(add2_ss(-1, m), add2_ss(1, m)); in logk()
669 d = add2_dd(d, div_dd(dd(-1, 0), d)); in xsinh()
681 d = add2_dd(d, div_dd(dd(1, 0), d)); in xcosh()
693 double2 e = div_dd(dd(1, 0), d); in xtanh()
694 d = div_dd(add2_dd(d, scale_d(e, -1)), add2_dd(d, e)); in xtanh()
713 x = div_dd(add2_ds(m, -1), add2_ds(m, 1)); in logk2()
755 double2 d = logk2(div_dd(add2_ss(1, y), add2_ss(1, -y))); in xatanh()
H A Dsleefsseavx.c168 static INLINE vdouble2 div_dd(vdouble2 n, vdouble2 d) { in div_dd() function
596 x = div_dd(add2_ss(vcast_vd_d(-1), m), add2_ss(vcast_vd_d(1), m)); in logk()
724 d = add2_dd(d, div_dd(dd(vcast_vd_d(-1), vcast_vd_d(0)), d)); in xsinh()
736 d = add2_dd(d, div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d)); in xcosh()
748 vdouble2 e = div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d); in xtanh()
749 d = div_dd(add2_dd(d, scale_d(e, vcast_vd_d(-1))), add2_dd(d, e)); in xtanh()
768 x = div_dd(add2_ds(m, vcast_vd_d(-1)), add2_ds(m, vcast_vd_d(1))); in logk2()
812 vdouble2 d = logk2(div_dd(add2_ss(vcast_vd_d(1), y), add2_ss(vcast_vd_d(1), -y))); in xatanh()
/dports/astro/siril/siril/subprojects/librtprocess/src/include/
H A Dsleef.h207 __inline double2 div_dd(double2 n, double2 d) { in div_dd() function
583 x = div_dd(add2_ss(-1, m), add2_ss(1, m)); in logk()
674 d = add2_dd(d, div_dd(dd(-1, 0), d)); in xsinh()
686 d = add2_dd(d, div_dd(dd(1, 0), d)); in xcosh()
698 double2 e = div_dd(dd(1, 0), d); in xtanh()
699 d = div_dd(add2_dd(d, scale_d(e, -1)), add2_dd(d, e)); in xtanh()
718 x = div_dd(add2_ds(m, -1), add2_ds(m, 1)); in logk2()
760 double2 d = logk2(div_dd(add2_ss(1, y), add2_ss(1, -y))); in xatanh()
H A Dsleefsseavx.h173 static INLINE vdouble2 div_dd(vdouble2 n, vdouble2 d) { in div_dd() function
601 x = div_dd(add2_ss(vcast_vd_d(-1), m), add2_ss(vcast_vd_d(1), m)); in logk()
729 d = add2_dd(d, div_dd(dd(vcast_vd_d(-1), vcast_vd_d(0)), d)); in xsinh()
741 d = add2_dd(d, div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d)); in xcosh()
753 vdouble2 e = div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d); in xtanh()
754 d = div_dd(add2_dd(d, scale_d(e, vcast_vd_d(-1))), add2_dd(d, e)); in xtanh()
773 x = div_dd(add2_ds(m, vcast_vd_d(-1)), add2_ds(m, vcast_vd_d(1))); in logk2()
817 vdouble2 d = logk2(div_dd(add2_ss(vcast_vd_d(1), y), add2_ss(vcast_vd_d(1), -y))); in xatanh()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/
H A Dsleef.c204 __inline double2 div_dd(double2 n, double2 d) { in div_dd() function
580 x = div_dd(add2_ss(-1, m), add2_ss(1, m)); in logk()
671 d = add2_dd(d, div_dd(dd(-1, 0), d)); in xsinh()
683 d = add2_dd(d, div_dd(dd(1, 0), d)); in xcosh()
695 double2 e = div_dd(dd(1, 0), d); in xtanh()
696 d = div_dd(add2_dd(d, scale_d(e, -1)), add2_dd(d, e)); in xtanh()
715 x = div_dd(add2_ds(m, -1), add2_ds(m, 1)); in logk2()
757 double2 d = logk2(div_dd(add2_ss(1, y), add2_ss(1, -y))); in xatanh()
H A Dsleefsseavx.c178 static INLINE vdouble2 div_dd(vdouble2 n, vdouble2 d) { in div_dd() function
606 x = div_dd(add2_ss(vcast_vd_d(-1), m), add2_ss(vcast_vd_d(1), m)); in logk()
734 d = add2_dd(d, div_dd(dd(vcast_vd_d(-1), vcast_vd_d(0)), d)); in xsinh()
746 d = add2_dd(d, div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d)); in xcosh()
758 vdouble2 e = div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d); in xtanh()
759 d = div_dd(add2_dd(d, scale_d(e, vcast_vd_d(-1))), add2_dd(d, e)); in xtanh()
778 x = div_dd(add2_ds(m, vcast_vd_d(-1)), add2_ds(m, vcast_vd_d(1))); in logk2()
822 vdouble2 d = logk2(div_dd(add2_ss(vcast_vd_d(1), y), add2_ss(vcast_vd_d(1), -y))); in xatanh()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dsleef.c203 __inline double2 div_dd(double2 n, double2 d) { in div_dd() function
579 x = div_dd(add2_ss(-1, m), add2_ss(1, m)); in logk()
670 d = add2_dd(d, div_dd(dd(-1, 0), d)); in xsinh()
682 d = add2_dd(d, div_dd(dd(1, 0), d)); in xcosh()
694 double2 e = div_dd(dd(1, 0), d); in xtanh()
695 d = div_dd(add2_dd(d, scale_d(e, -1)), add2_dd(d, e)); in xtanh()
714 x = div_dd(add2_ds(m, -1), add2_ds(m, 1)); in logk2()
756 double2 d = logk2(div_dd(add2_ss(1, y), add2_ss(1, -y))); in xatanh()
H A Dsleefsseavx.c177 static INLINE vdouble2 div_dd(vdouble2 n, vdouble2 d) { in div_dd() function
605 x = div_dd(add2_ss(vcast_vd_d(-1), m), add2_ss(vcast_vd_d(1), m)); in logk()
733 d = add2_dd(d, div_dd(dd(vcast_vd_d(-1), vcast_vd_d(0)), d)); in xsinh()
745 d = add2_dd(d, div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d)); in xcosh()
757 vdouble2 e = div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d); in xtanh()
758 d = div_dd(add2_dd(d, scale_d(e, vcast_vd_d(-1))), add2_dd(d, e)); in xtanh()
777 x = div_dd(add2_ds(m, vcast_vd_d(-1)), add2_ds(m, vcast_vd_d(1))); in logk2()
821 vdouble2 d = logk2(div_dd(add2_ss(vcast_vd_d(1), y), add2_ss(vcast_vd_d(1), -y))); in xatanh()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/include/
H A Dsleef.c202 __inline double2 div_dd(double2 n, double2 d) { in div_dd() function
578 x = div_dd(add2_ss(-1, m), add2_ss(1, m)); in logk()
669 d = add2_dd(d, div_dd(dd(-1, 0), d)); in xsinh()
681 d = add2_dd(d, div_dd(dd(1, 0), d)); in xcosh()
693 double2 e = div_dd(dd(1, 0), d); in xtanh()
694 d = div_dd(add2_dd(d, scale_d(e, -1)), add2_dd(d, e)); in xtanh()
713 x = div_dd(add2_ds(m, -1), add2_ds(m, 1)); in logk2()
755 double2 d = logk2(div_dd(add2_ss(1, y), add2_ss(1, -y))); in xatanh()
H A Dsleefsseavx.c168 static INLINE vdouble2 div_dd(vdouble2 n, vdouble2 d) { in div_dd() function
596 x = div_dd(add2_ss(vcast_vd_d(-1), m), add2_ss(vcast_vd_d(1), m)); in logk()
724 d = add2_dd(d, div_dd(dd(vcast_vd_d(-1), vcast_vd_d(0)), d)); in xsinh()
736 d = add2_dd(d, div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d)); in xcosh()
748 vdouble2 e = div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d); in xtanh()
749 d = div_dd(add2_dd(d, scale_d(e, vcast_vd_d(-1))), add2_dd(d, e)); in xtanh()
768 x = div_dd(add2_ds(m, vcast_vd_d(-1)), add2_ds(m, vcast_vd_d(1))); in logk2()
812 vdouble2 d = logk2(div_dd(add2_ss(vcast_vd_d(1), y), add2_ss(vcast_vd_d(1), -y))); in xatanh()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dsleef.h206 __inline double2 div_dd(double2 n, double2 d) { in div_dd() function
582 x = div_dd(add2_ss(-1, m), add2_ss(1, m)); in logk()
673 d = add2_dd(d, div_dd(dd(-1, 0), d)); in xsinh()
685 d = add2_dd(d, div_dd(dd(1, 0), d)); in xcosh()
697 double2 e = div_dd(dd(1, 0), d); in xtanh()
698 d = div_dd(add2_dd(d, scale_d(e, -1)), add2_dd(d, e)); in xtanh()
717 x = div_dd(add2_ds(m, -1), add2_ds(m, 1)); in logk2()
759 double2 d = logk2(div_dd(add2_ss(1, y), add2_ss(1, -y))); in xatanh()
H A Dsleefsseavx.h169 static INLINE vdouble2 div_dd(vdouble2 n, vdouble2 d) { in div_dd() function
597 x = div_dd(add2_ss(vcast_vd_d(-1), m), add2_ss(vcast_vd_d(1), m)); in logk()
725 d = add2_dd(d, div_dd(dd(vcast_vd_d(-1), vcast_vd_d(0)), d)); in xsinh()
737 d = add2_dd(d, div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d)); in xcosh()
749 vdouble2 e = div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d); in xtanh()
750 d = div_dd(add2_dd(d, scale_d(e, vcast_vd_d(-1))), add2_dd(d, e)); in xtanh()
769 x = div_dd(add2_ds(m, vcast_vd_d(-1)), add2_ds(m, vcast_vd_d(1))); in logk2()
813 vdouble2 d = logk2(div_dd(add2_ss(vcast_vd_d(1), y), add2_ss(vcast_vd_d(1), -y))); in xatanh()
/dports/astro/siril/siril/src/core/
H A Dsleef.h229 __inline __attribute__((always_inline)) double2 div_dd(double2 n, double2 d) { in div_dd() function
605 x = div_dd(add2_ss(-1, m), add2_ss(1, m)); in logk()
696 d = add2_dd(d, div_dd(dd(-1, 0), d)); in xsinh()
708 d = add2_dd(d, div_dd(dd(1, 0), d)); in xcosh()
720 double2 e = div_dd(dd(1, 0), d); in xtanh()
721 d = div_dd(add2_dd(d, scale_d(e, -1)), add2_dd(d, e)); in xtanh()
740 x = div_dd(add2_ds(m, -1), add2_ds(m, 1)); in logk2()
782 double2 d = logk2(div_dd(add2_ss(1, y), add2_ss(1, -y))); in xatanh()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dsleef.h201 __inline double2 div_dd(double2 n, double2 d) { in div_dd() function
577 x = div_dd(add2_ss(-1, m), add2_ss(1, m)); in logk()
668 d = add2_dd(d, div_dd(dd(-1, 0), d)); in xsinh()
680 d = add2_dd(d, div_dd(dd(1, 0), d)); in xcosh()
692 double2 e = div_dd(dd(1, 0), d); in xtanh()
693 d = div_dd(add2_dd(d, scale_d(e, -1)), add2_dd(d, e)); in xtanh()
712 x = div_dd(add2_ds(m, -1), add2_ds(m, 1)); in logk2()
754 double2 d = logk2(div_dd(add2_ss(1, y), add2_ss(1, -y))); in xatanh()
H A Dsleefsseavx.c168 static INLINE vdouble2 div_dd(vdouble2 n, vdouble2 d) { in div_dd() function
596 x = div_dd(add2_ss(vcast_vd_d(-1), m), add2_ss(vcast_vd_d(1), m)); in logk()
724 d = add2_dd(d, div_dd(dd(vcast_vd_d(-1), vcast_vd_d(0)), d)); in xsinh()
736 d = add2_dd(d, div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d)); in xcosh()
748 vdouble2 e = div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d); in xtanh()
749 d = div_dd(add2_dd(d, scale_d(e, vcast_vd_d(-1))), add2_dd(d, e)); in xtanh()
768 x = div_dd(add2_ds(m, vcast_vd_d(-1)), add2_ds(m, vcast_vd_d(1))); in logk2()
812 vdouble2 d = logk2(div_dd(add2_ss(vcast_vd_d(1), y), add2_ss(vcast_vd_d(1), -y))); in xatanh()
/dports/astro/siril/siril/src/rt/
H A Dsleefsseavx.c171 static INLINE vdouble2 div_dd(vdouble2 n, vdouble2 d) { in div_dd() function
599 x = div_dd(add2_ss(vcast_vd_d(-1), m), add2_ss(vcast_vd_d(1), m)); in logk()
727 d = add2_dd(d, div_dd(dd(vcast_vd_d(-1), vcast_vd_d(0)), d)); in xsinh()
739 d = add2_dd(d, div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d)); in xcosh()
751 vdouble2 e = div_dd(dd(vcast_vd_d(1), vcast_vd_d(0)), d); in xtanh()
752 d = div_dd(add2_dd(d, scale_d(e, vcast_vd_d(-1))), add2_dd(d, e)); in xtanh()
771 x = div_dd(add2_ds(m, vcast_vd_d(-1)), add2_ds(m, vcast_vd_d(1))); in logk2()
815 vdouble2 d = logk2(div_dd(add2_ss(vcast_vd_d(1), y), add2_ss(vcast_vd_d(1), -y))); in xatanh()
/dports/science/nest/nest-simulator-3.1/testsuite/regressiontests/
H A Dticket-787.sli96 /cvx_f /dexp_i /div_P_P /div_a_a /div_a_i /div_dd /div_di /div_dv_dv
/dports/math/qd/qd-2.3.23/fortran/
H A Dddmod.f99 module procedure div_dd
793 elemental type (dd_real) function div_dd(a, b) function
795 call f_dd_div(a%re, b%re, div_dd%re)
796 end function div_dd
/dports/science/nest/nest-simulator-3.1/lib/sli/
H A Dtypeinit.sli202 [/doubletype /doubletype] /div_dd load addtotrie
H A Dmisc_helpers.sli761 exch sub_dd exch_ div_dd floor_d mul_dd sub_dd