Lines Matching defs:ak
153 const GLfloat ak = _mesa_half_to_float(rowA[k][e]); \
160 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
441 GLfloat aj, ak, bj, bk;
443 ak = _mesa_half_to_float(rowA[k][comp]);
446 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
458 GLfloat aj, ak, bj, bk;
460 ak = _mesa_half_to_float(rowA[k][comp]);
463 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
475 GLfloat aj, ak, bj, bk;
477 ak = _mesa_half_to_float(rowA[k][comp]);
480 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
491 GLfloat aj, ak, bj, bk;
493 ak = _mesa_half_to_float(rowA[k]);
496 dst[i] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);