reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
74 EXPECT_EQ(BB0Freq, BB3Freq); 75 EXPECT_EQ(BB0Freq, BB1Freq + BB2Freq); 76 EXPECT_EQ(BB0Freq, BB3Freq); 81 (100 * BB1Freq + BB0Freq / 2) / BB0Freq); 81 (100 * BB1Freq + BB0Freq / 2) / BB0Freq); 83 (100 * BB2Freq + BB0Freq / 2) / BB0Freq); 83 (100 * BB2Freq + BB0Freq / 2) / BB0Freq); 87 BFI.setBlockFreqAndScale(&BB0, BB0Freq * 2, BlocksToScale); 88 EXPECT_EQ(BFI.getBlockFreq(&BB0).getFrequency(), 2 * BB0Freq);