gem5
v21.0.1.0
|
Go to the source code of this file.
Functions | |
TEST (IntmathTest, isPowerOf2) | |
TEST (IntmathTest, power) | |
TEST (IntmathTest, floorLog2) | |
TEST (IntmathTest, ceilLog2) | |
TEST (IntmathTest, divCeil) | |
TEST (IntmathTest, roundUp) | |
TEST (IntmathTest, roundDown) | |
TEST | ( | IntmathTest | , |
ceilLog2 | |||
) |
Definition at line 89 of file intmath.test.cc.
References ceilLog2().
TEST | ( | IntmathTest | , |
divCeil | |||
) |
Definition at line 102 of file intmath.test.cc.
References divCeil().
TEST | ( | IntmathTest | , |
floorLog2 | |||
) |
Definition at line 53 of file intmath.test.cc.
References floorLog2().
TEST | ( | IntmathTest | , |
isPowerOf2 | |||
) |
Definition at line 33 of file intmath.test.cc.
References isPowerOf2().
TEST | ( | IntmathTest | , |
power | |||
) |
Definition at line 46 of file intmath.test.cc.
References power().
TEST | ( | IntmathTest | , |
roundDown | |||
) |
Definition at line 119 of file intmath.test.cc.
References roundDown().
TEST | ( | IntmathTest | , |
roundUp | |||
) |
Definition at line 111 of file intmath.test.cc.
References roundUp().