Searched defs:isSingle (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 67 bool &isFirst, bool &isSingle, in GetInstrType() 129 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 228 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 282 bool &isFirst, bool &isSingle, in GetInstrType() 337 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 395 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
|
/external/deqp/framework/delibs/deutil/ |
D | deTimerTest.c | 56 deBool isSingle = deRandom_getFloat(&rnd) < 0.25f; in deTimer_selfTest() local
|