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

  /external/eigen/bench/btl/libs/mtl4/
mtl4_interface.hh 21 #include <boost/numeric/mtl/mtl.hpp>
22 #include <boost/numeric/mtl/utility/range_generator.hpp>
23 // #include <boost/numeric/mtl/operation/cholesky.hpp>
26 using namespace mtl;
38 typedef mtl::dense2D<real, mtl::matrix::parameters<mtl::tag::col_major> > gene_matrix;
39 typedef mtl::dense_vector<real> gene_vector;
  /external/eigen/bench/
BenchSparseUtil.h 85 #include <boost/numeric/mtl/mtl.hpp>
86 typedef mtl::compressed2D<Scalar, mtl::matrix::parameters<mtl::tag::col_major> > MtlSparse;
87 typedef mtl::compressed2D<Scalar, mtl::matrix::parameters<mtl::tag::row_major> > MtlSparseRowMajor;
90 mtl::matrix::inserter<MtlSparse> ins(dst);
sparse_trisolver.cpp 167 mtl::dense_vector<Scalar> x(rows, 1.0);
168 mtl::dense_vector<Scalar> b(rows, 1.0);
170 BENCH(x = mtl::upper_trisolve(m1,b);)
174 BENCH(x = mtl::upper_trisolve(m2,b);)
sparse_dense_product.cpp 163 mtl::dense_vector<Scalar> mtlV1(cols, 1.0);
164 mtl::dense_vector<Scalar> mtlV2(cols, 1.0);
spmv.cpp 211 mtl::dense_vector<Scalar> mv(cols, 1.0);
212 mtl::dense_vector<Scalar> mres(rows, 1.0);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
Model.java 267 for (ModelMaterial mtl : modelMaterials) {
268 this.materials.add(convertMaterial(mtl, textureProvider));
272 protected Material convertMaterial (ModelMaterial mtl, TextureProvider textureProvider) {
274 result.id = mtl.id;
275 if (mtl.ambient != null) result.set(new ColorAttribute(ColorAttribute.Ambient, mtl.ambient));
276 if (mtl.diffuse != null) result.set(new ColorAttribute(ColorAttribute.Diffuse, mtl.diffuse));
277 if (mtl.specular != null) result.set(new ColorAttribute(ColorAttribute.Specular, mtl.specular));
    [all...]
  /external/toybox/toys/lsb/
mount.c 267 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; local
301 mm = dlist_terminate(mtl = mtl2 = xgetmountlist(0));
308 if (!remount) dlist_terminate(mtl = xgetmountlist("/etc/fstab"));
310 for (mm = remount ? remount : mtl; mm; mm = (remount ? mm->prev : mm->next))
355 llist_traverse(mtl, free);
364 for (mtl = xgetmountlist(0); mtl && (mm = dlist_pop(&mtl)); free(mm)) {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/
ObjLoader.java 59 * An OBJ file only contains the mesh (shape). It may link to a separate MTL file, which is used to describe one or more
60 * materials. In that case the MTL filename (might be case-sensitive) is expected to be located relative to the OBJ file. The MTL
61 * file might reference one or more texture files, in which case those filename(s) are expected to be located relative to the MTL
109 MtlLoader mtl = new MtlLoader(); local
175 mtl.load(file.parent().child(tokens[1]));
271 ModelMaterial mm = mtl.getMaterial(group.materialName);
275 // for (ModelMaterial m : mtl.materials)
332 /** loads .mtl file */
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 708 ALLOC_STATE( mtl[0], tcl_lighting_add6, MTL_STATE_SIZE, "MTL0/material0", 0 );
709 ALLOC_STATE( mtl[1], tcl_lighting_add6, MTL_STATE_SIZE, "MTL1/material1", 1 );
    [all...]
r200_context.h 502 struct radeon_state_atom mtl[2]; member in struct:r200_hw_state
r200_state.c 987 GLfloat *fcmd = (GLfloat *)R200_DB_STATE( mtl[0] );
988 GLfloat *fcmd2 = (GLfloat *)R200_DB_STATE( mtl[1] );
    [all...]
r200_cmdbuf.c 99 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.mtl[i] );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 319 struct radeon_state_atom mtl; member in struct:r100_hw_state
radeon_ioctl.c 85 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.mtl);
radeon_state_init.c 542 ALLOC_STATE( mtl, tcl_lighting, MTL_STATE_SIZE, "MTL/material", 1 );
613 rmesa->hw.mtl.cmd[MTL_CMD_0] =
    [all...]
radeon_state.c 791 GLfloat *fcmd = (GLfloat *)RADEON_DB_STATE( mtl );
829 RADEON_DB_STATECHANGE( rmesa, &rmesa->hw.mtl );
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 1717 struct coff_debug_merge_type *mtl; local
    [all...]
  /external/caliper/lib/
jersey-core-1.11.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 3966 milliseconds