Home | History | Annotate | Download | only in tgsi

Lines Matching full:020

934          else if (recip < 5.42101e-020f) {
935 dst->f[i] = 5.42101e-020f;
945 else if (recip > -5.42101e-020f) {
946 dst->f[i] = -5.42101e-020f;