Searched defs:popCount (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp278 data[(size + 31) / 32 - 1] = 0; // clear unused bits (e.g. for popCount)
283 unsigned int BitSet::popCount() const function in class:nv50_ir::BitSet
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp278 data[(size + 31) / 32 - 1] = 0; // clear unused bits (e.g. for popCount)
283 unsigned int BitSet::popCount() const function in class:nv50_ir::BitSet
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java908 int popCount =
912 insertPopInstructions(offset, popCount);
914 if (DEBUG) System.out.println(" Replacing instruction "+instruction.toString(offset)+" -> "+replacementInstruction.toString()+(popCount == 0 ? "" : " ("+popCount+" pops)"));
932 private void insertPopInstructions(int offset, int popCount) argument
934 switch (popCount)
964 new Instruction[popCount / 2 + popCount % 2];
969 for (int index = 0; index < popCount / 2; index++)
974 if (popCount
[all...]
H A DEvaluationShrinker.java734 int popCount = instruction.stackPopCount(clazz);
735 if (popCount > 0)
743 for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++)
788 int unpoppedStackSize = tracedStack.size() - popCount;
838 int popCount = instruction.stackPopCount(clazz);
839 if (popCount > 0)
847 for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++)
913 int popCount = simpleInstruction.stackPopCount(clazz);
914 if (popCount > 0)
916 for (int stackIndex = stackSizeBefore - popCount; stackInde
1703 insertPopInstructions(int offset, boolean replace, int popCount) argument
[all...]
/external/deqp/modules/egl/
H A DteglMultiThreadTests.cpp564 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); local
566 configs.erase(configs.begin() + (configs.size() - popCount), configs.end());
612 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); local
614 configs.erase(configs.begin() + (configs.size() - popCount), configs.end());

Completed in 208 milliseconds