Harlinn.Windows 0.1
Loading...
Searching...
No Matches
s_fma.inl File Reference
#include "cdefs-compat.h"
#include <float.h>
#include "openlibm_math.h"
#include "math_private.h"
Include dependency graph for s_fma.inl:

Classes

struct  Harlinn::Common::Core::Math::Internal::OpenLibM::fma_internal::dd
 

Namespaces

namespace  Harlinn
 
namespace  Harlinn::Common
 
namespace  Harlinn::Common::Core
 
namespace  Harlinn::Common::Core::Math
 
namespace  Harlinn::Common::Core::Math::Internal
 
namespace  Harlinn::Common::Core::Math::Internal::OpenLibM
 
namespace  Harlinn::Common::Core::Math::Internal::OpenLibM::fma_internal
 

Functions

static struct dd Harlinn::Common::Core::Math::Internal::OpenLibM::fma_internal::dd_add (double a, double b)
 
static double Harlinn::Common::Core::Math::Internal::OpenLibM::fma_internal::add_adjusted (double a, double b)
 
static double Harlinn::Common::Core::Math::Internal::OpenLibM::fma_internal::add_and_denormalize (double a, double b, int scale)
 
static struct dd Harlinn::Common::Core::Math::Internal::OpenLibM::fma_internal::dd_mul (double a, double b)
 
constexpr double Harlinn::Common::Core::Math::Internal::OpenLibM::fma (double, double, double)