gem5  v20.0.0.3
Functions
intmath.test.cc File Reference
#include <gtest/gtest.h>
#include "base/intmath.hh"

Go to the source code of this file.

Functions

 TEST (IntmathTest, isPowerOf2)
 
 TEST (IntmathTest, power)
 
 TEST (IntmathTest, floorLog2)
 
 TEST (IntmathDeathTest, floorLog2)
 
 TEST (IntmathTest, ceilLog2)
 
 TEST (IntmathTest, divCeil)
 
 TEST (IntmathTest, roundUp)
 
 TEST (IntmathTest, roundDown)
 

Function Documentation

◆ TEST() [1/8]

TEST ( IntmathTest  ,
isPowerOf2   
)

Definition at line 33 of file intmath.test.cc.

References EXPECT_FALSE, EXPECT_TRUE, and isPowerOf2().

◆ TEST() [2/8]

TEST ( IntmathTest  ,
power   
)

Definition at line 44 of file intmath.test.cc.

References EXPECT_EQ, and power().

◆ TEST() [3/8]

TEST ( IntmathTest  ,
floorLog2   
)

Definition at line 51 of file intmath.test.cc.

References EXPECT_EQ, and floorLog2().

◆ TEST() [4/8]

TEST ( IntmathDeathTest  ,
floorLog2   
)

Definition at line 75 of file intmath.test.cc.

References floorLog2().

◆ TEST() [5/8]

TEST ( IntmathTest  ,
ceilLog2   
)

Definition at line 81 of file intmath.test.cc.

References ceilLog2(), and EXPECT_EQ.

◆ TEST() [6/8]

TEST ( IntmathTest  ,
divCeil   
)

Definition at line 94 of file intmath.test.cc.

References divCeil(), and EXPECT_EQ.

◆ TEST() [7/8]

TEST ( IntmathTest  ,
roundUp   
)

Definition at line 103 of file intmath.test.cc.

References EXPECT_EQ, and roundUp().

◆ TEST() [8/8]

TEST ( IntmathTest  ,
roundDown   
)

Definition at line 111 of file intmath.test.cc.

References EXPECT_EQ, and roundDown().


Generated on Fri Jul 3 2020 15:53:08 for gem5 by doxygen 1.8.13