HomeSort by relevance Sort by last modified time
    Searched defs:PS2 (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 196 BasicBlock *PS2 = PBI->getSuccessor(1);
197 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
225 BasicBlock *PS2 = TBB->getSuccessor(1);
227 BranchInst *PBI2 = dyn_cast<BranchInst>(PS2->getTerminator());
229 // If PS1 does not jump into PS2, but PS2 jumps into PS1,
232 (PS1->getTerminator()->getSuccessor(0) != PS2)) {
233 // Check whether PS2 jumps into PS1.
235 (PS2->getTerminator()->getSuccessor(0) != PS1))
263 // PS2 should not contain PHI node
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 550 PS2 = "... "
580 (line.startswith(indent + self.PS2) or
581 line == indent + self.PS2.rstrip() + u"\n")):
621 block += [indent + self.PS2 + line for line in new]
667 # end of the prompt string (PS1 or PS2).
677 prefix2 = indent + self.PS2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 550 PS2 = "... "
580 (line.startswith(indent + self.PS2) or
581 line == indent + self.PS2.rstrip() + u"\n")):
621 block += [indent + self.PS2 + line for line in new]
667 # end of the prompt string (PS1 or PS2).
677 prefix2 = indent + self.PS2
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 121 private static final double PS2 = 2.01212532134862925881e-01;
171 * (PS1 + z * (PS2 + z * (PS3 + z * (PS4 + z * PS5)))));
178 * (PS1 + z * (PS2 + z * (PS3 + z * (PS4 + z * PS5)))));
192 * (PS1 + z * (PS2 + z * (PS3 + z * (PS4 + z * PS5)))));
235 * (PS1 + t * (PS2 + t * (PS3 + t * (PS4 + t * PS5)))));
244 p = t * (PS0 + t * (PS1 + t * (PS2 + t * (PS3 + t * (PS4 + t * PS5)))));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 10 #define PS2 0x0004
  /external/mksh/src/
sh.h     [all...]

Completed in 331 milliseconds