Home
last modified time | relevance | path

Searched refs:isSingle (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/deutil/
H A 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" : "interval")); in deTimer_selfTest()
64 if (isSingle) in deTimer_selfTest()
76 DE_TEST_ASSERT(!isSingle || numCalls == 1); in deTimer_selfTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp279 bool &isFirst, bool &isSingle, in GetInstrType()
290 isSingle = TSFlags & PPCII::PPC970_Single; in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
336 GetInstrType(Opcode, isFirst, isSingle, isCracked, in getHazardType()
342 if (NumIssued != 0 && (isFirst || isSingle)) in getHazardType()
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
394 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction()
410 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
278 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) GetInstrType() argument
H A DPPCHazardRecognizers.h91 bool &isFirst, bool &isSingle,bool &isCracked,
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUTF8.java98 static boolean isSingle(byte c) { in isSingle() method in UTF8
H A DCharsetUTF8.java152 while (UTF8.isSingle(ch = sourceArray[sourceIndex++])) { in decodeLoop()
278 while (UTF8.isSingle(ch = source.get(sourceIndex++))) { in decodeLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp160 bool isSingle() const { return size() == 1; } in isSingle() function in __anon24612::LatticeCell
2816 Const &= L.isSingle(); in rewriteHexConstDefs()
2870 if (!L.isSingle()) { in rewriteHexConstDefs()
3004 if (!LS3.isSingle()) { in rewriteHexConstUses()
3005 if (!LS2.isSingle()) in rewriteHexConstUses()
3041 if (getCell(R1, Inputs, LS1) && LS1.isSingle()) { in rewriteHexConstUses()
3046 else if (getCell(R2, Inputs, LS2) && LS2.isSingle()) { in rewriteHexConstUses()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 14 milliseconds