Home
last modified time | relevance | path

Searched refs:isSingle (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/delibs/deutil/
DdeTimerTest.c56 deBool isSingle = deRandom_getFloat(&rnd) < 0.25f; in deTimer_selfTest() local
58 int expectedCalls = isSingle ? 1 : intervalSleepMultiplier; in deTimer_selfTest()
61 …printf("Iter %d / %d: %d ms %s timer\n", iter+1, numIters, interval, (isSingle ? "single" : "inter… in deTimer_selfTest()
64 if (isSingle) in deTimer_selfTest()
76 DE_TEST_ASSERT(!isSingle || numCalls == 1); in deTimer_selfTest()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp67 bool &isFirst, bool &isSingle, in GetInstrType() argument
71 isFirst = isSingle = isCracked = isLoad = isStore = false; in GetInstrType()
84 isSingle = TSFlags & PPCII::PPC970_Single; in GetInstrType()
129 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
131 GetInstrType(Node->getOpcode(), isFirst, isSingle, isCracked, in getHazardType()
138 if (NumIssued != 0 && (isFirst || isSingle)) in getHazardType()
228 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
230 GetInstrType(Node->getOpcode(), isFirst, isSingle, isCracked, in EmitInstruction()
290 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
DPPCHazardRecognizers.h63 bool &isFirst, bool &isSingle,bool &isCracked,
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp282 bool &isFirst, bool &isSingle, in GetInstrType() argument
293 isSingle = TSFlags & PPCII::PPC970_Single; in GetInstrType()
337 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
339 GetInstrType(Opcode, isFirst, isSingle, isCracked, in getHazardType()
345 if (NumIssued != 0 && (isFirst || isSingle)) in getHazardType()
395 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
397 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction()
413 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
DPPCHazardRecognizers.h92 bool &isFirst, bool &isSingle,bool &isCracked,
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUTF8.java98 static boolean isSingle(byte c) { in isSingle() method in UTF8
DCharsetUTF8.java152 while (UTF8.isSingle(ch = sourceArray[sourceIndex++])) { in decodeLoop()
278 while (UTF8.isSingle(ch = source.get(sourceIndex++))) { in decodeLoop()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
DObservableProperty.java190 public boolean isSingle() { in isSingle() method in ObservableProperty
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td4681 class TFR_RD_CR_base<RegisterClass RC, RegisterClass CTRC, bit isSingle>
4690 let Inst{25} = isSingle;