Home
last modified time | relevance | path

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

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