TRUNC 132 maint/gnulib/lib/fmod.c y1 = TRUNC (ym); TRUNC 152 maint/gnulib/lib/fmod.c x2 = TRUNC (xm); TRUNC 174 maint/gnulib/lib/fmod.c DOUBLE x1int = TRUNC (x1); TRUNC 175 maint/gnulib/lib/fmod.c x0 = TRUNC ((x1 - x1int) * TWO_LIMB_BITS); TRUNC 227 maint/gnulib/lib/fmod.c : TRUNC ((x2 * TWO_LIMB_BITS + x1) / y1)); TRUNC 234 maint/gnulib/lib/fmod.c DOUBLE q_y1_1 = TRUNC (q_y1 * TWO_LIMB_BITS_INVERSE); TRUNC 237 maint/gnulib/lib/fmod.c DOUBLE q_y0_1 = TRUNC (q_y0 * TWO_LIMB_BITS_INVERSE); TRUNC 329 maint/gnulib/lib/fmod.c x1 = TRUNC (x0);