OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lp_build_add
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
411
lp_build_add
(struct lp_build_context *bld,
function
1205
return
lp_build_add
(bld, lp_build_mul(bld, a, b), c);
1233
return
lp_build_add
(bld, a, a);
1356
x =
lp_build_add
(bld, x, lp_build_shr_imm(bld, x, half_width - 1));
1405
res =
lp_build_add
(&narrow_bld, v0, res);
1408
res =
lp_build_add
(bld, v0, res);
2274
res =
lp_build_add
(bld, trunc, tmp);
2458
return
lp_build_add
(&intbld, itrunc, mask);
3491
lp_build_add
(bld, mant, bld->one)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
533
lp_build_add
(struct lp_build_context *bld,
function
1327
return
lp_build_add
(bld, lp_build_mul(bld, a, b), c);
1355
return
lp_build_add
(bld, a, a);
1478
x =
lp_build_add
(bld, x, lp_build_shr_imm(bld, x, half_width - 1));
1514
res =
lp_build_add
(&narrow_bld, v0, res);
1517
res =
lp_build_add
(bld, v0, res);
2385
res =
lp_build_add
(bld, trunc, tmp);
2569
return
lp_build_add
(&intbld, itrunc, mask);
3560
lp_build_add
(bld, mant, bld->one)
Completed in 8 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026