Home
last modified time | relevance | path

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

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