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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c152 const GLfloat aj = _mesa_half_to_float(rowA[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
442 aj = _mesa_half_to_float(rowA[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
459 aj = _mesa_half_to_float(rowA[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
476 aj
491 GLfloat aj, ak, bj, bk; local in function:do_row
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c152 const GLfloat aj = _mesa_half_to_float(rowA[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
442 aj = _mesa_half_to_float(rowA[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
459 aj = _mesa_half_to_float(rowA[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
476 aj
491 GLfloat aj, ak, bj, bk; local in function:do_row
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-matrix.c805 int aj = a[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