Searched defs:lp_build_ifloor_fract (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1786 lp_build_ifloor_fract(struct lp_build_context *bld, function
1820 * Same as lp_build_ifloor_fract, but guarantees that the fractional part is
1829 lp_build_ifloor_fract(bld, a, out_ipart, out_fpart);
2634 lp_build_ifloor_fract(bld, x, &ipart, &fpart);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1786 lp_build_ifloor_fract(struct lp_build_context *bld, function
1820 * Same as lp_build_ifloor_fract, but guarantees that the fractional part is
1829 lp_build_ifloor_fract(bld, a, out_ipart, out_fpart);
2634 lp_build_ifloor_fract(bld, x, &ipart, &fpart);

Completed in 42 milliseconds