Home
last modified time | relevance | path

Searched defs:itrunc (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DMathTest.cpp441 int itrunc = SkMulDiv255Trunc(a, b); in test_muldiv255() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2501 LLVMValueRef trunc, itrunc, mask; in lp_build_ifloor() local
2556 LLVMValueRef trunc, itrunc, mask; in lp_build_iceil() local
/external/pdfium/third_party/libtiff/
Dtif_luv.c736 #define itrunc(x,m) ((m)==SGILOGENCODE_NODITHER ? \ macro