Home
last modified time | relevance | path

Searched refs:fastpow (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/libmypaint/libmypaint-1.6.1/
H A Dbrushmodes.c114 spectral_result[i] = fastpow(spectral_a[i], fac_a) * fastpow(spectral_b[i], fac_b); in draw_dab_pixels_BlendMode_Normal_Paint()
393 fastpow(spectral_a[i], fac_a) * fastpow(spectral_b[i], fac_b); in draw_dab_pixels_BlendMode_Normal_and_Eraser_Paint()
475 spectral_result[i] = fastpow(spectral_a[i], fac_a) * fastpow(spectral_b[i], fac_b); in draw_dab_pixels_BlendMode_LockAlpha_Paint()
603 avg_spectral[i] = fastpow(spectral[i], fac_a) * fastpow(avg_spectral[i], fac_b); in get_color_pixels_accumulate()
H A DMakefile.am34 fastapprox/fastpow.h \
/dports/graphics/mypaint/mypaint-2.0.1/lib/
H A Dpixops.cpp315 *dst_p++ = uint8_t(fastpow((float)r / (1<<15) + add_r, 1.0/EOTF) * 255 + 0.5); in tile_convert_rgba16_to_rgba8_c()
316 *dst_p++ = uint8_t(fastpow((float)g / (1<<15) + add_r, 1.0/EOTF) * 255 + 0.5); in tile_convert_rgba16_to_rgba8_c()
317 *dst_p++ = uint8_t(fastpow((float)b / (1<<15) + add_r, 1.0/EOTF) * 255 + 0.5); in tile_convert_rgba16_to_rgba8_c()
426 *dst_p++ = (fastpow(r + add, 1.0/EOTF) ) * 255 + 0.5; in tile_convert_rgbu16_to_rgbu8_c()
427 *dst_p++ = (fastpow(g + add, 1.0/EOTF) ) * 255 + 0.5; in tile_convert_rgbu16_to_rgbu8_c()
428 *dst_p++ = (fastpow(b + add, 1.0/EOTF) ) * 255 + 0.5; in tile_convert_rgbu16_to_rgbu8_c()
539 r = uint32_t(fastpow((float)r/255.0, EOTF) * (1<<15) + 0.5); in tile_convert_rgba8_to_rgba16()
540 g = uint32_t(fastpow((float)g/255.0, EOTF) * (1<<15) + 0.5); in tile_convert_rgba8_to_rgba16()
541 b = uint32_t(fastpow((float)b/255.0, EOTF) * (1<<15) + 0.5); in tile_convert_rgba8_to_rgba16()
H A Dblending.hpp172 spectral_result[i] = fastpow(spectral_a[i], fac_a) * fastpow(spectral_b[i], fac_b); in operator ()()
/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DSwitchingFunction.cpp363 double rNdist=Tools::fastpow(rdist,nn-1); in do_rational()
372 double rNdist=Tools::fastpow(rdist,nn-1); in do_rational()
373 double rMdist=Tools::fastpow(rdist,mm-1); in do_rational()
441 double sx=c*Tools::fastpow( rdist, a ); in calculate()
H A DTools.h143 static double fastpow(double base,int exp);
271 double Tools::fastpow(double base, int exp) in fastpow() function
/dports/graphics/libmypaint/libmypaint-1.6.1/fastapprox/
H A Dfastpow.h51 fastpow (float x, in fastpow() function
/dports/graphics/mypaint/mypaint-2.0.1/lib/fastapprox/
H A Dfastpow.h51 fastpow (float x, in fastpow() function
H A DMakefile.am.local14 fastpow.h \
/dports/finance/quantlib/QuantLib-1.20/ql/pricingengines/vanilla/
H A Dhestonexpansionengine.cpp119 static Real fastpow(Real x, int y) { in fastpow() function
171 return (delta*rho*(-(delta*fastpow(-1 + ekt,2)*rho*(4*theta - y)*y) + in z1()
172 2*ekt*fastpow(kappa,3)*fastpow(t,2)*theta* in z1()
177 fastpow(kappa,2)*t*((-1 + ekt)* in z1()
178 (-4 + delta*rho*t + ekt*(-12 + delta*rho*t))*fastpow(theta,2) + in z1()
180 y - (-4 + delta*rho*t + 2*ekt*(2 + delta*rho*t))*fastpow(y,2))))/ in z1()
181 (8.*fastpow(kappa,2)*t*sqrt((-theta + kappa*t*theta + (theta - y)/ekt + y)/ in z1()
182 (kappa*t))*fastpow((1 + ekt*(-1 + kappa*t))*theta + (-1 + ekt)*y, in z1()
188 return (fastpow(delta,2)*sqrt((-theta + kappa*t*theta + (theta - y)/ekt + y)/(kappa*t))* in z2()
189 (-12*fastpow(rho,2)*fastpow((2 + kappa*t + ekt*(-2 + kappa*t))*theta + in z2()
[all …]
/dports/science/plumed/plumed2-2.7.2/src/function/
H A DFuncPathGeneral.cpp274 (*it).second += Tools::fastpow(coefficients[j] * diff, 2); in calculate()
275 numerators[(*it).first][j] = 2 * Tools::fastpow(coefficients[j], 2) * diff; in calculate()
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_color.h194 template<unsigned exp, unsigned e2coeff> ccl_device_inline ssef fastpow(const ssef &arg) in fastpow() function
223 ssef x = fastpow<0x3F4CCCCD, 0x4F55A7FB>(arg); // error max = 0.17 avg = 0.0018 |avg| = 0.05 in fastpow24()
/dports/science/plumed/plumed2-2.7.2/src/colvar/
H A DPuckering.cpp294 for(unsigned j=0; j<6; j++) C+=z[j]*Tools::fastpow(-1.0,(j)); in calculate6m()
298 dC_dR[i]+=dz_dR[j][i]*Tools::fastpow(-1.0,(j)); in calculate6m()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h809 inline static __m128 fastpow(__m128 arg)
839 __m128 xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
926 inline static simd16scalar SIMDCALL fastpow(simd16scalar const& value)
953 simd16scalar xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h809 inline static __m128 fastpow(__m128 arg)
839 __m128 xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
926 inline static simd16scalar SIMDCALL fastpow(simd16scalar const& value)
953 simd16scalar xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h809 inline static __m128 fastpow(__m128 arg)
839 __m128 xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
926 inline static simd16scalar SIMDCALL fastpow(simd16scalar const& value)
953 simd16scalar xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h809 inline static __m128 fastpow(__m128 arg)
839 __m128 xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
926 inline static simd16scalar SIMDCALL fastpow(simd16scalar const& value)
953 simd16scalar xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h809 inline static __m128 fastpow(__m128 arg)
839 __m128 xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
926 inline static simd16scalar SIMDCALL fastpow(simd16scalar const& value)
953 simd16scalar xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h809 inline static __m128 fastpow(__m128 arg)
839 __m128 xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
926 inline static simd16scalar SIMDCALL fastpow(simd16scalar const& value)
953 simd16scalar xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h809 inline static __m128 fastpow(__m128 arg)
839 __m128 xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
926 inline static simd16scalar SIMDCALL fastpow(simd16scalar const& value)
953 simd16scalar xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h809 inline static __m128 fastpow(__m128 arg)
839 __m128 xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
926 inline static simd16scalar SIMDCALL fastpow(simd16scalar const& value)
953 simd16scalar xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h809 inline static __m128 fastpow(__m128 arg)
839 __m128 xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
926 inline static simd16scalar SIMDCALL fastpow(simd16scalar const& value)
953 simd16scalar xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h809 inline static __m128 fastpow(__m128 arg)
839 __m128 xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
926 inline static simd16scalar SIMDCALL fastpow(simd16scalar const& value)
953 simd16scalar xf = fastpow<2, 3, int(0.629960524947437 * 1e9), int(1e9)>(arg);
/dports/science/plumed/plumed2-2.7.2/src/generic/
H A DDumpAtoms.cpp307 float precision=Tools::fastpow(10.0,iprecision); in update()
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dlda_core.cc98 fastpow (float x, in fastpow() function
127 #define powf fastpow

12