Blender  V3.3
Functions
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 29 of file BLI_math_base_safe_test.cc.

References safe_logf().

◆ TEST() [2/3]

TEST ( math_base  ,
SafeModf   
)

Definition at line 19 of file BLI_math_base_safe_test.cc.

References safe_modf().

◆ TEST() [3/3]

TEST ( math_base  ,
SafePowf   
)

Definition at line 7 of file BLI_math_base_safe_test.cc.

References safe_powf().