/dports/graphics/art/ART-1.9.3/rtengine/ |
H A D | iphsl.cc | 57 const float pi2 = 2.f * RT_PI_F; in hslEqualizer() 199 float f = tolin(mask[y][x], 32.f) * RT_PI_F; in hslEqualizer()
|
H A D | sleef.h | 1183 …if (xisinff(x) || x == 0) r = rtengine::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(rtengine::RT… in xatan2f() 1184 …if (xisinff(y) ) r = rtengine::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(rtengine::RT… in xatan2f() 1185 if ( y == 0) r = (signf(x) == -1 ? rtengine::RT_PI_F : 0); in xatan2f()
|
H A D | rt_math.h | 28 constexpr float RT_PI_F = RT_PI; variable
|
H A D | improccoordinator.cc | 1092 const auto sincosval = xsincosf(2.f * RT_PI_F * h); in updateVectorscopeHS()
|
H A D | color.cc | 504 h += 2.f * rtengine::RT_PI_F; in lab2lch01() 506 h /= (2.f * rtengine::RT_PI_F); in lab2lch01()
|
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/ |
H A D | rt_math.h | 24 constexpr float RT_PI_F = RT_PI; variable
|
H A D | sleef.c | 1162 …if (xisinff(x) || x == 0) r = lhdrengine::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(lhdrengine… in xatan2f() 1163 …if (xisinff(y) ) r = lhdrengine::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(lhdrengine… in xatan2f() 1164 if ( y == 0) r = (signf(x) == -1 ? lhdrengine::RT_PI_F : 0); in xatan2f()
|
/dports/astro/siril/siril/src/core/ |
H A D | sleef.h | 30 #define RT_PI_F 3.14159265358979323846f // pi macro 1206 if (xisinff(x) || x == 0) r = RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(RT_PI_F*.5f)) : 0); in xatan2f() 1207 if (xisinff(y) ) r = RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(RT_PI_F*.25f)) : 0); in xatan2f() 1208 if ( y == 0) r = (signf(x) == -1 ? RT_PI_F : 0); in xatan2f()
|
/dports/graphics/librtprocess/librtprocess-0.11.0/src/include/ |
H A D | sleef.c | 1170 …f (xisinff(x) || x == 0) r = librtprocess::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(librtproc… in xatan2f() 1171 …f (xisinff(y) ) r = librtprocess::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(librtproc… in xatan2f() 1172 if ( y == 0) r = (signf(x) == -1 ? librtprocess::RT_PI_F : 0); in xatan2f()
|
H A D | rt_math.h | 27 constexpr float RT_PI_F = RT_PI; variable
|
/dports/astro/siril/siril/subprojects/librtprocess/src/include/ |
H A D | sleef.h | 1175 …f (xisinff(x) || x == 0) r = librtprocess::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(librtproc… in xatan2f() 1176 …f (xisinff(y) ) r = librtprocess::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(librtproc… in xatan2f() 1177 if ( y == 0) r = (signf(x) == -1 ? librtprocess::RT_PI_F : 0); in xatan2f()
|
H A D | rt_math.h | 27 constexpr float RT_PI_F = RT_PI; variable
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/include/ |
H A D | sleef.c | 1170 …f (xisinff(x) || x == 0) r = librtprocess::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(librtproc… in xatan2f() 1171 …f (xisinff(y) ) r = librtprocess::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(librtproc… in xatan2f() 1172 if ( y == 0) r = (signf(x) == -1 ? librtprocess::RT_PI_F : 0); in xatan2f()
|
H A D | rt_math.h | 27 constexpr float RT_PI_F = RT_PI; variable
|
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/ |
H A D | sleef.h | 1178 …if (xisinff(x) || x == 0) r = rtengine::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(rtengine::RT… in xatan2f() 1179 …if (xisinff(y) ) r = rtengine::RT_PI_F/2 - (xisinff(x) ? (signf(x) * (float)(rtengine::RT… in xatan2f() 1180 if ( y == 0) r = (signf(x) == -1 ? rtengine::RT_PI_F : 0); in xatan2f()
|
H A D | rt_math.h | 26 constexpr float RT_PI_F = RT_PI; variable
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/ |
H A D | rt_math.h | 26 constexpr float RT_PI_F = RT_PI; variable
|
/dports/astro/siril/siril/src/rt/ |
H A D | rt_math.h | 26 constexpr float RT_PI_F = RT_PI; variable
|
/dports/graphics/art/ART-1.9.3/rtgui/ |
H A D | histogrampanel.cc | 2138 cx = (w + scope_size * S * std::cos(H * 2 * RT_PI_F)) / 2; in drawVectorscope() 2139 cy = (h - scope_size * S * std::sin(H * 2 * RT_PI_F)) / 2; in drawVectorscope()
|
H A D | labmaskspanel.cc | 2211 float d = h / 180.0 * rtengine::RT_PI_F; in colorForValue()
|