HomeSort by relevance Sort by last modified time
    Searched refs:firstTwo (Results 1 - 5 of 5) sorted by null

  /external/eigen/doc/examples/
class_FixedVectorBlock.cpp 8 firstTwo(MatrixBase<Derived>& v)
15 firstTwo(const MatrixBase<Derived>& v)
23 cout << firstTwo(4*v) << endl; // calls the const version
24 firstTwo(v) *= 2; // calls the non-const version
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 68 firstTwo = p[0:2]
69 if firstTwo == '/' * 2 or firstTwo == '\\' * 2:
ntpath.py 141 firstTwo = p[0:2]
142 if firstTwo == '//' or firstTwo == '\\\\':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 68 firstTwo = p[0:2]
69 if firstTwo == '/' * 2 or firstTwo == '\\' * 2:
ntpath.py 141 firstTwo = p[0:2]
142 if firstTwo == '//' or firstTwo == '\\\\':

Completed in 543 milliseconds