Harlinn.Windows 0.1
Loading...
Searching...
No Matches
s_fdim.inl File Reference
#include "cdefs-compat.h"
#include "openlibm_math.h"
#include "math_private.h"
Include dependency graph for s_fdim.inl:
This graph shows which files directly or indirectly include this file:

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
 

Macros

#define DECL(type, fn)
 

Macro Definition Documentation

◆ DECL

#define DECL ( type,
fn )
Value:
constexpr inline type \
fn(type x, type y) \
{ \
\
if (isnan(x)) \
return (x); \
if (isnan(y)) \
return (y); \
return (x > y ? x - y : static_cast<type>( 0.0 )); \
}
#define type
Definition s_llrint.inl:4