Home
last modified time | relevance | path

Searched defs:Opt2 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dsparse.h64 enum { IsRowMajor = SparseMatrix<Scalar,Opt2,StorageIndex>::IsRowMajor }; enumerator
119 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCommandLineTest.cpp589 StackOption<bool> Opt2("opt2", cl::sub(SC2), cl::init(false)); in TEST() local
720 StackOption<bool> Opt2("opt2", cl::init(true)); in TEST() local