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

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 102 tuple<float> t1d(3.14159);
103 tuple<float> t1e(t1d);
104 t1d = t1e;
  /external/eigen/test/
geo_transformations.cpp 411 Transform<double,3,Mode> t1d = t1.template cast<double>(); local
412 VERIFY_IS_APPROX(t1d.template cast<Scalar>(),t1);

Completed in 58 milliseconds