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

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 3018 LLVMValueRef y_result = LLVMBuildBitCast(b, y_sign, bld->vec_type, "y_result"); local
3023 y_result = lp_build_clamp(bld, y_result,
3027 y_result = lp_build_select(bld, isfinite, y_result,
3029 return y_result;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 3129 LLVMValueRef y_result = LLVMBuildBitCast(b, y_sign, bld->vec_type, "y_result"); local
3134 y_result = lp_build_clamp(bld, y_result,
3138 y_result = lp_build_select(bld, isfinite, y_result,
3140 return y_result;

Completed in 27 milliseconds