Home
last modified time | relevance | path

Searched refs:ixmax (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1338 const int ixmax = block((int) (x + halfSize)); in sp_setup_point() local
1349 for (ix = ixmin; ix <= ixmax; ix += 2) { in sp_setup_point()
1406 const int ixmax = block(xmax - 1); in sp_setup_point() local
1425 for (ix = ixmin; ix <= ixmax; ix += 2) { in sp_setup_point()
/external/eigen/Eigen/src/misc/
Dblas.h76 int BLASFUNC(ixmax) (int *, double *, int *);
/external/eigen/bench/btl/libs/BLAS/
Dblas.h97 int BLASFUNC(ixmax) (int *, double *, int *);