HomeSort by: relevance | last modified time | path
    Searched defs:lp_build_ifloor_fract (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2530 lp_build_ifloor_fract(struct lp_build_context *bld, function
2564 * Same as lp_build_ifloor_fract, but guarantees that the fractional part is
2573 lp_build_ifloor_fract(bld, a, out_ipart, out_fpart);
3282 lp_build_ifloor_fract(bld, x, &ipart, &fpart);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2641 lp_build_ifloor_fract(struct lp_build_context *bld, function
2675 * Same as lp_build_ifloor_fract, but guarantees that the fractional part is
2684 lp_build_ifloor_fract(bld, a, out_ipart, out_fpart);
3360 lp_build_ifloor_fract(bld, x, &ipart, &fpart);

Completed in 43 milliseconds