Blender V4.3
BLI_math_bits_test.cc File Reference
#include "BLI_math_bits.h"
#include "testing/testing.h"
#include <iostream>

Go to the source code of this file.

Functions

 TEST (math_bits, BitscanReverseClearUint)
 
 TEST (math_bits, PopCount)
 

Function Documentation

◆ TEST() [1/2]

TEST ( math_bits ,
BitscanReverseClearUint  )

Definition at line 9 of file BLI_math_bits_test.cc.

References bitscan_reverse_clear_uint(), and EXPECT_EQ().

◆ TEST() [2/2]

TEST ( math_bits ,
PopCount  )

Definition at line 54 of file BLI_math_bits_test.cc.

References count, count_bits_i(), count_bits_uint64(), and EXPECT_EQ().