Home | History | Annotate | Download | only in src

Lines Matching refs:fdata

958         float* fdata = mat->data.fl;
959 for( i = 0; i < rows; i++, fdata += step )
961 fdata[j] = (float)val;