Home
last modified time | relevance | path

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

/external/eigen/blas/
Dsrotm.f58 INTEGER I,KX,KY,NSTEPS local
68 NSTEPS = N*INCX
73 DO 20 I = 1,NSTEPS,INCX
83 DO 40 I = 1,NSTEPS,INCX
95 DO 60 I = 1,NSTEPS,INCX
Ddrotm.f57 INTEGER I,KX,KY,NSTEPS local
67 NSTEPS = N*INCX
72 DO 20 I = 1,NSTEPS,INCX
82 DO 40 I = 1,NSTEPS,INCX
94 DO 60 I = 1,NSTEPS,INCX
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmssm.c436 #define NSTEPS (sizeof(Spiral) / sizeof(struct _spiral)) macro
446 for (i=0; i < NSTEPS; i++) { in FindNearSectors()
480 cmsGDBPoint* Close[NSTEPS + 1]; in InterpolateMissingSector()