Searched refs:vecs (Results 1 - 25 of 30) sorted by relevance

12

/external/quake/quake/src/QW/client/
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 Dd_edge.c135 TransformVector (pface->texinfo->vecs[0], p_saxis);
136 TransformVector (pface->texinfo->vecs[1], p_taxis);
156 + pface->texinfo->vecs[0][3]*t;
159 + pface->texinfo->vecs[1][3]*t;
H A Dr_light.c193 s = DotProduct (mid, tex->vecs[0]) + tex->vecs[0][3];
194 t = DotProduct (mid, tex->vecs[1]) + tex->vecs[1][3];;
H A Dgl_rlight.c321 s = DotProduct (mid, tex->vecs[0]) + tex->vecs[0][3];
322 t = DotProduct (mid, tex->vecs[1]) + tex->vecs[1][3];;
H A Dgl_rsurf.c103 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3];
104 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3];
1521 s = DotProduct (vec, fa->texinfo->vecs[0]) + fa->texinfo->vecs[0][3];
1524 t = DotProduct (vec, fa->texinfo->vecs[1]) + fa->texinfo->vecs[1][3];
1534 s = DotProduct (vec, fa->texinfo->vecs[0]) + fa->texinfo->vecs[
[all...]
H A Dbspfile.h161 float vecs[2][4]; // [s/t][xyz offset] member in struct:texinfo_s
H A Dr_surf.c98 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3];
99 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3];
H A Dmodel.h107 float vecs[2][4]; member in struct:__anon10022
H A Dgl_model.c657 out->vecs[0][j] = LittleFloat (in->vecs[0][j]);
658 len1 = Length (out->vecs[0]);
659 len2 = Length (out->vecs[1]);
728 val = v->position[0] * tex->vecs[j][0] +
729 v->position[1] * tex->vecs[j][1] +
730 v->position[2] * tex->vecs[j][2] +
731 tex->vecs[j][3];
H A Dmodel.c648 out->vecs[0][j] = LittleFloat (in->vecs[0][j]);
649 len1 = Length (out->vecs[0]);
650 len2 = Length (out->vecs[1]);
719 val = v->position[0] * tex->vecs[j][0] +
720 v->position[1] * tex->vecs[j][1] +
721 v->position[2] * tex->vecs[j][2] +
722 tex->vecs[j][3];
/external/quake/quake/src/WinQuake/
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 Dd_edge.cpp135 TransformVector (pface->texinfo->vecs[0], p_saxis);
136 TransformVector (pface->texinfo->vecs[1], p_taxis);
156 + pface->texinfo->vecs[0][3]*t;
159 + pface->texinfo->vecs[1][3]*t;
H A Dr_light.cpp193 s = DotProduct (mid, tex->vecs[0]) + tex->vecs[0][3];
194 t = DotProduct (mid, tex->vecs[1]) + tex->vecs[1][3];;
H A Dgl_rlight.cpp324 s = (int) (DotProduct (mid, tex->vecs[0]) + tex->vecs[0][3]);
325 t = (int) (DotProduct (mid, tex->vecs[1]) + tex->vecs[1][3]);
H A Dr_surf.cpp98 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3];
99 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3];
H A Dgl_rsurf.cpp103 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3];
104 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3];
1595 s = DotProduct (vec, fa->texinfo->vecs[0]) + fa->texinfo->vecs[0][3];
1598 t = DotProduct (vec, fa->texinfo->vecs[1]) + fa->texinfo->vecs[1][3];
1608 s = DotProduct (vec, fa->texinfo->vecs[0]) + fa->texinfo->vecs[
[all...]
H A Dbspfile.h174 float vecs[2][4]; // [s/t][xyz offset] member in struct:texinfo_s
H A Dmodel.h96 float vecs[2][4]; member in struct:__anon10382
/external/quake/quake/src/QW/server/
H A Dmodel.c588 out->vecs[0][j] = LittleFloat (in->vecs[0][j]);
589 len1 = Length (in->vecs[0]);
590 len2 = Length (in->vecs[1]);
593 out->vecs[0][j] = LittleFloat (in->vecs[0][j]);
594 out->vecs[1][j] = LittleFloat (in->vecs[1][j]);
596 len1 = Length (out->vecs[0]);
597 len2 = Length (out->vecs[
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dmtd.h184 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
233 int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
236 int default_mtd_readv(struct mtd_info *mtd, struct kvec *vecs,
/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/opencv/ml/include/
H A Dml.h343 typedef void (CvSVMKernel::*Calc)( int vec_count, int vec_size, const float** vecs,
351 virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results );
356 virtual void calc_non_rbf_base( int vec_count, int vec_size, const float** vecs,
360 virtual void calc_linear( int vec_count, int vec_size, const float** vecs,
362 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs,
364 virtual void calc_poly( int vec_count, int vec_size, const float** vecs,
366 virtual void calc_sigmoid( int vec_count, int vec_size, const float** vecs,
1226 virtual void calc_input_scale( const CvVectors* vecs, int flags );
1227 virtual void calc_output_scale( const CvVectors* vecs, int flags );
/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/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 456 milliseconds

12