Lines Matching defs:bj
154 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;
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;
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;
478 bj = _mesa_half_to_float(rowB[j][comp]);
480 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
491 GLfloat aj, ak, bj, bk;
494 bj = _mesa_half_to_float(rowB[j]);
496 dst[i] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);