Nebula
Loading...
Searching...
No Matches
half.h File Reference
#include <limits>
#include "core/types.h"

Go to the source code of this file.

Classes

class  Math::half
 
union  Math::half::Float
 
class  std::numeric_limits< Math::half >
 

Namespaces

namespace  Math
 Half precision (16 bit) float implementation.
 
namespace  std
 

Functions

half Math::operator+ (half one, half two)
 
half Math::operator- (half one, half two)
 
half Math::operator* (half one, half two)
 
half Math::operator/ (half one, half two)
 
half Math::operator+ (half one, float two)
 
half Math::operator- (half one, float two)
 
half Math::operator* (half one, float two)
 
half Math::operator/ (half one, float two)
 
float Math::operator+ (float one, half two)
 
float Math::operator- (float one, half two)
 
float Math::operator* (float one, half two)
 
float Math::operator/ (float one, half two)