LERP 367 src/cmsintrp.c dx0 = LERP(fx, d00, d10); LERP 368 src/cmsintrp.c dx1 = LERP(fx, d01, d11); LERP 370 src/cmsintrp.c dxy = LERP(fy, dx0, dx1); LERP 425 src/cmsintrp.c dx0 = LERP(rx, d00, d10); LERP 426 src/cmsintrp.c dx1 = LERP(rx, d01, d11); LERP 428 src/cmsintrp.c dxy = LERP(ry, dx0, dx1); LERP 493 src/cmsintrp.c dx00 = LERP(fx, d000, d100); LERP 494 src/cmsintrp.c dx01 = LERP(fx, d001, d101); LERP 495 src/cmsintrp.c dx10 = LERP(fx, d010, d110); LERP 496 src/cmsintrp.c dx11 = LERP(fx, d011, d111); LERP 498 src/cmsintrp.c dxy0 = LERP(fy, dx00, dx10); LERP 499 src/cmsintrp.c dxy1 = LERP(fy, dx01, dx11); LERP 501 src/cmsintrp.c dxyz = LERP(fz, dxy0, dxy1); LERP 570 src/cmsintrp.c dx00 = LERP(rx, d000, d100); LERP 571 src/cmsintrp.c dx01 = LERP(rx, d001, d101); LERP 572 src/cmsintrp.c dx10 = LERP(rx, d010, d110); LERP 573 src/cmsintrp.c dx11 = LERP(rx, d011, d111); LERP 575 src/cmsintrp.c dxy0 = LERP(ry, dx00, dx10); LERP 576 src/cmsintrp.c dxy1 = LERP(ry, dx01, dx11); LERP 578 src/cmsintrp.c dxyz = LERP(rz, dxy0, dxy1);