Home
last modified time | relevance | path

Searched refs:vmask_isnan (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/art/ART-1.9.3/rtengine/
H A Dsleefsseavx.h467 return vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(rtengine::RT_NAN), vmulsign(r, y)); in xatan2()
476 x = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), atan2k(vabs(d), x)); in xasin()
682 result = vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(rtengine::RT_NAN), result); in xpow()
730 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xsinh()
741 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xcosh()
753 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(1.0), y); in xtanh()
755 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xtanh()
794 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xasinh()
806 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xacosh()
816 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(rtengine::RT_NAN), y); in xatanh()
[all …]
H A Dhelpersse2.h484 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function
H A Dhelperavx.h456 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function
/dports/graphics/librtprocess/librtprocess-0.11.0/src/include/
H A Dsleefsseavx.c466 …return vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(librtprocess::RT_NAN), vmulsign(r, y)… in xatan2()
475 x = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), atan2k(vabs(d), x)); in xasin()
681 result = vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(librtprocess::RT_NAN), result); in xpow()
729 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xsinh()
740 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xcosh()
752 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(1.0), y); in xtanh()
754 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xtanh()
793 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xasinh()
805 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xacosh()
815 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(librtprocess::RT_NAN), y); in xatanh()
[all …]
H A Dhelpersse2.h470 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function
/dports/astro/siril/siril/subprojects/librtprocess/src/include/
H A Dsleefsseavx.h471 …return vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(librtprocess::RT_NAN), vmulsign(r, y)… in xatan2()
480 x = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), atan2k(vabs(d), x)); in xasin()
686 result = vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(librtprocess::RT_NAN), result); in xpow()
734 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xsinh()
745 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xcosh()
757 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(1.0), y); in xtanh()
759 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xtanh()
798 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xasinh()
810 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xacosh()
820 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(librtprocess::RT_NAN), y); in xatanh()
[all …]
H A Dhelpersse2.h475 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function
/dports/astro/siril/siril/src/rt/
H A Dsleefsseavx.c469 return vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(rtengine::RT_NAN), vmulsign(r, y)); in xatan2()
478 x = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), atan2k(vabs(d), x)); in xasin()
684 result = vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(rtengine::RT_NAN), result); in xpow()
732 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xsinh()
743 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xcosh()
755 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(1.0), y); in xtanh()
757 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xtanh()
796 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xasinh()
808 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xacosh()
818 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(rtengine::RT_NAN), y); in xatanh()
[all …]
H A Dhelpersse2.h479 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/
H A Dsleefsseavx.c476 return vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(lhdrengine::RT_NAN), vmulsign(r, y)); in xatan2()
485 x = vsel(vmask_isnan(x), vcast_vd_d(lhdrengine::RT_NAN), atan2k(vabs(d), x)); in xasin()
691 result = vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(lhdrengine::RT_NAN), result); in xpow()
739 y = vsel(vmask_isnan(x), vcast_vd_d(lhdrengine::RT_NAN), y); in xsinh()
750 y = vsel(vmask_isnan(x), vcast_vd_d(lhdrengine::RT_NAN), y); in xcosh()
762 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(1.0), y); in xtanh()
764 y = vsel(vmask_isnan(x), vcast_vd_d(lhdrengine::RT_NAN), y); in xtanh()
803 y = vsel(vmask_isnan(x), vcast_vd_d(lhdrengine::RT_NAN), y); in xasinh()
815 y = vsel(vmask_isnan(x), vcast_vd_d(lhdrengine::RT_NAN), y); in xacosh()
825 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(lhdrengine::RT_NAN), y); in xatanh()
[all …]
H A Dhelpersse2.h486 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dsleefsseavx.c466 return vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(rtengine::RT_NAN), vmulsign(r, y)); in xatan2()
475 x = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), atan2k(vabs(d), x)); in xasin()
681 result = vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(rtengine::RT_NAN), result); in xpow()
729 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xsinh()
740 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xcosh()
752 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(1.0), y); in xtanh()
754 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xtanh()
793 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xasinh()
805 y = vsel(vmask_isnan(x), vcast_vd_d(rtengine::RT_NAN), y); in xacosh()
815 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(rtengine::RT_NAN), y); in xatanh()
[all …]
H A Dhelpersse2.h474 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function
H A Dhelperavx.h451 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dsleefsseavx.c475 return vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(NAN), vmulsign(r, y)); in xatan2()
484 x = vsel(vmask_isnan(x), vcast_vd_d(NAN), atan2k(vabs(d), x)); in xasin()
690 result = vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(NAN), result); in xpow()
738 y = vsel(vmask_isnan(x), vcast_vd_d(NAN), y); in xsinh()
749 y = vsel(vmask_isnan(x), vcast_vd_d(NAN), y); in xcosh()
761 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(1.0), y); in xtanh()
763 y = vsel(vmask_isnan(x), vcast_vd_d(NAN), y); in xtanh()
802 y = vsel(vmask_isnan(x), vcast_vd_d(NAN), y); in xasinh()
814 y = vsel(vmask_isnan(x), vcast_vd_d(NAN), y); in xacosh()
824 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(NAN), y); in xatanh()
[all …]
H A Dhelpersse2.h486 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function
H A Dhelperavx.h451 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/include/
H A Dsleefsseavx.c466 …return vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(librtprocess::RT_NAN), vmulsign(r, y)… in xatan2()
475 x = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), atan2k(vabs(d), x)); in xasin()
681 result = vsel(vorm(vmask_isnan(x), vmask_isnan(y)), vcast_vd_d(librtprocess::RT_NAN), result); in xpow()
729 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xsinh()
740 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xcosh()
752 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(1.0), y); in xtanh()
754 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xtanh()
793 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xasinh()
805 y = vsel(vmask_isnan(x), vcast_vd_d(librtprocess::RT_NAN), y); in xacosh()
815 y = vsel(vorm(vmask_isinf(x), vmask_isnan(y)), vcast_vd_d(librtprocess::RT_NAN), y); in xatanh()
[all …]
H A Dhelpersse2.h470 static INLINE vmask vmask_isnan(vdouble d) in vmask_isnan() function