Blender V4.3
BLI_math_half_test.cc File Reference
#include "testing/testing.h"
#include "BLI_math_half.hh"
#include "BLI_time.h"
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::tests
 

Macros

#define HFUN(v)   blender::math::float_to_half(v)
 

Functions

 blender::tests::TEST (math_half, half_to_float_scalar)
 
 blender::tests::TEST (math_half, float_to_half_scalar)
 
 blender::tests::TEST (math_half, half_to_float_array)
 
 blender::tests::TEST (math_half, float_to_half_array)
 

Macro Definition Documentation

◆ HFUN