Lines Matching refs:itrunc
703 #define itrunc(x,m) ((m)==SGILOGENCODE_NODITHER ? \ macro
733 return itrunc(256.*(log2(Y) + 64.), em); in LogL16fromY()
735 return (~0x7fff | itrunc(256.*(log2(-Y) + 64.), em)); in LogL16fromY()
811 return itrunc(64.*(log2(Y) + 12.), em); in LogL10fromY()
881 vi = itrunc((v - UV_VSTART)*(1./UV_SQSIZ), em); in uv_encode()
886 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em); in uv_encode()
1055 Le = itrunc(.25*(luv3[0]-3314.), sp->encode_meth); in Luv24fromLuv48()
1111 else ue = itrunc(UVSCALE*u, em); in LogLuv32fromXYZ()
1114 else ve = itrunc(UVSCALE*v, em); in LogLuv32fromXYZ()
1194 (itrunc(luv3[1]*(UVSCALE/(1<<15)), sp->encode_meth) << 8 & 0xff00) | in Luv32fromLuv48()
1195 (itrunc(luv3[2]*(UVSCALE/(1<<15)), sp->encode_meth) & 0xff); in Luv32fromLuv48()