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

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2298 lp_build_fract(struct lp_build_context *bld, function
2324 * Same as lp_build_fract, but guarantees that the result is always smaller
2331 return clamp_fract(bld, lp_build_fract(bld, a));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2409 lp_build_fract(struct lp_build_context *bld, function
2435 * Same as lp_build_fract, but guarantees that the result is always smaller
2442 return clamp_fract(bld, lp_build_fract(bld, a));

Completed in 11 milliseconds