Home
last modified time | relevance | path

Searched refs:atan2kf (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/librtprocess/librtprocess-0.11.0/src/include/
H A Dsleef.c1142 __inline float atan2kf(float y, float x) { in atan2kf() function
1167 float r = atan2kf(xfabsf(y), x); in xatan2f()
1178 return mulsignf(atan2kf(fabsf(d), sqrtf((1.0f+d)*(1.0f-d))), d); in xasinf()
1182 …return mulsignf(atan2kf(sqrtf((1.0f+d)*(1.0f-d)), fabsf(d)), d) + (d < 0 ? (float)librtprocess::RT… in xacosf()
H A Dsleefsseavx.c1167 static INLINE vfloat atan2kf(vfloat y, vfloat x) { in atan2kf() function
1199 vfloat r = atan2kf(vabsf(y), x); in xatan2f()
1215 x = vself(vmaskf_isnan(x), vcast_vf_f(NANf), atan2kf(vabsf(d), x)); in xasinf()
1225 x = vmulsignf(atan2kf(x, vabsf(d)), d); in xacosf()
/dports/astro/siril/siril/subprojects/librtprocess/src/include/
H A Dsleef.h1147 __inline float atan2kf(float y, float x) { in atan2kf() function
1172 float r = atan2kf(xfabsf(y), x); in xatan2f()
1183 return mulsignf(atan2kf(fabsf(d), sqrtf((1.0f+d)*(1.0f-d))), d); in xasinf()
1187 …return mulsignf(atan2kf(sqrtf((1.0f+d)*(1.0f-d)), fabsf(d)), d) + (d < 0 ? (float)librtprocess::RT… in xacosf()
H A Dsleefsseavx.h1172 static INLINE vfloat atan2kf(vfloat y, vfloat x) { in atan2kf() function
1204 vfloat r = atan2kf(vabsf(y), x); in xatan2f()
1220 x = vself(vmaskf_isnan(x), vcast_vf_f(NANf), atan2kf(vabsf(d), x)); in xasinf()
1230 x = vmulsignf(atan2kf(x, vabsf(d)), d); in xacosf()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/
H A Dsleef.c1134 __inline float atan2kf(float y, float x) { in atan2kf() function
1159 float r = atan2kf(xfabsf(y), x); in xatan2f()
1170 return mulsignf(atan2kf(fabsf(d), sqrtf((1.0f+d)*(1.0f-d))), d); in xasinf()
1174 …return mulsignf(atan2kf(sqrtf((1.0f+d)*(1.0f-d)), fabsf(d)), d) + (d < 0 ? (float)lhdrengine::RT_P… in xacosf()
H A Dsleefsseavx.c1175 static INLINE vfloat atan2kf(vfloat y, vfloat x) { in atan2kf() function
1207 vfloat r = atan2kf(vabsf(y), x); in xatan2f()
1223 x = vself(vmaskf_isnan(x), vcast_vf_f(NANf), atan2kf(vabsf(d), x)); in xasinf()
1233 x = vmulsignf(atan2kf(x, vabsf(d)), d); in xacosf()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dsleef.c1138 __inline float atan2kf(float y, float x) { in atan2kf() function
1163 float r = atan2kf(xfabsf(y), x); in xatan2f()
1174 return mulsignf(atan2kf(fabsf(d), sqrtf((1.0f+d)*(1.0f-d))), d); in xasinf()
1178 return mulsignf(atan2kf(sqrtf((1.0f+d)*(1.0f-d)), fabsf(d)), d) + (d < 0 ? (float)M_PI : 0.0f); in xacosf()
H A Dsleefsseavx.c1174 static INLINE vfloat atan2kf(vfloat y, vfloat x) { in atan2kf() function
1206 vfloat r = atan2kf(vabsf(y), x); in xatan2f()
1222 x = vself(vmaskf_isnan(x), vcast_vf_f(NANf), atan2kf(vabsf(d), x)); in xasinf()
1232 x = vmulsignf(atan2kf(x, vabsf(d)), d); in xacosf()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/include/
H A Dsleef.c1142 __inline float atan2kf(float y, float x) { in atan2kf() function
1167 float r = atan2kf(xfabsf(y), x); in xatan2f()
1178 return mulsignf(atan2kf(fabsf(d), sqrtf((1.0f+d)*(1.0f-d))), d); in xasinf()
1182 …return mulsignf(atan2kf(sqrtf((1.0f+d)*(1.0f-d)), fabsf(d)), d) + (d < 0 ? (float)librtprocess::RT… in xacosf()
H A Dsleefsseavx.c1167 static INLINE vfloat atan2kf(vfloat y, vfloat x) { in atan2kf() function
1199 vfloat r = atan2kf(vabsf(y), x); in xatan2f()
1215 x = vself(vmaskf_isnan(x), vcast_vf_f(NANf), atan2kf(vabsf(d), x)); in xasinf()
1225 x = vmulsignf(atan2kf(x, vabsf(d)), d); in xacosf()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dsleef.h1155 __inline float atan2kf(float y, float x) { in atan2kf() function
1180 float r = atan2kf(xfabsf(y), x); in xatan2f()
1191 return mulsignf(atan2kf(fabsf(d), sqrtf((1.0f+d)*(1.0f-d))), d); in xasinf()
1195 …return mulsignf(atan2kf(sqrtf((1.0f+d)*(1.0f-d)), fabsf(d)), d) + (d < 0 ? (float)rtengine::RT_PI … in xacosf()
H A Dsleefsseavx.h1168 static INLINE vfloat atan2kf(vfloat y, vfloat x) { in atan2kf() function
1200 vfloat r = atan2kf(vabsf(y), x); in xatan2f()
1216 x = vself(vmaskf_isnan(x), vcast_vf_f(NANf), atan2kf(vabsf(d), x)); in xasinf()
1226 x = vmulsignf(atan2kf(x, vabsf(d)), d); in xacosf()
/dports/astro/siril/siril/src/core/
H A Dsleef.h1178 __inline __attribute__((always_inline)) float atan2kf(float y, float x) { in atan2kf() function
1203 float r = atan2kf(xfabsf(y), x); in xatan2f()
1214 return mulsignf(atan2kf(fabsf(d), sqrtf((1.0f+d)*(1.0f-d))), d); in xasinf()
1218 return mulsignf(atan2kf(sqrtf((1.0f+d)*(1.0f-d)), fabsf(d)), d) + (d < 0 ? (float)RT_PI : 0.0f); in xacosf()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dsleef.h1150 __inline float atan2kf(float y, float x) { in atan2kf() function
1175 float r = atan2kf(xfabsf(y), x); in xatan2f()
1186 return mulsignf(atan2kf(fabsf(d), sqrtf((1.0f+d)*(1.0f-d))), d); in xasinf()
1190 …return mulsignf(atan2kf(sqrtf((1.0f+d)*(1.0f-d)), fabsf(d)), d) + (d < 0 ? (float)rtengine::RT_PI … in xacosf()
H A Dsleefsseavx.c1167 static INLINE vfloat atan2kf(vfloat y, vfloat x) { in atan2kf() function
1199 vfloat r = atan2kf(vabsf(y), x); in xatan2f()
1215 x = vself(vmaskf_isnan(x), vcast_vf_f(NANf), atan2kf(vabsf(d), x)); in xasinf()
1225 x = vmulsignf(atan2kf(x, vabsf(d)), d); in xacosf()
/dports/astro/siril/siril/src/rt/
H A Dsleefsseavx.c1170 static INLINE vfloat atan2kf(vfloat y, vfloat x) { in atan2kf() function
1202 vfloat r = atan2kf(vabsf(y), x); in xatan2f()
1218 x = vself(vmaskf_isnan(x), vcast_vf_f(NANf), atan2kf(vabsf(d), x)); in xasinf()
1228 x = vmulsignf(atan2kf(x, vabsf(d)), d); in xacosf()
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Dsleefsp.c869 static INLINE CONST float atan2kf(float y, float x) { in atan2kf() function
895 float r = atan2kf(fabsfk(y), x); in xatan2f()
H A Dsleefsimdsp.c749 static INLINE CONST vfloat atan2kf(vfloat y, vfloat x) { in atan2kf() function
785 vfloat r = atan2kf(vabs_vf_vf(y), x); in xatan2f()
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Dsleefsp.c963 static INLINE CONST float atan2kf(float y, float x) { in atan2kf() function
991 float r = atan2kf(fabsfk(y), x); in xatan2f()
H A Dsleefsimdsp.c1658 static INLINE CONST VECTOR_CC vfloat atan2kf(vfloat y, vfloat x) { in atan2kf() function
1697 vfloat r = atan2kf(vabs_vf_vf(y), x); in xatan2f()