Home
last modified time | relevance | path

Searched refs:integralExponent (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/fraqtive/fraqtive-0.4.8/src/
H A Ddatafunctions.cpp33 if ( type.variant() == GeneratorCore::NormalVariant && type.integralExponent() == 2 ) { in defaultPosition()
35 … } else if ( type.variant() == GeneratorCore::NormalVariant && type.integralExponent() == 4 ) { in defaultPosition()
37 … } else if ( type.variant() == GeneratorCore::ConjugateVariant && type.integralExponent() == 2 ) { in defaultPosition()
40 … } else if ( type.variant() == GeneratorCore::AbsoluteVariant && type.integralExponent() == 2 ) { in defaultPosition()
43 … } else if ( type.variant() == GeneratorCore::AbsoluteVariant && type.integralExponent() == 3 ) { in defaultPosition()
45 … } else if ( type.variant() == GeneratorCore::AbsoluteImVariant && type.integralExponent() == 2 ) { in defaultPosition()
48 … } else if ( type.variant() == GeneratorCore::AbsoluteImVariant && type.integralExponent() == 3 ) { in defaultPosition()
322 … return GeneratorCore::createMandelbrotFastFunctor( type.integralExponent(), type.variant() ); in createFunctor()
325 type.parameter().y(), type.integralExponent(), type.variant() ); in createFunctor()
350 … return GeneratorCore::createMandelbrotFunctorSSE2( type.integralExponent(), type.variant() ); in createFunctorSSE2()
[all …]
H A Dfractaltypewidget.cpp135 m_ui.spinIntegral->setValue( m_type.integralExponent() ); in loadData()
194 exponent = QString::number( m_type.integralExponent() ); in saveData()
H A Dparameterspage.cpp153 exponent = QString::number( type.integralExponent() ); in loadFractalType()
H A Dfractalpresenter.cpp358 …double exponent = m_type.exponentType() == IntegralExponent ? m_type.integralExponent() : m_type.r… in juliaPosition()
H A Ddatastructures.h56 …int integralExponent() const { return m_exponentType == IntegralExponent ? m_integralExponent : 0;… in integralExponent() function
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/
H A Dmath.h74 static int32_t integralExponent(float x);
178 static int32_t integralExponent(double x);
283 static int32_t integralExponent(long double x);
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/private/
H A Dmathinlines.h274 RUDIMENTS_INLINE int32_t math::integralExponent(float x) { in integralExponent() function
562 RUDIMENTS_INLINE int32_t math::integralExponent(double x) { in integralExponent() function
852 RUDIMENTS_INLINE int32_t math::integralExponent(long double x) { in integralExponent() function