Blender V4.3
BLI_math_base_safe_test.cc File Reference
#include "testing/testing.h"
#include "BLI_math_base_safe.h"

Go to the source code of this file.

Functions

 TEST (math_base, SafePowf)
 
 TEST (math_base, SafeModf)
 
 TEST (math_base, SafeLogf)
 

Function Documentation

◆ TEST() [1/3]

TEST ( math_base ,
SafeLogf  )

Definition at line 31 of file BLI_math_base_safe_test.cc.

References safe_logf().

◆ TEST() [2/3]

TEST ( math_base ,
SafeModf  )

Definition at line 21 of file BLI_math_base_safe_test.cc.

References safe_modf().

◆ TEST() [3/3]

TEST ( math_base ,
SafePowf  )

Definition at line 9 of file BLI_math_base_safe_test.cc.

References safe_powf().