Home
last modified time | relevance | path

Searched defs:halfPi (Results 1 – 9 of 9) sorted by relevance

/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/util/
H A Dfcn_math.hpp96 static inline float_type halfPi() { return FLT_HALF_PI; } in halfPi() function
115 static inline float_type halfPi() { return DBL_HALF_PI; } in halfPi() function
137 static inline num_type halfPi() { return traits_type::halfPi(); } in halfPi() function in fcn::Math
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/spherical/twod/
H A DCircle.java234 final double halfPi = 0.5 * FastMath.PI; in getInsideArc() local
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/maths/
H A Djuce_MathsFunctions.h347 static constexpr FloatType halfPi = static_cast<FloatType> (3.141592653589793238L / 2); member
372 static const FloatType halfPi; member
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/audioengines/javasound/
H A DJSPositionalSample.java1021 float halfPi = (float)Math.PI * 0.5f; in panSample() local
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/maths/
H A Djuce_MathsFunctions.h388 static constexpr FloatType halfPi = static_cast<FloatType> (3.141592653589793238L / 2); member
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/maths/
H A Djuce_MathsFunctions.h388 static constexpr FloatType halfPi = static_cast<FloatType> (3.141592653589793238L / 2); member
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/filter_design/
H A Djuce_FilterDesign.cpp409 constexpr auto halfPi = MathConstants<double>::halfPi; in designIIRLowpassHighOrderGeneralMethod() local
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_dsp/filter_design/
H A Djuce_FilterDesign.cpp410 constexpr auto halfPi = MathConstants<double>::halfPi; in designIIRLowpassHighOrderGeneralMethod() local
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DFilterUGens.cpp3836 int32 halfPi = (int32)(unit->m_radtoinc * (0.5 * pi)); in FreqShift_next_kk() local
3888 int32 halfPi = (int32)(unit->m_radtoinc * (0.5 * pi)); in FreqShift_next_aa() local
3936 int32 halfPi = (int32)(unit->m_radtoinc * (0.5 * pi)); in FreqShift_next_ak() local
3987 int32 halfPi = (int32)(unit->m_radtoinc * (0.5 * pi)); in FreqShift_next_ka() local