Home | History | Annotate | Download | only in src

Lines Matching refs:icvMinor

343 icvMinor( double *M, int x, int y )
362 } /* icvMinor */
392 *a2 += f2[i] * icvMinor( G, (int) (i % 3), (int) (i / 3) );
393 *a1 += G[i] * icvMinor( f2, (int) (i % 3), (int) (i / 3) );
1622 *a2 += f2[i] * icvMinor( G, (int) (i % 3), (int) (i / 3) );
1623 *a1 += G[i] * icvMinor( f2, (int) (i % 3), (int) (i / 3) );