Searched defs:vecs (Results 1 - 13 of 13) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dbspfile.h161 float vecs[2][4]; // [s/t][xyz offset] member in struct:texinfo_s
H A Dgl_warp.c130 s = DotProduct (verts, warpface->texinfo->vecs[0]);
131 t = DotProduct (verts, warpface->texinfo->vecs[1]);
720 void DrawSkyPolygon (int nump, vec3_t vecs) argument
731 for (i=0 ; i<nump ; i++, vecs+=3)
733 VectorAdd(vecs, r_origin, v);
741 for (i=0, vp=vecs ; i<nump ; i++, vp+=3)
771 for (i=0 ; i<nump ; i++, vecs+=3)
775 dv = vecs[j - 1];
777 dv = -vecs[-j - 1];
781 s = -vecs[
802 ClipSkyPolygon(int nump, vec3_t vecs, int stage) argument
[all...]
H A Dgl_model.h111 float vecs[2][4]; member in struct:__anon11337
H A Dmodel.h107 float vecs[2][4]; member in struct:__anon11367
/external/skia/include/core/
H A DSkMatrix.h423 @param vecs The vectors to be transformed. It must contain at least
425 @param count The number of vectors in vecs.
427 void mapVectors(SkVector vecs[], int count) const { argument
428 this->mapVectors(vecs, vecs, count);
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c294 static int nand_writev (struct mtd_info *mtd, const struct kvec *vecs,
297 static int nand_writev (struct mtd_info *mtd, const struct iovec *vecs,
519 static int nand_writev (struct mtd_info *mtd, const struct kvec *vecs, argument
522 static int nand_writev (struct mtd_info *mtd, const struct iovec *vecs,
/external/mesa3d/src/glsl/
H A Dir_to_llvm.cpp1154 std::vector<llvm::Constant*> vecs; local
1186 vecs.push_back(vec);
1190 result = llvm::ConstantArray::get((llvm::ArrayType*)type, vecs);
1192 result = vecs[0];
/external/quake/quake/src/WinQuake/
H A Dbspfile.h174 float vecs[2][4]; // [s/t][xyz offset] member in struct:texinfo_s
H A Dgl_warp.cpp130 s = DotProduct (verts, warpface->texinfo->vecs[0]);
131 t = DotProduct (verts, warpface->texinfo->vecs[1]);
769 void DrawSkyPolygon (int nump, vec3_t vecs) argument
780 for (i=0 ; i<nump ; i++, vecs+=3)
782 VectorAdd(vecs, r_origin, v);
790 for (i=0, vp=vecs ; i<nump ; i++, vp+=3)
820 for (i=0 ; i<nump ; i++, vecs+=3)
824 dv = vecs[j - 1];
826 dv = -vecs[-j - 1];
830 s = -vecs[
851 ClipSkyPolygon(int nump, vec3_t vecs, int stage) argument
[all...]
H A Dmodel.h96 float vecs[2][4]; member in struct:__anon11727
H A Dgl_model.h107 float vecs[2][4]; member in struct:__anon11700
/external/opencv/ml/src/
H A Dmlann_mlp.cpp566 void CvANN_MLP::calc_input_scale( const CvVectors* vecs, int flags ) argument
571 int count = vecs->count;
576 int type = vecs->type;
587 const float* f = vecs->data.fl[i];
588 const double* d = vecs->data.db[i];
608 void CvANN_MLP::calc_output_scale( const CvVectors* vecs, int flags )
611 int type = vecs->type;
618 int count = vecs->count;
640 const float* f = vecs->data.fl[i];
641 const double* d = vecs
[all...]
H A Dmlsvm.cpp231 void CvSVMKernel::calc_non_rbf_base( int vcount, int var_count, const float** vecs, argument
238 const float* sample = vecs[j];
250 void CvSVMKernel::calc_linear( int vcount, int var_count, const float** vecs, argument
253 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 );
257 void CvSVMKernel::calc_poly( int vcount, int var_count, const float** vecs, argument
261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 );
266 void CvSVMKernel::calc_sigmoid( int vcount, int var_count, const float** vecs, argument
270 calc_non_rbf_base( vcount, var_count, vecs, another, results,
285 void CvSVMKernel::calc_rbf( int vcount, int var_count, const float** vecs, argument
294 const float* sample = vecs[
322 calc( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
[all...]

Completed in 717 milliseconds