Searched refs:roundandconv (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinitextx.c1522 roundandconv(float in) function in typeref:typename:int
1565 WeightMat[i][0] = roundandconv(W[0] / WW * fixnumber);
1566 WeightMat[i][1] = roundandconv(W[1] / WW * fixnumber);
1567 WeightMat[i][2] = roundandconv(W[2] / WW * fixnumber);
1583 WeightMat[i][0] = roundandconv(W[0]/WW * fixnumber);
1584 WeightMat[i][1] = roundandconv(W[1]/WW * fixnumber);
1585 WeightMat[i][2] = roundandconv(W[2]/WW * fixnumber);
1586 WeightMat[i][3] = roundandconv(W[3]/WW * fixnumber);
1587 WeightMat[i][4] = roundandconv(W[4]/WW * fixnumber);
1588 WeightMat[i][5] = roundandconv(
[all...]

Completed in 3 milliseconds