Searched refs:bj (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c154 const GLfloat bj = _mesa_half_to_float(rowB[j][e]); \
160 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
441 GLfloat aj, ak, bj, bk; local in function:do_row
444 bj = _mesa_half_to_float(rowB[j][comp]);
446 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
458 GLfloat aj, ak, bj, bk; local in function:do_row
461 bj = _mesa_half_to_float(rowB[j][comp]);
463 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
475 GLfloat aj, ak, bj, bk; local in function:do_row
478 bj
491 GLfloat aj, ak, bj, bk; local in function:do_row
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c154 const GLfloat bj = _mesa_half_to_float(rowB[j][e]); \
160 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
441 GLfloat aj, ak, bj, bk; local in function:do_row
444 bj = _mesa_half_to_float(rowB[j][comp]);
446 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
458 GLfloat aj, ak, bj, bk; local in function:do_row
461 bj = _mesa_half_to_float(rowB[j][comp]);
463 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
475 GLfloat aj, ak, bj, bk; local in function:do_row
478 bj
491 GLfloat aj, ak, bj, bk; local in function:do_row
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-matrix.c807 int bj = b[j]; local in function:pixman_f_transform_invert
809 p = (src->m[ai][aj] * src->m[bi][bj] -
810 src->m[ai][bj] * src->m[bi][aj]);

Completed in 8 milliseconds