HomeSort by relevance Sort by last modified time
    Searched refs:itrunc (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/libtiff/
tif_luv.c 745 #define itrunc(x,m) ((m)==SGILOGENCODE_NODITHER ? \ macro
775 return itrunc(256.*(log2(Y) + 64.), em);
777 return (~0x7fff | itrunc(256.*(log2(-Y) + 64.), em));
853 return itrunc(64.*(log2(Y) + 12.), em);
923 vi = itrunc((v - UV_VSTART)*(1./UV_SQSIZ), em);
928 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em);
1097 Le = itrunc(.25*(luv3[0]-3314.), sp->encode_meth);
1153 else ue = itrunc(UVSCALE*u, em);
1156 else ve = itrunc(UVSCALE*v, em);
1236 (itrunc(luv3[1]*(UVSCALE/(1<<15)), sp->encode_meth) << 8 & 0xff00)
    [all...]
  /external/skia/tests/
MathTest.cpp 356 int itrunc = SkMulDiv255Trunc(a, b); local
359 REPORTER_ASSERT(reporter, itrunc == trunc);
361 REPORTER_ASSERT(reporter, itrunc <= iround);
  /external/skqp/tests/
MathTest.cpp 356 int itrunc = SkMulDiv255Trunc(a, b); local
359 REPORTER_ASSERT(reporter, itrunc == trunc);
361 REPORTER_ASSERT(reporter, itrunc <= iround);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2501 LLVMValueRef trunc, itrunc, mask; local
2556 LLVMValueRef trunc, itrunc, mask; local
    [all...]

Completed in 219 milliseconds