#include "JPLSpatial/Core.h"
#include "JPLSpatial/Math/SIMD.h"
#include "JPLSpatial/Math/SIMDMath.h"
#include <cmath>
#include <concepts>
#include <numbers>
#include <type_traits>
Go to the source code of this file.
|
| template<CFloatOrSIMD T> |
| JPL_INLINE T | JPL::dBToGain (const T &dB) noexcept |
| |
| template<CFloatOrSIMD T> |
| JPL_INLINE T | JPL::dBToIntencity (const T &dB) noexcept |
| |
| template<CFloatOrSIMD T> |
| JPL_INLINE T | JPL::GainTodB (const T &gainFactor) noexcept |
| |
| template<CFloatOrSIMD T> |
| JPL_INLINE constexpr T | JPL::IntencityTodB (const T &intencityFactor) noexcept |
| |